Skip to content

Commit

Permalink
Update interfaces/css-regions.idl (#15892)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and foolip committed Mar 17, 2019
1 parent 8142b08 commit addd880
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions interfaces/css-regions.idl
Expand Up @@ -25,11 +25,9 @@ interface NamedFlow : EventTarget {
sequence<Region> getRegionsByContent(Node node);
};

[Exposed=Window,
NoInterfaceObject]
interface Region {
readonly attribute CSSOMString regionOverset;
sequence<Range>? getRegionFlowRanges();
};

Element implements Region;
Element includes Region;

0 comments on commit addd880

Please sign in to comment.