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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl

Issue 2122193003: [Typed-OM] Add CSSTokenStreamValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
new file mode 100644
index 0000000000000000000000000000000000000000..31a4bee6531a54b69cac70f96ab2ca9d0a43b45c
--- /dev/null
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
@@ -0,0 +1,7 @@
+[
+ Exposed=(Window,PaintWorklet),
+ RuntimeEnabled=CSSTypedOM,
+] interface CSSTokenStreamValue : CSSStyleValue {
+ iterable<DOMString>;
+// TODO(anthonyhkf): change to iterable<(DOMString or CSSVariableReferenceValue)>;
+};

Powered by Google App Engine
This is Rietveld 408576698