<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Web form design: is the &#8220;required&#8221; asterisk design or content?</title>
	<atom:link href="http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/feed" rel="self" type="application/rss+xml" />
	<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content</link>
	<description></description>
	<lastBuildDate>Wed, 04 Mar 2009 15:18:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ryan Freebern</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2377</link>
		<dc:creator>Ryan Freebern</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2377</guid>
		<description>Bradley: Nice, I&#039;d never heard the term &quot;poshformat&quot; before. That is a useful concept!

It&#039;s not entirely true that the &quot;requiredness&quot; has to be in the markup; as long as all your form fields have unique ids, you could set a style on them purely via CSS.

You&#039;ve made me think some more about this, which is good. It&#039;s a tricky line to draw, deciding where &quot;usability&quot; and &quot;essential information&quot; meet. I think the decision comes down to being able to answer the question &quot;is this item required in order for a user to get the information they need from the site?&quot; And the answer, in this case, is no: the user can still use a form even if the &quot;requiredness&quot; isn&#039;t indicated in a human-readable way; it just might take them a few tries to provide all the information necessary. Adding the indicators makes it easier but doesn&#039;t change the essential information conveyed.</description>
		<content:encoded><![CDATA[<p>Bradley: Nice, I&#8217;d never heard the term &#8220;poshformat&#8221; before. That is a useful concept!</p>
<p>It&#8217;s not entirely true that the &#8220;requiredness&#8221; has to be in the markup; as long as all your form fields have unique ids, you could set a style on them purely via CSS.</p>
<p>You&#8217;ve made me think some more about this, which is good. It&#8217;s a tricky line to draw, deciding where &#8220;usability&#8221; and &#8220;essential information&#8221; meet. I think the decision comes down to being able to answer the question &#8220;is this item required in order for a user to get the information they need from the site?&#8221; And the answer, in this case, is no: the user can still use a form even if the &#8220;requiredness&#8221; isn&#8217;t indicated in a human-readable way; it just might take them a few tries to provide all the information necessary. Adding the indicators makes it easier but doesn&#8217;t change the essential information conveyed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Freebern</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2376</link>
		<dc:creator>Patrick Freebern</dc:creator>
		<pubDate>Fri, 16 Jan 2009 03:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2376</guid>
		<description>Ryan,
Ah. I understand that I didn&#039;t understand.</description>
		<content:encoded><![CDATA[<p>Ryan,<br />
Ah. I understand that I didn&#8217;t understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley Holt</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2375</link>
		<dc:creator>Bradley Holt</dc:creator>
		<pubDate>Thu, 15 Jan 2009 00:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2375</guid>
		<description>Looks like the blog ate my poshformat link:
http://microformats.org/wiki/poshformats</description>
		<content:encoded><![CDATA[<p>Looks like the blog ate my poshformat link:<br />
<a href="http://microformats.org/wiki/poshformats" rel="nofollow">http://microformats.org/wiki/poshformats</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley Holt</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2374</link>
		<dc:creator>Bradley Holt</dc:creator>
		<pubDate>Thu, 15 Jan 2009 00:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2374</guid>
		<description>Great question and open to much debate! First of all, the &quot;requiredness&quot; information has to be semantically in the HTML (obviously or you could not select on it) regardless of the option you pick. So, you&#039;re really picking between a) the non-human-readable option of putting a &quot;required&quot; class (or something similar) on the label or b) having human-readable text as part of the label that distinguishes it as &quot;required&quot; (which should, with this option, be marked up with its own semantic data). If you consider the first option to be a poshformat  then I think it&#039;s a perfectly valid option since, otherwise, it&#039;s markup strictly for the sake of visual presentation which is, generally speaking, a bad idea. However, the second option seems to make more sense since this is information that is of great value to non-visual user agents (and most - well, really, all - user agents won&#039;t understand the semantics of your &quot;required&quot; class). This raises the question, what semantic value (in human terms) does an asterisk have? It may be more semantically correct to put the word &quot;required&quot; in a span and use CSS to replace it with an asterisk (or some other visual treatment).</description>
		<content:encoded><![CDATA[<p>Great question and open to much debate! First of all, the &#8220;requiredness&#8221; information has to be semantically in the HTML (obviously or you could not select on it) regardless of the option you pick. So, you&#8217;re really picking between a) the non-human-readable option of putting a &#8220;required&#8221; class (or something similar) on the label or b) having human-readable text as part of the label that distinguishes it as &#8220;required&#8221; (which should, with this option, be marked up with its own semantic data). If you consider the first option to be a poshformat  then I think it&#8217;s a perfectly valid option since, otherwise, it&#8217;s markup strictly for the sake of visual presentation which is, generally speaking, a bad idea. However, the second option seems to make more sense since this is information that is of great value to non-visual user agents (and most &#8211; well, really, all &#8211; user agents won&#8217;t understand the semantics of your &#8220;required&#8221; class). This raises the question, what semantic value (in human terms) does an asterisk have? It may be more semantically correct to put the word &#8220;required&#8221; in a span and use CSS to replace it with an asterisk (or some other visual treatment).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Freebern</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2373</link>
		<dc:creator>Ryan Freebern</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2373</guid>
		<description>I haven&#039;t actually done anything with the design of the comment forms on this site. That&#039;s just WordPress&#039;s default style.

You seem to be missing the point. I&#039;m not debating if the asterisk or the word &quot;required&quot; or a highlight is necessary; I&#039;m debating whether the &quot;requiredness&quot; indicator should be present in the form&#039;s &lt;em&gt;content&lt;/em&gt; (i.e. the HTML source of the page) or the form&#039;s &lt;em&gt;design&lt;/em&gt; (i.e. the CSS that applies visual style to the page). In other words, I&#039;m wondering about the semantic role of the requiredness indicator, in terms of the ideal separation of content and presentation.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t actually done anything with the design of the comment forms on this site. That&#8217;s just WordPress&#8217;s default style.</p>
<p>You seem to be missing the point. I&#8217;m not debating if the asterisk or the word &#8220;required&#8221; or a highlight is necessary; I&#8217;m debating whether the &#8220;requiredness&#8221; indicator should be present in the form&#8217;s <em>content</em> (i.e. the HTML source of the page) or the form&#8217;s <em>design</em> (i.e. the CSS that applies visual style to the page). In other words, I&#8217;m wondering about the semantic role of the requiredness indicator, in terms of the ideal separation of content and presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Freebern</title>
		<link>http://ryan.freebern.org/2009/01/13/web-form-design-asterisk-design-content/comment-page-1#comment-2372</link>
		<dc:creator>Patrick Freebern</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.freebern.org/?p=161#comment-2372</guid>
		<description>Just some thoughts:
After reading this post, I notice that you have both highlighted-yellow AND put a (required) notice next to your comment form for Name and Email, but not for Website. Is that really necessary? I think the yellow highlight would be enough for most people to understand that those fields are more important. 
I do not think that asterisks or &quot;(required)&quot; notices are part of a form&#039;s essential content. I think that in this case, at ryan.freebern.org, the highlight is enough - your target audience is computer-savvy. On the other hand, ff there was a form on an AARP website, perhaps the asterisk would be more useful, along with the notice &quot;An asterisk indicates required field.&quot;</description>
		<content:encoded><![CDATA[<p>Just some thoughts:<br />
After reading this post, I notice that you have both highlighted-yellow AND put a (required) notice next to your comment form for Name and Email, but not for Website. Is that really necessary? I think the yellow highlight would be enough for most people to understand that those fields are more important.<br />
I do not think that asterisks or &#8220;(required)&#8221; notices are part of a form&#8217;s essential content. I think that in this case, at ryan.freebern.org, the highlight is enough &#8211; your target audience is computer-savvy. On the other hand, ff there was a form on an AARP website, perhaps the asterisk would be more useful, along with the notice &#8220;An asterisk indicates required field.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
