[html5] r8371 - [e] (0) Clarification regarding 'The algorithm for deleting names' for dataset. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 3 14:37:45 PST 2014


Author: ianh
Date: 2014-01-03 14:37:43 -0800 (Fri, 03 Jan 2014)
New Revision: 8371

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarification regarding 'The algorithm for deleting names' for dataset.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24096
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-03 21:33:45 UTC (rev 8370)
+++ complete.html	2014-01-03 22:37:43 UTC (rev 8371)
@@ -11223,8 +11223,8 @@
      <li>Remove the attribute with the name <var title="">name</var>, if such an attribute exists.
      Do nothing otherwise.</li>
 
-    </ol><p class=note>This algorithm can get invoked by the WebIDL specification for names that are
-    given by the earlier algorithm for getting the list of name-value pairs.</p>
+    </ol><p class=note>This algorithm will only get invoked by the WebIDL specification for names that
+    are given by the earlier algorithm for getting the list of name-value pairs. <a href=#refsWEBIDL>[WEBIDL]</a></p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2014-01-03 21:33:45 UTC (rev 8370)
+++ index	2014-01-03 22:37:43 UTC (rev 8371)
@@ -11223,8 +11223,8 @@
      <li>Remove the attribute with the name <var title="">name</var>, if such an attribute exists.
      Do nothing otherwise.</li>
 
-    </ol><p class=note>This algorithm can get invoked by the WebIDL specification for names that are
-    given by the earlier algorithm for getting the list of name-value pairs.</p>
+    </ol><p class=note>This algorithm will only get invoked by the WebIDL specification for names that
+    are given by the earlier algorithm for getting the list of name-value pairs. <a href=#refsWEBIDL>[WEBIDL]</a></p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2014-01-03 21:33:45 UTC (rev 8370)
+++ source	2014-01-03 22:37:43 UTC (rev 8371)
@@ -11232,8 +11232,9 @@
 
     </ol>
 
-    <p class="note">This algorithm can get invoked by the WebIDL specification for names that are
-    given by the earlier algorithm for getting the list of name-value pairs.</p>
+    <p class="note">This algorithm will only get invoked by the WebIDL specification for names that
+    are given by the earlier algorithm for getting the list of name-value pairs. <a
+    href="#refsWEBIDL">[WEBIDL]</a></p>
 
    </dd>
 




More information about the Commit-Watchers mailing list