diff --git a/dom.bs b/dom.bs index b1f494acc..480e8777c 100644 --- a/dom.bs +++ b/dom.bs @@ -972,8 +972,8 @@ object, an event listener is a broader concept as can be seen above. which takes an event event, and returns an {{EventTarget}} object. Unless specified otherwise it returns null. -

Nodes, shadow roots, and documents -override the get the parent algorithm. +

Nodes, shadow roots, and documents override the +get the parent algorithm.

Each {{EventTarget}} object can have an associated activation behavior algorithm. The @@ -4294,7 +4294,7 @@ statement, switching on the interface this implements:

node . {{Node/ownerDocument}}
Returns the node document. - Returns null for documents. + Returns null for documents.
node . {{Node/getRootNode()}}
Returns node's root. @@ -5210,9 +5210,9 @@ is "quirks", and mode is "limited-quirks".
-

The mode is only ever changed from the default for documents created - by the HTML parser based on the presence, absence, or value of the DOCTYPE string, and by a - new browsing context (initial "about:blank"). [[!HTML]] +

The mode is only ever changed from the default for documents + created by the HTML parser based on the presence, absence, or value of the DOCTYPE string, + and by a new browsing context (initial "about:blank"). [[!HTML]]

No-quirks mode was originally known as "standards mode" and limited-quirks mode was once known as "almost standards mode". They have been renamed because their details are now