diff --git a/dom.bs b/dom.bs index dff2ddc47..f5972109d 100644 --- a/dom.bs +++ b/dom.bs @@ -4223,7 +4223,7 @@ for an element using namespace, run these steps:
  • Return null. -

    To locate a namespace for a node using prefix switch on +

    To locate a namespace for a node using prefix, switch on node:

    @@ -6760,9 +6760,8 @@ To replace data of node node
  • If offset is greater than length, then throw an {{IndexSizeError}}. -
  • If offset plus count is greater - than length let count be - length minus offset. +
  • If offset plus count is greater than length, then set + count to length minus offset.
  • Queue a mutation record of "characterData" for node with oldValue node's @@ -9830,6 +9829,7 @@ Jungkee Song, Justin Summerlin, 呂康豪 (Kang-Hao Lu), Kevin Sweeney, +Kirill Topolyan, Koji Ishii, Lachlan Hunt, Lauren Wood,