diff --git a/source b/source index 3259b6a0fc0..6bad8a47add 100644 --- a/source +++ b/source @@ -7831,23 +7831,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute -
Let id be the empty string.
If the given value:
- -id
attribute, andid
- attribute,then set id to the given value's ID.
-Set the content attribute's value for this to id.
Set the content attribute's value for this to the empty string.
Set this's explicitly set attr-element to a weak reference to the given value.
Let value be an empty string.
Set the content attribute's value for this to the empty string.
Let elements be an empty list.
For each element in the given value:
If value is empty and elements is non-empty, then:
- -Append a weak reference to element - to elements.
Continue.
Append a weak reference to element to elements.
If element:
- -id
attribute, orid
- attribute,then set value to the empty string, and continue.
-Let id be element's ID.
If value is not the empty string, then append U+0020 SPACE to - value.
Append id to value.
Set the content attribute's value for this to value.
Set this's explicitly set attr-elements to elements.