[html5] r8359 - [e] (0) Clarify that the delete dataset[foo] algorithm doesn't get invoked for v [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 16 15:01:22 PST 2013
Author: ianh
Date: 2013-12-16 15:01:21 -0800 (Mon, 16 Dec 2013)
New Revision: 8359
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that the delete dataset[foo] algorithm doesn't get invoked for values of 'foo' that don't exist.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24096
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-16 22:44:22 UTC (rev 8358)
+++ complete.html 2013-12-16 23:01:21 UTC (rev 8359)
@@ -11219,8 +11219,11 @@
<li>Remove the attribute with the name <var title="">name</var>, if such an attribute exists.
Do nothing otherwise.</li>
- </ol></dd>
+ </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>
+ </dd>
+
</dl><p>The same object must be returned each time.</p>
</div>
Modified: index
===================================================================
--- index 2013-12-16 22:44:22 UTC (rev 8358)
+++ index 2013-12-16 23:01:21 UTC (rev 8359)
@@ -11219,8 +11219,11 @@
<li>Remove the attribute with the name <var title="">name</var>, if such an attribute exists.
Do nothing otherwise.</li>
- </ol></dd>
+ </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>
+ </dd>
+
</dl><p>The same object must be returned each time.</p>
</div>
Modified: source
===================================================================
--- source 2013-12-16 22:44:22 UTC (rev 8358)
+++ source 2013-12-16 23:01:21 UTC (rev 8359)
@@ -11227,6 +11227,10 @@
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>
+
</dd>
</dl>
More information about the Commit-Watchers
mailing list