Skip to content

Commit

Permalink
[e] (0) Clarification regarding 'The algorithm for deleting names' fo…
Browse files Browse the repository at this point in the history
…r dataset.

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

git-svn-id: http://svn.whatwg.org/webapps@8371 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 3, 2014
1 parent f1f63e4 commit be1a2f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -11223,8 +11223,8 @@ <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><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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -11223,8 +11223,8 @@ 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><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>

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -11232,8 +11232,9 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>

</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>

Expand Down

0 comments on commit be1a2f4

Please sign in to comment.