<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quiz 4.1.1: Enforcing the use of CSS for layout</title>
	<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/</link>
	<description>Seeking Best Accessibility Practices</description>
	<pubDate>Fri, 16 May 2008 06:14:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: patrick h. lauke</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-267</link>
		<author>patrick h. lauke</author>
		<pubDate>Wed, 20 Apr 2005 12:48:22 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-267</guid>
					<description>i was going to say A, but looking back at the HTML 4 specification i realised that the specs don't expressly prohibit the use of tables for layout, but simply give a gentle discouragement: 
"Tables should not be used purely as a means to layout document content ... authors should use style sheets to control layout rather than tables". http://www.w3.org/TR/html4/struct/tables.html

now if the spec actually had a nice "MUST NOT use tables for layout", A would be more than sufficient.
in the light of this, i'd say C (although i'd add "where possible" to that sentence, as some specs may not permit the separation of these different concerns). there may be possibly the need for a separate "techniques" document which goes into more specific details (if you're using HTML 4, you shouldn't use FONTs even though they're in the spec, and only use tables for tabular data).</description>
		<content:encoded><![CDATA[<p>i was going to say A, but looking back at the HTML 4 specification i realised that the specs don&#8217;t expressly prohibit the use of tables for layout, but simply give a gentle discouragement:<br />
&#8220;Tables should not be used purely as a means to layout document content &#8230; authors should use style sheets to control layout rather than tables&#8221;. <a href="http://www.w3.org/TR/html4/struct/tables.html" rel="nofollow">http://www.w3.org/TR/html4/struct/tables.html</a></p>
<p>now if the spec actually had a nice &#8220;MUST NOT use tables for layout&#8221;, A would be more than sufficient.<br />
in the light of this, i&#8217;d say C (although i&#8217;d add &#8220;where possible&#8221; to that sentence, as some specs may not permit the separation of these different concerns). there may be possibly the need for a separate &#8220;techniques&#8221; document which goes into more specific details (if you&#8217;re using HTML 4, you shouldn&#8217;t use FONTs even though they&#8217;re in the spec, and only use tables for tabular data).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Stenhouse</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-270</link>
		<author>Mike Stenhouse</author>
		<pubDate>Wed, 20 Apr 2005 14:19:59 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-270</guid>
					<description>I'd go with C as well. If you adhere strictly to the intended function of tables, as set out in &lt;a href="http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html" rel="nofollow"&gt;the specifications&lt;/a&gt;: 

"Tables should not be used purely as a means to layout document content" 

Maybe a mention of semantics would tighten things up a bit. We also want people to adhere to the spirit of the specs, not just the letter and the law - something I see too much of with the current WCAG.</description>
		<content:encoded><![CDATA[<p>I&#8217;d go with C as well. If you adhere strictly to the intended function of tables, as set out in <a href="http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html" rel="nofollow">the specifications</a>: </p>
<p>&#8220;Tables should not be used purely as a means to layout document content&#8221; </p>
<p>Maybe a mention of semantics would tighten things up a bit. We also want people to adhere to the spirit of the specs, not just the letter and the law - something I see too much of with the current WCAG.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: patrick h. lauke</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-271</link>
		<author>patrick h. lauke</author>
		<pubDate>Wed, 20 Apr 2005 14:31:31 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-271</guid>
					<description>mike, for me to problem comes from the fact that the HTML spec was softened up with that "purely". does a site that uses one single layout table coupled with css and a few proper data tables use tables "purely" for layout? well no, they're not...one for the semantics pedantics.</description>
		<content:encoded><![CDATA[<p>mike, for me to problem comes from the fact that the HTML spec was softened up with that &#8220;purely&#8221;. does a site that uses one single layout table coupled with css and a few proper data tables use tables &#8220;purely&#8221; for layout? well no, they&#8217;re not&#8230;one for the semantics pedantics.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-273</link>
		<author>brothercake</author>
		<pubDate>Wed, 20 Apr 2005 15:04:25 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-273</guid>
					<description>C for me - it would embrace the concept without having to name TABLE specifically.  With words to the effect of "use elements with the best semantics to describe the information they structure. If an element with the right semantics does not exist, author may approximate with the closest element, but authors must ensure that they do not contradict or undermine the semantics of the element they choose (eg, tables should not be used for layout; blockquote should not be used for formatting effect)</description>
		<content:encoded><![CDATA[<p>C for me - it would embrace the concept without having to name TABLE specifically.  With words to the effect of &#8220;use elements with the best semantics to describe the information they structure. If an element with the right semantics does not exist, author may approximate with the closest element, but authors must ensure that they do not contradict or undermine the semantics of the element they choose (eg, tables should not be used for layout; blockquote should not be used for formatting effect)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-274</link>
		<author>brothercake</author>
		<pubDate>Wed, 20 Apr 2005 15:07:16 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-274</guid>
					<description>Actually my blockquote example is about visual effects not semantic meaning - other relevant examples would be "EM should not be used for convenience where emphasis is not intended" or "headings should not be used for visual effect, if the text is not really a heading"</description>
		<content:encoded><![CDATA[<p>Actually my blockquote example is about visual effects not semantic meaning - other relevant examples would be &#8220;EM should not be used for convenience where emphasis is not intended&#8221; or &#8220;headings should not be used for visual effect, if the text is not really a heading&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: vdebolt</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-275</link>
		<author>vdebolt</author>
		<pubDate>Wed, 20 Apr 2005 17:19:50 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-275</guid>
					<description>C seems like the best choice for now. Since carefully made tables can be accessible when used for layout, I don't think they should be expressly forbidden. Also, we are still in the stage of debating exactly what consititutes tabular data; for example, is a set of thumbnails tabular data, or is it a list, or is it something else entirely?</description>
		<content:encoded><![CDATA[<p>C seems like the best choice for now. Since carefully made tables can be accessible when used for layout, I don&#8217;t think they should be expressly forbidden. Also, we are still in the stage of debating exactly what consititutes tabular data; for example, is a set of thumbnails tabular data, or is it a list, or is it something else entirely?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jordan Moore</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-276</link>
		<author>Jordan Moore</author>
		<pubDate>Wed, 20 Apr 2005 21:41:36 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-276</guid>
					<description>Of the given options, I'd have to go with C. Stucture should be seperate from presentation, but let's not limit everyone by giving language-specific examples.</description>
		<content:encoded><![CDATA[<p>Of the given options, I&#8217;d have to go with C. Stucture should be seperate from presentation, but let&#8217;s not limit everyone by giving language-specific examples.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Georg</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-279</link>
		<author>Georg</author>
		<pubDate>Thu, 21 Apr 2005 05:57:19 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-279</guid>
					<description>Was attempted to say; it doesn't matter, since it will probably be wrong anyway pretty soon.

Instead: C, and work on a formulation that isn't outdated before it enters final stage. Any formulation will probably have to be pretty loose if it should keep up with technology, and future technology is as unknown as most of the current technology actually is.

Stepping back just to get a broader picture:
I'm often thinking that the current technology isn't robust enough for the content -- no matter how it is provided. What it will look like in the future is anybodys guess, as technology isn't developed along the same lines as these guidelines, and rarely ever for the end-user.
Technology itself is often not functioning according to its own specifications--if there are any specifications, so where are we?

How one should be able to get even close to reality with these guidelines is beyond me. The entire future will have to fit in here, so it is time to start on a new set of guidelines before these are released.

Oh, well. Maybe something makes sense here.</description>
		<content:encoded><![CDATA[<p>Was attempted to say; it doesn&#8217;t matter, since it will probably be wrong anyway pretty soon.</p>
<p>Instead: C, and work on a formulation that isn&#8217;t outdated before it enters final stage. Any formulation will probably have to be pretty loose if it should keep up with technology, and future technology is as unknown as most of the current technology actually is.</p>
<p>Stepping back just to get a broader picture:<br />
I&#8217;m often thinking that the current technology isn&#8217;t robust enough for the content &#8212; no matter how it is provided. What it will look like in the future is anybodys guess, as technology isn&#8217;t developed along the same lines as these guidelines, and rarely ever for the end-user.<br />
Technology itself is often not functioning according to its own specifications&#8211;if there are any specifications, so where are we?</p>
<p>How one should be able to get even close to reality with these guidelines is beyond me. The entire future will have to fit in here, so it is time to start on a new set of guidelines before these are released.</p>
<p>Oh, well. Maybe something makes sense here.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bryce</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-284</link>
		<author>Bryce</author>
		<pubDate>Fri, 22 Apr 2005 19:18:42 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-284</guid>
					<description>I think I like "A" the best, but honestly I don't think that "A" conveys the correct message, mainly because as far as I know, the specifications really don't address semantics very well (I may be wrong, so please correct me).  I don't think it's enough to just separate structure from presentation.  Structure also needs to make semantic sense.  Let's face it.  We've all seen DIV soup.  You know...code which technically is separation of structure and presentation, yet is a nightmare to behold.  

The single most important thing you can do to increase the accessibility of your code is  valid, simple, *semantically-meaningful* markup.  That needs to be addressed</description>
		<content:encoded><![CDATA[<p>I think I like &#8220;A&#8221; the best, but honestly I don&#8217;t think that &#8220;A&#8221; conveys the correct message, mainly because as far as I know, the specifications really don&#8217;t address semantics very well (I may be wrong, so please correct me).  I don&#8217;t think it&#8217;s enough to just separate structure from presentation.  Structure also needs to make semantic sense.  Let&#8217;s face it.  We&#8217;ve all seen DIV soup.  You know&#8230;code which technically is separation of structure and presentation, yet is a nightmare to behold.  </p>
<p>The single most important thing you can do to increase the accessibility of your code is  valid, simple, *semantically-meaningful* markup.  That needs to be addressed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Charles "Chas" Belov</title>
		<link>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-294</link>
		<author>Charles "Chas" Belov</author>
		<pubDate>Mon, 25 Apr 2005 17:56:19 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/20/quiz-411-enforcing-the-use-of-css-for-layout/#comment-294</guid>
					<description>A. 

We are still using tables for layout because I have noticed that using CSS for layout currently may not be friendly to people with low-vision. I see way too many pages where text from one div overlaps text from another div, making both sets of text unreadable. Alternatively, text in one div may be hidden by text in another div. 

These seems to happen with absolutely positioned items whenever a CSS-positioned page is visited with the visitor's browser set to display text at a larger size than the page designer intended. Alternatively, this may happen if the visitor's browser is set to a smaller window size than the designer intended (perhaps because that is the resolution the visitor needs to use to view content on a monitor of a particular size, or because they need to have multiple windows visible simultaneously on their desktop). Table layout prevents these kinds of problems; the tradeoff is that it may force horizontal scrolling on screens of certain sizes.

I am open to reading about and implementing CSS layout in place of tables if someone can point me to some model CSS layouts in which text overlap or obscuring does not occur, and which do not involve cross-browser hacks or multiple extra div's.</description>
		<content:encoded><![CDATA[<p>A. </p>
<p>We are still using tables for layout because I have noticed that using CSS for layout currently may not be friendly to people with low-vision. I see way too many pages where text from one div overlaps text from another div, making both sets of text unreadable. Alternatively, text in one div may be hidden by text in another div. </p>
<p>These seems to happen with absolutely positioned items whenever a CSS-positioned page is visited with the visitor&#8217;s browser set to display text at a larger size than the page designer intended. Alternatively, this may happen if the visitor&#8217;s browser is set to a smaller window size than the designer intended (perhaps because that is the resolution the visitor needs to use to view content on a monitor of a particular size, or because they need to have multiple windows visible simultaneously on their desktop). Table layout prevents these kinds of problems; the tradeoff is that it may force horizontal scrolling on screens of certain sizes.</p>
<p>I am open to reading about and implementing CSS layout in place of tables if someone can point me to some model CSS layouts in which text overlap or obscuring does not occur, and which do not involve cross-browser hacks or multiple extra div&#8217;s.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
