diff --git a/dom.bs b/dom.bs index 54f1a6d4..be968079 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.

{{Attr}} -

Set an existing attribute value with node, value. +

Set an existing attribute value with node and value.

{{CharacterData}}

Replace data with node node, offset 0, count node's @@ -6376,7 +6376,7 @@ given a document, localName, namespace, and opt

  1. Let oldValue be attribute's value.

  2. -
  3. Validate and set attribute value value for attribute, with +

  4. Verify and set attribute value value for attribute, with attribute's element.

  5. If attribute's element has @@ -6393,9 +6393,9 @@ boolean validate (default true), run these steps:

    1. -

      If validate, then: +

      If validate is true, then:

        -
      1. Validate and set attribute value +

      2. Verify and set attribute value attribute's value for attribute with element.

      3. 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:

          -
        1. Validate and set attribute value newAttr's value for +

        2. Verify and set attribute value newAttr's value for newAttr with oldAttr's element.

        3. 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:

          @@ -6507,7 +6507,7 @@ string namespace (default null):

          To set an attribute given an -attribute attr, an element element. +attribute attr and an element element:

          1. 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.

          2. Change attribute to value.

          @@ -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:

            @@ -7383,8 +7384,8 @@ string value, run these steps:
          1. 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.