From 1c2ab9ce17bac07ca796160fff87505458131fba Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 12 Nov 2015 17:46:16 -0500 Subject: [PATCH] Specify CharacterData interface instead of implementers --- dom.bs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dom.bs b/dom.bs index bd45d43e..6f20d144 100644 --- a/dom.bs +++ b/dom.bs @@ -3174,9 +3174,7 @@ instead, and then do as described below, depending on the context object:
-
{{Text}} -
{{Comment}} -
{{ProcessingInstruction}} +
{{CharacterData}}
Replace data with node context object, offset 0, count {{CharacterData/length}} attribute value, and @@ -3200,9 +3198,7 @@ attribute must return the following, depending on the context object, in tree order. -
{{Text}} -
{{ProcessingInstruction}} -
{{Comment}} +
{{CharacterData}}
The context object's data.