Accessibility and Validation

QUESTION ONE: How does one test for proper accessibility?
(See Background)
QUESTION TWO: Why I am obtaining an error code for my
<p> tag when I go to validate for HTML? (See Error Message)
BACKGROUND
I have been playing around with floated images, div tags,
wrappers, and the like in an effort to obtain a better
understanding of how CSS styling works. One of the issues of image
placement that I have run into, though, is accessibility. Although
I can readily see the alt and longdesc attributes in my <img>
tag, I can think of no way to test how these might appear to those
for whom accessibility might be an issue.
ERROR MESSAGE
"The Validator found an end tag for the above element, but
that element is not currently open. This is often caused by a
leftover end tag from an element that was removed during editing,
or by an implicitly closed element (if you have an error related to
an element being used where it is not allowed, this is almost
certainly the case). In the latter case this error will disappear
as soon as you fix the original problem."
SOURCE:
http://homepage.mac.com/moogoonghwa/practice/CSS/floatedImageInParagraph.html
Roddy

> Do you always do it that way? I.e. if you think that a
style is only
> used once on a page you use an ID? What if you change
your mind later or
> a change of the markup requires a second element with
that style?
Usually, yes. Of course, I never change my mind. I always
'Stay the
course'....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Michael Fesser" <[email protected]> wrote in message
news:[email protected]...
> .oO(Murray *ACE*)
>
>>> Are you forgetting that there is a caption with
the image?
>>
>>Yes. I think it's fine in that case. I would have
used an ID for the
>>selector UNLESS it's your intention to reuse the
"image" class on the
>>page.
>
> Do you always do it that way? I.e. if you think that a
style is only
> used once on a page you use an ID? What if you change
your mind later or
> a change of the markup requires a second element with
that style?
>
> I more and more tend to prefer classes over IDs, mainly
because of
> specificity issues. I only use IDs for the big
structural elements on a
> page (header, nav, content, footer etc.), form elements
or if I need an
> anchor for a link. The rest is done with classes, even
if a particular
> class is only used once on a page.
>
>>By the way, fully justified text can be harder to
read, and can look funny
>>at time with the inter-word spacing....
>
> Indeed. The result might
> look really ugly because
> of the gaps, especially
> if there are
> some_really_long_words
> which can't be broken.
>
> For wider paragraphs it works quite well, but with a
short width it can
> get really ugly because no browser does automatic
hyphenation yet.
>
> There are ways to do that, though, and the result can be
quite
> impressive. Here's an example based on JavaScript which
performs
> hyphenation like in LaTeX:
>
>
http://www.mnn.ch/hyph/silbentrennung1.html
>
http://code.google.com/p/hyphenator/
>
> Micha

Similar Messages

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • How can I cannot access icloud as I have an old email address which i can no longer access and have forgotten password

    How can i access icloud on my phone as the account is an old one which I can no longer access and I have forgotten the password?

    If your Apple ID is the one that you use for making all of your purchases, it should, automatically appear in FaceTime already. How a no longer valid email address got there to begin with is a mystery to me, if in fact you do have, and have been using another Apple ID.
    Go to Settings>FaceTime>Apple ID. Tap the old email address and sign out, sign in with your Apple ID. It should be verified and allow you to select it as the address that you can be reached by for FaceTime.
    If that does not work, time FaceTime off, restart your iPad and then start all over again.

  • JSF1.2 and validation

    Hi,
    I am a newbie to JSF, but I noticed (based on the book I am going though) that validation and validation messages are much better handled in 1.2, in comparison to 1.1. For example, you now get:
         Amount: Validation Error: Value is required.
    Instead of simply just an error. Assuming, of course, you set up a label. However, when I attach my own validation function, this does not happen. This leads me to the conclusion that either my validation classes need to do something before I can access this functionality or the common validation functions/convertors are poorly designed and are concatenating the label/field name. So my question is how do I get the message to print the label for my validation function?
    Thanks.

    Not too sure I want to override every possible error message that can come from the standard validators. What I want is a little explanation. What decides that the message is going to stick a label into the validation message. If it is the validator/convertor then, in my opinion, this is bad design. This is something that the message or messages component should do, not the convertor/validator.
    In fact, that is what I want to do. By what you are suggesting, it seems the only way is to override that message so it does not put the field name in is to override the messages.

  • Oracle ATS Workflow and Validation process.

    Hi,
    Can any one know how Oracle ATS supports Workflow and Validation functionalities, or is there any plug-in's available to handle this feature.
    Please post your valuable suggestions,
    Thanks in Advance,
    Ramesh.

    Hi Rick/Rob,
    Thank you for your Suggestions/advice,I will try inheriting it in my future developments.
    I have iterated the complete requirement and reasons for why the Workflow is put into an error state.
    In most of the scenarios (in my project) the users/agents are allowed to restart the workflows.This is already in place and have been followed hence would try to simulate Rob's suggestions and would keep you posted on it.
    But w.r.t current issue it seems to be still pending.
    While creating an Service entry sheet for cost objects at the validation stage the SES would be waiting for confirmation for its approval from its valid approvers if they do not find the approvers the workflow is passed to an error state , post validation the user id provided with a link where he could restart the workflow(this is already been followed and has been working well ad people are used with this process)
    SES approver determination sequence:
    firstly the program will check partner function users Z1 or Z2 in PO, then if it has error it checks requisitioner of PO. In requisitioner check additional check we applied for validating PO creator is from Batch Id, if yes then email is triggered at functional mailbox with the link.
    Screenshots:
    So till here its been a legacy process what is been followed. But now my actual issue was how to access SWPR from web or from an hyperlink.
    I am able to access SWNWIEX transaction but not SWPR.
    So if you have come across or have worked any such scenarios kindly let me know so that I can implement this in my workflow.
    Apologies for not following the right process ,as I said earlier I ll try simulating the same workflow as per your advice and present it before the counterpart and try bringing a change in the existing process.
    Thank you.
    Regards,
    Vivek

  • Regarding Customization , Access and Protection Levels

    Hi All,
    I need some information on Customization , Access and Protection Levels.
    I need to modify a Oracle Seeded workflow to do some customization wrt approval process.
    How do I determine which process can be modified or not.
    What is quick check to understand what values should I be looking for Customization , Access and Protection Levels on a process that needs to be modified.
    Please help...
    Thanks,

    Hi All,
    We have a requirement to modify the seeded oracle workflow in Purchasing.
    I need to add additional levels of validations by creating some custom processes which would be invoked from the seeded oracle process.
    Could anyone pls advise how do I make my customizations retain even after an upgrade takes place ?
    Thanks,

  • I have a late 2012 iMac running osx 10.8.5.  I keep losing access to my internal hard drive.  I can reboot and regain access and it will last for a few minutes or hours.  Disk utility does not seems to help.

    I have a late 2012 iMac with an I5 precessor running OSX 10.8.5 and a 1tb internal hard drive.  I keep losing access to the internal hard drive/startup disk.
    I can reboot and everything operates as normal for a few minutes or hours but then I lose all access again to anything on the hard drive.  The computer is still up and running but no files can be accessed and certain websites cannot be acessed even though internet access appears to be normal.  Disk utility can only find permission errors related to iTunes which can be repaired only to come back at the next scan (I would not think permission errors would have anything to do with the hard drive crashing).  It does not seem to matter what program I am using at the time access is lost and it can lose access sometimes right after reboot when no program is running.

    You will need to boot into the Recovery Volume (command - R on a restart or hold down the option/alt key during restart and select it) to run Disk Utility/Disk Repair.

  • MS Access And Forms

    I m working on a project where i was first having oracle as database but due to customer requirement he want ACCESS
    But i dont know how to connect to access and forms
    PLS HELp
    Its Urgent

    Sumit,
    Forms 9i and above no longer support ODBC conenctions to Access.
    Frank

  • I transferred files from a NAS server to the Mac Mini Snow Leopard Server and now some of the files have Custom Access and can't  be opened by some users.  How do I fix this?

    We're setting up our Mac Mini Snow Leopard Server, and in the process transferred files that had been stored and accessed from our Blackarmor NAS server over to the Mac.  These files were all created on PC's and are Office Excel files, WordPerfect files or PDF's.  When you look at the files on the Mac from the Mac and bring up Get Info for the affected file, it says that the file has Custom Access.  The files that work properly don't have that configuration.  I can access and open the files on some computers, but some users can't open the files from their computer even though they can see it.  We're all using PC's and they get the Error:  Access Denied-Contact your administrator--or something similar.  I've seen on the web similar issues and it may have something to do with ACL permissions.  I don't know enough about Mac OS to understand this, but what is baffling is that they can be opened from some PC's but not others, and all of the Users have the same accessibility to the files.  Thanks for a solution!!

    Oh, on the losing Internet, try this...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    PS. Your English is quite good & completely understandable.

  • Setting Opportunity Access and Contact Access to null in Account Team

    Hi,
    We can set the the Opportunity Access and Contact Access to blank/null manually in the application but is it possible to set these to blank using import?
    Thanks,
    Teena

    Hi,
    Thanks for the reply. We have tried updating a record through Account Team > Import > Overwrite Existing Records where the Contact Access and Opportunity Access fields were blank. The import was successfull but the fields were not updated, they are still set to Full access. We used the Account EUID in the import file.
    Regards,
    Teena

  • How to know the balance and validity of internet data in iPad

    How to know the balance and validity of internet data in iPad?

    Sir I m using internet in ipad4 with airtel network
    They provide me 2gb data with the amount of 255 rupees
    And now I inserted the sim in my ipad4
    And start the surfing on safari n all
    And now I wanted to know how much data is balance.

  • Need help. I am running a 27 in imac with 16 gigs of ram. Photoshop runs really fast, except when opening files. It takes 5-10 minutes to open even a small file of 1 meg. I cleaned and validated all the fonts and removed all questionable fonts. Reset pref

    Need help. I am running a 27 in imac with 16 gigs of ram. Photoshop runs really fast, except when opening files. It takes 5-10 minutes to open even a small file of 1 meg. I cleaned and validated all the fonts and removed all questionable fonts. Reset preferences and still have problem. Slow to open and in force quit "Photoshop not responding" At this point should I uninstall and start over.

    What are the performance Preferences?

  • I changed apple Id but old Id was to an email I can't access and now I can't change apple I'd in I phone

    I changed apple I'd to new email on line and when I went to change I'd in phone it still has old I'd with email I can no longer access and I don't remember old password. How can I reset set it in icloud with new I'd?

    You need to call Apple at 1800myapple or check your rescue email.

  • Account access and permissions issue

    When I try to synch my iPod, I am informed that I will lose my purchased music because my computer is not authorized. When I attempt to authorize the account in iTunes, I get an error stating that the required file is not found or permissions error. My apple account is easily accessed and can be used for purchases, but not for synching. I have tried deauthorizing my second computer and have checked for permissions errors, but can find none. I asked this question in the iPod section with no answers--it would appear to be a system problem rather than an iPod issue. Thanks for any ideas on how to solve this puzzle.

    One of the following articles should help you:
    iTunes- Missing folder or incorrect permissions may prevent authorization
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases

  • Can you access and store two itunes libraries on one computer?

    can you access and store two itunes libraries on one computer?

    Welcome to the Apple Community.
    Yes but you may run into issues if you want them both to run iTunes Match or automatic downloads.

Maybe you are looking for

  • Installing ContactSheetII plugin into Photoshop CS5

    I've downloaded the CS5 optional plugins, dragged the ContactSheetII icon into plugins folder in CS5 app folder - restarted Photoshop and still do not find the ContactSheetII plugin anywhere.  Seems like it should be so easy - not today.  Any other s

  • Badi/Enhancement to while creating a transport request

    Hi Friends, Please let me know if there any enhancement or Badi while creating a transport request to add a additional field while creating a transport request. I found below list of badis but are not relevant to my requirement CTS_EXPORT_FEEDBACK CT

  • Having problems with my Broadband and BT will not ...

    Hi For the last TWO years I have had problems with my broadband. The problem is that my hub keeps re-synic it self. Yes I know that this supposed to happen but surly not up to 10 times a day, (some times 6 times in one hour) Every Day. I have no exte

  • How to transport device types between clients

    Hi everyone! I need to transport a new device type that has been recently imported to my development client to my test and production clients. But how do I do that? I'm not that much used to ABAP development workbench. I've found some tips regarding

  • Java script giving error

    Dear All, I am trying to a do a simple thing but nothing happens. Requirement : In my interactive form when I click on the check box i want a table to be invisible else it should be "visible" by default. The code which i have used on the click event