Skip to content

Commit 6b0b005

Browse files
Meta: export "unordered set of unique space-separated tokens"
1 parent f6cbe27 commit 6b0b005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6197,8 +6197,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
61976197
<p>A string containing a <span>set of space-separated tokens</span> may have leading or trailing
61986198
<span>ASCII whitespace</span>.</p>
61996199

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

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

0 commit comments

Comments
 (0)