diff --git a/dom.bs b/dom.bs index 77905847..473c4a43 100644 --- a/dom.bs +++ b/dom.bs @@ -6971,17 +6971,11 @@ method steps are:

If attribute is null, then:

    -
  1. Set attribute to an attribute whose +

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

  3. Let verifiedValue be the result of calling verify attribute value - attribute's value for attribute, with this. - -

  4. Set attribute's value to verifiedValue. - -

  5. If force is not given or is true, then append - this attribute to this, and then return true. + string, and node document is this's node document, then + append this attribute to this, and then return + true.

  6. Return false.