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

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

Issue 946823002: Sync CharacterData and related interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: of Created 5 years, 10 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
« no previous file with comments | « Source/core/dom/ProcessingInstruction.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.idl
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
index 128e1c8fe603916e453588afdd08281bfbe5775f..e707029f8eb3bc8eca0ea55cdbf2a7ccf61f255f 100644
--- a/Source/core/dom/Text.idl
+++ b/Source/core/dom/Text.idl
@@ -16,17 +16,17 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
+
+// https://dom.spec.whatwg.org/#interface-text
+
[
Constructor(optional DOMString data = ""),
ConstructorCallWith=Document,
] interface Text : CharacterData {
-
- // DOM Level 1
[RaisesException] Text splitText(unsigned long offset);
-
- // Introduced in DOM Level 3:
[MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
- // Shadow DOM API
+ // FIXME: Text.getDestinationInsertionPoints() is not in the Shadow DOM spec.
+ // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28069
NodeList getDestinationInsertionPoints();
};
« no previous file with comments | « Source/core/dom/ProcessingInstruction.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698