mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Implement Range::createContextualFragment
This commit is contained in:
parent
2ef1437457
commit
5ab7f54762
12 changed files with 52 additions and 38 deletions
|
@ -76,9 +76,9 @@ interface Range {
|
|||
|
||||
// https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#extensions-to-the-range-interface
|
||||
partial interface Range {
|
||||
// [NewObject, Throws]
|
||||
// DocumentFragment createContextualFragment(DOMString fragment);
|
||||
};//
|
||||
[NewObject, Throws]
|
||||
DocumentFragment createContextualFragment(DOMString fragment);
|
||||
};
|
||||
|
||||
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-range-interface
|
||||
partial interface Range {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue