Tagged Questions
0
votes
1answer
106 views
Site accessibility (indexing) from google - doctype transitional versus doctype html
Im having a discussion with one my friends about doctype transitional versus doctype html.
The subject is accessibility for google and potentially screen readers (which you could find blind people ...
1
vote
1answer
323 views
What is an appropriate HTML pattern for displaying name/value pairs?
I was inspired to ask this by a comment on my How can I style a list of name-value pairs to appear like an HTML table? question last night, that code like this is not an appropriate use of label. What ...
3
votes
2answers
45 views
Site Map - Accesibility question regarding use of overlay?
Quick question - Does it matter (accessibility wise) if a site map is placed in a hidden div in each page and displayed in overlay on request!?
Just because this would be a best quick fit solution ...
5
votes
1answer
414 views
How to convert this 4 column table into single column table, but still maintaining the accessibility the table
I want to make this table http://jsfiddle.net/B7SVK/ from 4 column to single column because I need to convert this table from Desktop to Mobile website and mobile device has limited width. and I don't ...
3
votes
2answers
130 views
Should I use a FORM element if I'm not submitting data? Proper (X)HTML markup
In my web application I have a user profile page. That page has these elements on it:
Connect with Twitter
Connect with Facebook
Timezone Select
Language Select
The first two things pop up an ...
0
votes
2answers
113 views
Form markup advice, legend with long “question” text
I'm creating an online questionnaire and was looking for some advice on best practice for the markup. Some of the questions are quite long, they are from a third party and can't be changed. I ...
1
vote
1answer
88 views
Semantics of header elements and WCAG 2.0
Am doing some accessibility testing on a site i am currently working on using Total Validator and the WAVE toolbar.
When using these it raises issues with the header structure of my documents and ...
3
votes
3answers
2k views
What are cons to use Cufon? Is sIFR still good option? @font-face doesn't make the letters smooth like they look with cufon or sIFR
What are cons to use Cufon? in term of Web Standards, Accessibility and Performance.
I think if we need smooth text than sIFR is still best with screen reader compatibility.
With @font-face font ...
4
votes
3answers
875 views
How to hide any element from page only from Screenreader but not from page for normal users?
How to hide any element from page only from Screenreader but not from page for normal users?
I know these snippets but I want to hide something from screen redaer but not from page visually. Sscreen ...
2
votes
3answers
122 views
How do you keep html semantically correct and and handle big css of complex designs like Big portals or News sites?
In personal and small business websites it's not so difficult but when we comes to New sites,Portals and E-commerce sites, where so many content comes on each pages, it's little hard.
How do you keep ...
2
votes
2answers
58 views
Webaccessibility - Suggestions needed
Visiting the following site in IE:
http://www.oebb.at
In the header section one can see the plus(+) symbol. By clicking on it the the font size and the images will be enlarged. And similarly ...
0
votes
2answers
92 views
Both code are perfectly valid , but which is semantically correct?
Both code are perfectly valid , but which is semantically correct?
It has <p>
<ol>
<li>
<h2>heading level 2</h2>
<p>
some long ...
0
votes
2answers
1k views
XHTML w3c validation error “reference to non-existent ID ”xxxxx“”
For this portion of code
<label for="gender">I am:</label>
<select class="select" name="sex" id="sex">
<option value="0">Gender:</option>
<option ...
1
vote
2answers
132 views
I'm looking for a jquery form validation plugin, which can give validation error as a “Alert”
I'm looking for a easy to use jQuery form validation plugin, which give validation error as a "Alert". Because alert is the best way to inform screen reader users about errors.
4
votes
3answers
3k views
Can I use HTML 5 <nav> for footer links , which is not a primary navigation?
Can I use HTML 5 <nav> for footer links, which is not a primary navigation? Or should it be used once in a page?
4
votes
3answers
89 views
In how many ways a website can be accessed and should we consider all condition?
As far as i know a website can be accessed on
Desktop Browser
Text only browser
Mobile phone browser
PSP
Iphone/ipad touch screen
and conditions
JavaScript disabled
CSS disabled
JavaScript and ...
121
votes
8answers
21k views
Can we have multiple <tbody> in same <table>?
Can we have multiple <tbody> in same <table>? If yes then in what scenarios we should use multiple <tbody>
3
votes
6answers
2k views
When to use <strong> and when to use <b>? [duplicate]
Possible Duplicate:
Is it ok to use <strong> in place of <b> blindly ?
When to use <strong> and when to use <b> or other ways to give look of bold? strong has ...
0
votes
1answer
96 views
Do you know best site on Net to learn XHTML 1.0 strict , Like other than W3schools.com but with better and latest content?
Do you know best site on Net to learn XHTML , Like other than W3schools.com but with better and latest content?
I have to link some friends who want to learn HTML? I like the "Try it editor" of W3C ...
1
vote
12answers
532 views
What is the mean of “On Page SEO”?
What is the mean of "On Page SEO"? Is it related to mark-up , accessibility and semantics?
Edit:
Does "On Page SEO" requires input from XHTML Coder?
Is it a job of developer?
16
votes
13answers
775 views
When is it OK to use Javascript and when not?
Is it good practice not to use much javascript/jquery? Should we avoid it as much as possible (for good accessibility)?
When is it OK to use JavaScript and when is it not in web design and ...
0
votes
2answers
349 views
Should we use <label> for every <input>?
Should we use <label> for every input? , even for submit button and keep hidden thorough css if we don't want to show label.
or no need of label for submit button?
.hide {display:none}
...
4
votes
4answers
3k views
Should we put <input> inside <label>?
I saw 2 different method on same form example:
on http://www.alistapart.com/articles/prettyaccessibleforms/ why they are using 2 method in first fieldset they are keeping input after labeland in 2nd ...
-1
votes
2answers
141 views
Should I repeat label text in for=“…” and id=“..”?
Is there any cons of 2nd method?
Why http://www.webstandards.org/ decided to use 2nd method
Is first method better than first for
screen reader users?
First
<label ...
2
votes
2answers
95 views
Will Hiding Form Labels Impact Web Accessibility?
I have a shipping form. Three input fields surround the shipping address.
Below are the labels (and in parenthesis their "for" values)
1) Address/P.O. Box (for="shipAddress1")
2) Address 2 ...
3
votes
4answers
67 views
Is there any pros to duplicate browser/keyboard functionality?
Is it good for user experience to duplicate browser/keyboard functionality?
For example: to provide these links on a web-page.
"Back to top" link
"Print this page" link
"Add to Favorite" link
...
1
vote
2answers
84 views
What are cons if we use javascript to apply css selectors to that browser who do not support that property by default
What are cons if we use JavaScript to apply only CSS property/selectors to that browser who do not support that property by default? to keep my HTML semantic and keep free from Deprecated HTML.
Is it ...
0
votes
5answers
123 views
How to use and manage relative font values as easy as we use px
what are cons to use relative values em and % for fonts, What is rounding problem? and how to avoid/solve rounding problem. Is there any calculator?
How to use relative values as easy as we use px
4
votes
4answers
1k views
Should we use fieldset even for one search box input?
Should we use fieldset even for one search box input? Which we use in header of the site usually?
1
vote
4answers
807 views
How to hide any text from sighted user and search engine but not from screen reader?
What is the best tested way to hide any text from sighted user but not from popular screen readers?
and without affecting SEO.
for example if i adding any hidden text only for screen-reader users ...
1
vote
4answers
200 views
Is it necessary to have at least one `H1` in any webpage?
Is it necessary to have at least one H1 in any web page? in terms of accessibility, semantics and SEO.
4
votes
4answers
974 views
What is prefered to use in alt text “&” or “&” for screenreader users?
Services & Products
or
Services & Products
Update:
How popular screen readers and text only browsers will handle &?
2
votes
3answers
437 views
Are inline style bad for screen readers?
Example
<span style="BACKGROUND-COLOR: #ffd700">Background color</span>
How screen reader handle inline css ? is there any other cons of inline CSS except css management?
Inline styles ...
0
votes
4answers
1k views
How to show javascript warning , if user click on link which will open in new window?
How to show this type of reminder warning to user (mainly i need this for screen reader user), if user click on link which will open in new window?
Is my wording ok, please suggest if it can be ...
0
votes
3answers
114 views
How to generate a report for particular XHTML tag/attributes?
I wan to check whole site's <img> image's for alt text. I want to get a report of, What is written in alt text or alt is defined or not from all images being used on whole site in every page.
...
1
vote
2answers
99 views
How to make this effect accessible for screen-reader and without JS
Today i found a good example to make whole div clickable in a cool way.
Is there a way to make this effect compatible with Screen-reader and keyboard user and even at least accessible if JS disabled ...
1
vote
1answer
87 views
What is preferred accessible and semantically correct method to code this type of data design?
What is preferred accessible and semantically correct method to code this type of data design?
Table
UL, LI
DIV,SPAN
For icons should i use for each place or i should is icon from CSS sprites? If ...
2
votes
2answers
991 views
What is prefered method to put footnotes for html table?
Like this. this a screenshot of MS word file.
Should i put in a tfoot or in td
as a <p>dwdwdewwe</p> or i should
put after </table> in a <p></p>?
and can we put tfoot ...
0
votes
2answers
540 views
How to show linked file size and type in title attributes using jquery?
For example:
Before
<a
target="_blank"
href="http://www.adobe.com/devnet/acrobat/pdfs/reader_overview.pdf">
Adobe Reader JavaScript specification
</a>
Bcoz file is PDF so title ...
1
vote
3answers
5k views
How to show title attributes onfocus using jquery?
By default in all browsers, title attributes only show on mouse over. I want to show on keyboard focus also. I know this is not possible through only HTML and CSS.
JavaScript will be needed. so i use ...
3
votes
3answers
2k views
How to show text as a superscript in “Alt text”?
How to show text as a superscript in Alt text
like this:
Value10
4
votes
4answers
215 views
Which alt text is best for screen readers for example “smiling kid”?
Which would be good write ALT text for a photo of kid which is smiling and sitting in garden?
This
alt="Photo of smiling kid sitting in the garden"
or this
alt="Photo of smiling kid"
or this
...
0
votes
8answers
513 views
True or not: We should always use proper capitalization and never put whole sentences in all-uppercase
True or not: We should always use proper capitalization and never put whole sentences in all-uppercase. If we must do so, we should use CSS for this task."
Should we use the CSS property ...
1
vote
5answers
125 views
Which method is prefered to just show 2 links vertically?
Which method is preferred to just show 2 links vertically, one over another? in content page (not as a navigation).
This (although i don't need bullets)
<p>
Lorem Ipsum is simply dummy text ...
1
vote
2answers
377 views
After WCAG 2.0, Should we follow any guideline of WCAG 1.0?
WCAG 2.0 is released should we follow only WCAG 2.0 guideline or we should combination of both no need to consider WCAG 1.0 now?
or if I'm considering WCAG guideline then do i need to consider any ...
3
votes
1answer
470 views
Why <table> is not good for layout while <div> is? for screen reader users
What is the problem with <table> tag which is not with <div> for screen reader users? Please Explain with example.
0
votes
1answer
699 views
What is best method to link PDF(with icon)?
What is preferred method to link PDF(with icon) on a page in terms of semantic, accessibility, usability and SEO?
for example
this is a name of PDF "01ccc5.pdf"
but inside PDF this is the title of
...
4
votes
3answers
174 views
“Click here to read this article” “Read More” Why these are bad for screen readers?
I use "read more" at the end of paragraph just for reminder for user same like P.T.O
Why it's problematic?
1
vote
5answers
645 views
Is website accessibility mandated in some countries? What are the consequences of not being accessible?
Is it mandatory in some countries to make all websites accessible?
If so, what would happen if someone in country with this mandate does not make a website accessible?
Can the government remove or ...
-1
votes
1answer
187 views
How to make single-multilevel convertible, keyborad accessible, non-javascript dependent (except IE), CSS sprite dropdown navigation?
I've to write css for a simple/ horizontal menu for a CMS and i've to write css as if client will add subpages to main page and subpages of of subpages
I mean right now it's simple navigation no ...
