<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038899" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038899</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1222029</link>
    <description> &lt;p&gt;Eh, I&#039;ve seen other things on the W3C site that weren&#039;t entirely done correctly. I believe they also have a table in the form example in the spec. I&#039;d be more likely to look at what, say Eric Meyer does. Maybe we can ask on css-discuss or something like that. I&#039;ll put up a poll here and then when I have time I&#039;ll email around and see what some of the experts say.&lt;/p&gt;
&lt;p&gt;If you were to do it in a table, I&#039;m not sure you would use the  and a  or just one or the other...&lt;/p&gt;
&lt;p&gt;I read that usability article too (wasn&#039;t it linked here earlier??) - I wouldn&#039;t trust usability experts as authorities on HTML code either. I don&#039;t have time to read the article again. Do they specifically recommend tables or are you just extending that from the way the examples are marked up??&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Jul 2007 13:30:32 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1222029 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221963</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;221952 wrote:&lt;/strong&gt; The W3C uses tables for forms. &lt;a href=&quot;http://www.w3.org/Consortium/supporters&quot; class=&quot;bb-url&quot;&gt;See for yourself&lt;/a&gt;. They&#039;re the standards organization, follow their example. Use tables!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Stop being dirty... we&#039;re civilised people around here, the guys at the W3 are clearly Neanderthals! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Actually, I was reading an article the other way about the best way to lay out tables to ensure usability and the outcome was basically a table layout!&lt;/p&gt;
&lt;p&gt;Link: &lt;a href=&quot;http://www.uie.com/articles/web_forms/&quot; class=&quot;bb-url&quot;&gt;http://www.uie.com/articles/web_forms/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I got the paragraph definition from Google by typing &quot;define: paragraph&quot;, but it was one of many results and certainly not the only definition, I took the one that most suited my argument &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I totally agree that this is a circular argument that nobody can win. Although on the basis that the W3 uses tables AND it&#039;s better for usability maybe we should be using tables?&lt;/p&gt;
&lt;p&gt;In fact... if you look at excel a typical screen is effectively just a big form, but at the same time, it&#039;s also a table...&lt;/p&gt;
&lt;p&gt;I think we should come to some kind of agreement about this between us, take a vote (maybe via APC?) and start spreading the word &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So what would be the best table layout? Something like this?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;&amp;lt;label for=&amp;quot;name&amp;quot;&amp;gt;Name&amp;lt;/label&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;name&amp;quot; name=&amp;quot;name&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;&amp;lt;label for=&amp;quot;email&amp;quot;&amp;gt;Email&amp;lt;/label&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;email&amp;quot; name=&amp;quot;email&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Jul 2007 11:08:29 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1221963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221952</link>
    <description> &lt;p&gt;The W3C uses tables for forms. &lt;a href=&quot;http://www.w3.org/Consortium/supporters&quot; class=&quot;bb-url&quot;&gt;See for yourself&lt;/a&gt;. They&#039;re the standards organization, follow their example. Use tables!&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 23:26:43 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1221952 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221939</link>
    <description> &lt;p&gt;Where did you get that definition? I see your point though. I know the W3C has been talking about expanding the definition of &quot;paragraph&quot; so they don&#039;t have to invent other tags for other types of text. I also read that the W3C is/was considering replacing  with  because of the over-use of div&#039;s. Division, section - shouldn&#039;t be necessary here but neither should the paragraph/list tags.&lt;/p&gt;
&lt;p&gt;I definitely agree that a form is not a table. I also agree that it shouldn&#039;t have to be a paragraph or a list. We&#039;re sort of talking in circles here though &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; It shouldn&#039;t need extra markup &amp;gt; but it does need extra markup &amp;gt; so what is it then? &amp;gt; not sure, could be div, paragraph, or list &amp;gt; but it&#039;s not really any of those &amp;gt; it shouldn&#039;t need extra markup &amp;gt; but it does need extra markup etc. etc.&lt;/p&gt;
&lt;p&gt;Even by that definition, I would say that a form is as much a list of items as it is &quot;a distinct subdivisions of a text intended to separate ideas&quot;. Possibly moreso.&lt;/p&gt;
&lt;p&gt;I guess this one comes down to whatever you think makes the most sense.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 17:09:46 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1221939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221936</link>
    <description> &lt;p&gt;I just don&#039;t see a form as a list...&lt;/p&gt;
&lt;p&gt;One definition of a paragraph is:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: one of several distinct subdivisions of a text intended to separate ideas&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So by that definition doesn&#039;t the label for the form qualify as a paragraph?&lt;/p&gt;
&lt;p&gt;I&#039;ve had debates with people about this before and usually someone all suggests a table for form layout to which I kind of agree but I hate the limitations of tables for layout. In all honesty, I don&#039;t think there is a right answer when it comes to laying out forms if you require it to be 100% semantically correct.&lt;/p&gt;
&lt;p&gt;Simply put a form isn&#039;t a list or a paragraph, it certainly isn&#039;t a proper table either.&lt;/p&gt;
&lt;p&gt;I suppose the only correct markup to use is a div which is simply a container for information and nothing more but that lacks semantics...&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 16:22:17 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1221936 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221933</link>
    <description> &lt;p&gt;Fieldsets should really be used for sets within the form. So a whole personal information block would have a fieldset around it. Using them like this would preclude you from using them for larger blocks.&lt;/p&gt;
&lt;p&gt;Why would you prefer paragraphs over lists?&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 15:27:11 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1221933 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221930</link>
    <description> &lt;p&gt;Lol... stupid IE!&lt;/p&gt;
&lt;p&gt;How about this?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldset&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label for=&amp;quot;name&amp;quot;&amp;gt;Name&amp;lt;/label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;name&amp;quot; name=&amp;quot;name&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fieldset&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldset&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label for=&amp;quot;email&amp;quot;&amp;gt;Email&amp;lt;/label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;email&amp;quot; name=&amp;quot;email&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fieldset&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;It could be a total abuse of the fieldset tag, but surely it&#039;s more relevant than &#039;s?&lt;/p&gt;
&lt;p&gt;Personally, I&#039;ll be sticking to my paragraph tags for now. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 14:14:00 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1221930 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221929</link>
    <description> &lt;p&gt;Andy, you might want to check that in IE.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 13:53:57 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1221929 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221928</link>
    <description> &lt;p&gt;Aside from the &#039;s I don&#039;t use any structural markup. I just use CSS floats and what not (if I want the input and label on separate lines, I use CSS to make the label a block level element).&lt;/p&gt;
&lt;p&gt;I understand that the text isn&#039;t a paragraph, I would just prefer to use something that has some meaning rather than something with no meaning like a .&lt;/p&gt;
&lt;p&gt;I suppose you could use an unordered list like you suggest, it&#039;s just a matter of preference.&lt;/p&gt;
&lt;p&gt;Just out of interest... would this be acceptable?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label for=&amp;quot;name&amp;quot;&amp;gt;Name&amp;lt;/label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;name&amp;quot; name=&amp;quot;name&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label for=&amp;quot;email&amp;quot;&amp;gt;Email&amp;lt;/label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;email&amp;quot; name=&amp;quot;email&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://andykettle.com/playground/form_test.html&quot; class=&quot;bb-url&quot;&gt;I&#039;ve just styled that code with css and got it looking like this&lt;/a&gt; which is pretty much my standard form layout. Unless you wanted background colours for each row of the form (full width that is), I don&#039;t see why you would need anything around the label/input parts.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jul 2007 13:49:34 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1221928 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-mark-forms#comment-1221464</link>
    <description> &lt;p&gt;I&#039;ve been searching around the web since this topic came up, and it seems that the most prominent way to mark up forms without tables (of course) and DIVs is to use a list and labels.  Here&#039;s my curiosity.  If you were to use this list format, would you still use it for vertical forms?  If so, are the label and the input each a list item, or should they be connected in some way?&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Jul 2007 13:26:15 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1221464 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
