Skip to content

Commit

Permalink
[e] (0) Clarify that the delete dataset[foo] algorithm doesn't get in…
Browse files Browse the repository at this point in the history
…voked for values of 'foo' that don't exist.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24096
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8359 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 16, 2013
1 parent c2b1d33 commit d362c34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -11219,7 +11219,10 @@ <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes><span class=
<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>

Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -11219,7 +11219,10 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<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>

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -11227,6 +11227,10 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
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>
Expand Down

0 comments on commit d362c34

Please sign in to comment.