From b67207f384f7e4901de5ec4cf13e25ca4acee55d Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 20 Jun 2013 14:30:28 +0900 Subject: [PATCH] move note down https://www.w3.org/Bugs/Public/show_bug.cgi?id=22153 --- Overview.src.html | 9 +++++---- dom-core.html | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Overview.src.html b/Overview.src.html index 6261aa16..958e8f84 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -432,16 +432,16 @@

Exception DOMException

Interface DOMError

-

This interface is intended for other specifications that want -to introduce error handling through other means than exceptions. As with -exceptions, the error names table is used. -

[Constructor(DOMString name, optional DOMString message = "")]
 interface DOMError {
   readonly attribute DOMString name;
   readonly attribute DOMString message;
 };
+

This interface is intended for other specifications that want +to introduce error handling through other means than exceptions. As with +exceptions, the error names table is used. +

The DOMError(name, message) constructor must return a new DOMError object whose name attribute is initialized to @@ -9654,6 +9654,7 @@

Acknowledgments

呂康豪 (Kang-Hao Lu), Kevin Sweeney, Manish Tripathi, +Marcos Caceres, Mark Miller, Mats Palmgren, Mounir Lamouri, diff --git a/dom-core.html b/dom-core.html index 33bcbd79..86ae04de 100644 --- a/dom-core.html +++ b/dom-core.html @@ -510,16 +510,16 @@

3.1 Exception <

3.2 Interface DOMError

-

This interface is intended for other specifications that want -to introduce error handling through other means than exceptions. As with -exceptions, the error names table is used. -

[Constructor(DOMString name, optional DOMString message = "")]
 interface DOMError {
   readonly attribute DOMString name;
   readonly attribute DOMString message;
 };
+

This interface is intended for other specifications that want +to introduce error handling through other means than exceptions. As with +exceptions, the error names table is used. +

The DOMError(name, message) constructor must return a new DOMError object whose name attribute is initialized to @@ -9727,6 +9727,7 @@

Acknowledgments

呂康豪 (Kang-Hao Lu), Kevin Sweeney, Manish Tripathi, +Marcos Caceres, Mark Miller, Mats Palmgren, Mounir Lamouri,