diff --git a/dom.bs b/dom.bs index 54f1a6d4..6296349a 100644 --- a/dom.bs +++ b/dom.bs @@ -4334,7 +4334,7 @@ do as defined below, switching on the interface node implements
String replace all with value within node.
Set an existing attribute value with node, value. +
Set an existing attribute value with node and value.
Replace data with node node, offset 0, count node's @@ -6376,7 +6376,7 @@ given a document, localName, namespace, and opt
Let oldValue be attribute's value.
Validate and set attribute value value for attribute, with +
Verify and set attribute value value for attribute, with attribute's element.
If attribute's element has @@ -6393,9 +6393,9 @@ boolean validate (default true), run these steps:
If validate, then: +
If validate is true, then:
Verify and set attribute value attribute's value for attribute with element.
If element has an attribute @@ -6430,7 +6430,7 @@ boolean validate (default true), run these steps: attribute oldAttr with an attribute newAttr, run these steps:
Validate and set attribute value newAttr's value for +
Verify and set attribute value newAttr's value for newAttr with oldAttr's element.
Replace oldAttr by newAttr in oldAttr's @@ -6446,8 +6446,8 @@ boolean validate (default true), run these steps: value.
To validate and set attribute value -{{TrustedType}} or a string value for an attribute attribute, with +
To verify and set attribute value +{{TrustedType}} or string value for an attribute attribute, with element element:
To set an attribute given an -attribute attr, an element element. +attribute attr and an element element:
If attr's element is neither null nor element, @@ -6542,7 +6542,8 @@ or string namespace (default null): namespace, namespace prefix is prefix, local name is localName, value is value, and node document is element's node document, then - append this attribute to element, and then return. + append this attribute to element, and then + return.
Change attribute to value.
If force is not given or is true, create an attribute whose local name is qualifiedName, value is the empty string, and node document is this's node document, then - append this attribute to this, - and then return true. + append this attribute to this, and then return + true.
Return false. @@ -7373,7 +7374,7 @@ null.
The value
getter steps are to return this's
value.
-
To set an existing attribute value, given an attribute attribute, +
To set an existing attribute value, given an attribute attribute and string value, run these steps:
Otherwise, change attribute to value.
The {{Attr/value}} setter steps are to set an existing attribute value with this, -the given value, and "Attr value". +
The {{Attr/value}} setter steps are to set an existing attribute value with this +and the given value.