screen-readers
Is it necessary to have <th> in any table?
is it necessary to have <th> in any table? even if table has no heading? table has 3 other tag <thead> <tbod开发者_如何学JAVAy> <tfoot> is it necessary to use all even if i ha[详细]
2022-12-20 04:28 分类:问答What is the benefit of writing meaningful css .class and #id names?
What is the benefit of writing meaningful css .class开发者_StackOverflow and #id names? Do screen readers speak to help the user understand the meaning and purpose of content inside the tags?Generally[详细]
2022-12-19 22:53 分类:问答Does Jaws (and other screen readers) read from the input value attribute or the text on screen?
If I have a form that updates via AJAX, there is a chance that the original value field (as it 开发者_C百科was output to the browser) will not match the text that the form field now has inside.[详细]
2022-12-19 19:22 分类:问答Is it necessary to wrap <strong>, <em>, <b>, <i> inside <p> tag, if content is not paragraph?
For example: This is ok <div> <p>some <strong>long</strong> text</p> <strong>- end -</strong>[详细]
2022-12-19 14:37 分类:问答What would be the best method to code heading/title for <ul> or <ol>, Like we have <caption> in <table>?
What would be the best method to code heading/title of <ul> or <ol>? Like we have <caption> in <table>, and we don\'t want to make them bold.[详细]
2022-12-19 09:45 分类:问答What is the biggest cons to use position: absolute & top/left over Float & margin+padding, If site is fixed width (970px), centered?
What is the biggest disadvantage to use CSS positioning(From Dreamweaver AP Div) for everything instead Float for fixed width, centered website?[详细]
2022-12-19 09:40 分类:问答Is it possible to force a buffer refresh in JAWS 9 or 10?
Is there some way, through either JAWS scripting or HTML, to force JAWS to refresh its virtual screen buffer (开发者_StackOverflow中文版normally Ins + Esc)?I\'m working on an AJAX-heavy web applicatio[详细]
2022-12-19 07:34 分类:问答How to decide What should be chosen to make heading bold <strong> or <h3/h4/h5>?
How to judge what should be <h2> , h3 h4 h5 h6 or <p><strong>Some text</strong></p> If we don\'t have knowledge about context[详细]
2022-12-19 00:40 分类:问答Does it matter <strong> in <em> or <em> in <strong>?
Does it matter <strong> in <em> <p><strong><em>Some text</em></strong></p>[详细]
2022-12-18 22:41 分类:问答Is it still true, to make cross broswer layouts for desktop browsers using table+css is easier then div+css?
My one of web designer friend still making sites with table but he use css very nicely and I also use css nicely but with <div> and i face cross browser problem in layout more than my friend.[详细]
2022-12-18 18:21 分类:问答