diff --git a/index.html b/index.html index 3b65c03..1208e90 100644 --- a/index.html +++ b/index.html @@ -272,73 +272,10 @@
Range interface
- partial interface Range {
- [CEReactions, NewObject] DocumentFragment createContextualFragment(HTMLString fragment);
- };
-
-
- DocumentFragment, created from the markup string
- fragment using range's start node as the context in which
- fragment is parsed.
- The createContextualFragment(fragment) method
- must run these steps:
-
-
Let element be as follows, depending on node's interface: - -
Document
- DocumentFragment
- Element
- Text
- Comment
- DocumentType
- ProcessingInstruction
- The definition of createContextualFragment has moved to the HTML Standard.
html", and
-
- let element be a new Element with - -
body" as its local name,
-
-