diff --git a/source b/source index 7911c260429..df570110157 100644 --- a/source +++ b/source @@ -13312,8 +13312,8 @@ interface HTMLLinkElement : HTMLElement {
The types of link indicated (the relationships) are given by the value of the rel
attribute, which, if present, must have a value that is a
- set of space-separated tokens. The allowed keywords and their
- meanings are defined in a later section. If the unordered set of unique space-separated tokens
. The allowed
+ keywords and their meanings are defined in a later section. If the rel
attribute is absent, has no keywords, or if none of the keywords
used are allowed according to the definitions in this specification, then the element does not
create any links.
The rel
attribute on a
and area
elements controls what kinds of links the elements create. The attribute's value must be a
- set of space-separated tokens. The allowed keywords and their
- meanings are defined below.
rel
's
supported tokens are the keywords defined in
@@ -119375,12 +119375,12 @@ interface External {
a
;
area
rel
link
required
input
;