- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 18:50:47 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention the uses of id=''. (whatwg r3520) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2717&r2=1.2718&f=h http://html5.org/tools/web-apps-tracker?from=3519&to=3520 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2717 retrieving revision 1.2718 diff -u -d -r1.2717 -r1.2718 --- Overview.html 1 Aug 2009 09:30:31 -0000 1.2717 +++ Overview.html 1 Aug 2009 09:50:27 -0000 1.2718 @@ -6907,7 +6907,11 @@ <a href="#represents">represents</a> its element's unique identifier. The value must be unique in the element's <a href="#home-subtree">home subtree</a> and must contain at least one character. The value must not contain any <a href="#space-character" title="space character">space characters</a>.</p><!-- space characters are disallowed because space-separated lists - of IDs otherwise would not be able to reach all valid IDs --><div class="impl"> + of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's unique identifier can be used for a + variety of purposes, most notably as a way to link to specific parts + of a document using fragment identifiers, as a way to target an + element when scripting, and as a way to style a specific element + from CSS.<div class="impl"> <p>If the value is not the empty string, user agents must associate the element with the given value (exactly, including any space @@ -65980,6 +65984,7 @@ Danny Sullivan, Darin Adler, Darin Fisher, + Darxus, Dave Camp, Dave Hodder, Dave Lampton,
Received on Saturday, 1 August 2009 09:51:24 UTC