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

Unified Diff: third_party/WebKit/Source/core/dom/Text.idl

Issue 2562343002: Made Text#assignedSlot and Element#assignedSlot nullable. (Closed)
Patch Set: Codereview update Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Text.idl
diff --git a/third_party/WebKit/Source/core/dom/Text.idl b/third_party/WebKit/Source/core/dom/Text.idl
index 74cfdac6547a9a43ccf3bf0a9e1e1ff4aa6c7687..0ed45a81c9669fe28393500dc70d5217e8020a3b 100644
--- a/third_party/WebKit/Source/core/dom/Text.idl
+++ b/third_party/WebKit/Source/core/dom/Text.idl
@@ -26,8 +26,10 @@
[NewObject, DoNotTestNewObject, RaisesException] Text splitText(unsigned long offset);
[MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
- // Shadow DOM
- // https://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
+ // Mixin Slotable
+ // https://dom.spec.whatwg.org/#mixin-slotable
+ [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement? assignedSlot;
+
+ // Non-standard API:
NodeList getDestinationInsertionPoints();
- [ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698