Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: Source/core/dom/Element.idl

Issue 38943008: Explore the possibility of implementing the CSS Region interface. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Prototype v2 Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 8d45e7d091190b9db985bb3e510830088782610f..67c3efedaf0fb85cb006d99dcc6fb84bb1f1ea40 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -129,10 +129,6 @@
void webkitRequestPointerLock();
- // CSS Regions API
- [RuntimeEnabled=CSSRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset;
- [RuntimeEnabled=CSSRegions] sequence<Range> webkitGetRegionFlowRanges();
-
// Event handler attributes
attribute EventHandler onbeforecopy;
attribute EventHandler onbeforecut;
@@ -153,3 +149,4 @@
Element implements ParentNode;
Element implements ChildNode;
+Element implements CSSRegion;

Powered by Google App Engine
This is Rietveld 408576698