diff --git a/source b/source index 6807f770ce9..aafae12481d 100644 --- a/source +++ b/source @@ -7789,23 +7789,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.
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 the content attribute's value for this to the empty string.
Set this's explicitly set attr-elements to elements.