Skip to content

Commit

Permalink
Meta: export "unordered set of unique space-separated tokens"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Jun 18, 2020
1 parent f6cbe27 commit 6b0b005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -6197,8 +6197,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<p>A string containing a <span>set of space-separated tokens</span> may have leading or trailing
<span>ASCII whitespace</span>.</p>

<p>An <dfn>unordered set of unique space-separated tokens</dfn> is a <span>set of space-separated
tokens</span> where none of the tokens are duplicated.</p>
<p>An <dfn data-export="">unordered set of unique space-separated tokens</dfn> is a <span>set of
space-separated tokens</span> where none of the tokens are duplicated.</p>

<p>An <dfn>ordered set of unique space-separated tokens</dfn> is a <span>set of space-separated
tokens</span> where none of the tokens are duplicated but where the order of the tokens is
Expand Down

0 comments on commit 6b0b005

Please sign in to comment.