[html5] r3520 - [e] (0) Mention the uses of id=''.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 1 02:50:23 PDT 2009


Author: ianh
Date: 2009-08-01 02:50:21 -0700 (Sat, 01 Aug 2009)
New Revision: 3520

Modified:
   index
   source
Log:
[e] (0) Mention the uses of id=''.

Modified: index
===================================================================
--- index	2009-08-01 09:30:24 UTC (rev 3519)
+++ index	2009-08-01 09:50:21 UTC (rev 3520)
@@ -7669,6 +7669,12 @@
   <!-- space characters are disallowed because space-separated lists
   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.</p>
+
   <div class=impl>
 
   <p>If the value is not the empty string, user agents must associate
@@ -72282,6 +72288,7 @@
   Danny Sullivan,
   Darin Adler,
   Darin Fisher,
+  Darxus,
   Dave Camp,
   Dave Hodder,
   Dave Lampton,

Modified: source
===================================================================
--- source	2009-08-01 09:30:24 UTC (rev 3519)
+++ source	2009-08-01 09:50:21 UTC (rev 3520)
@@ -7766,6 +7766,12 @@
   <!-- space characters are disallowed because space-separated lists
   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.</p>
+
   <div class="impl">
 
   <p>If the value is not the empty string, user agents must associate
@@ -85492,6 +85498,7 @@
   Danny Sullivan,
   Darin Adler,
   Darin Fisher,
+  Darxus,
   Dave Camp,
   Dave Hodder,
   Dave Lampton,




More information about the Commit-Watchers mailing list