From 7cd9c9c442cc4ebedfccb3c551e83b4df1372831 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 17 Mar 2017 11:59:15 +0100 Subject: [PATCH] Editorial: address Bikeshed linking errors --- dom.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom.bs b/dom.bs index d2309987..5951b3cf 100644 --- a/dom.bs +++ b/dom.bs @@ -2602,7 +2602,7 @@ CharacterData implements ChildNode;
-
node . {{before(nodes)}} +
node . before(nodes)
Inserts nodes just before node, while replacing strings in nodes with equivalent @@ -2612,7 +2612,7 @@ CharacterData implements ChildNode; {{HierarchyRequestError}} if the constraints of the node tree are violated. -
node . {{after(nodes)}} +
node . after(nodes)
Inserts nodes just after node, while replacing strings in nodes with equivalent @@ -2622,7 +2622,7 @@ CharacterData implements ChildNode; {{HierarchyRequestError}} if the constraints of the node tree are violated. -
node . {{replaceWith(nodes)}} +
node . replaceWith(nodes)
Replaces node with nodes, while replacing strings in nodes with equivalent