diff --git a/dom.bs b/dom.bs index 54f1a6d4..d6318e2c 100644 --- a/dom.bs +++ b/dom.bs @@ -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: