| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index b2fc10d5f7b3c76788152aed5a10700820903f66..c33926e228a6ddaee9ad4c8663dde4e2b4a6fbdb 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -244,7 +244,7 @@
|
| " * Gets the data for the specified type.",
|
| " *",
|
| " * The data is only available from within a drop operation (such as an",
|
| - " * [Element.onDrop] event) and will return `null` before the event is",
|
| + " * [Element.onDrop] event) and will return null before the event is",
|
| " * triggered.",
|
| " *",
|
| " * Data transfer is prohibited across domains. If a drag originates",
|
| @@ -1424,7 +1424,7 @@
|
| " *",
|
| " * ## Other resources",
|
| " *",
|
| - " * * [Using the full-screen API]",
|
| + " * * [Using the fullscreen API]",
|
| " * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)",
|
| " * tutorial from WebPlatform.org.",
|
| " * * [Fullscreen specification]",
|
| @@ -2515,7 +2515,7 @@
|
| "/**",
|
| " * The document this node belongs to.",
|
| " *",
|
| - " * Returns `null` if this node does not belong to any document.",
|
| + " * Returns null if this node does not belong to any document.",
|
| " *",
|
| " * ## Other resources",
|
| " *",
|
| @@ -2528,7 +2528,7 @@
|
| "/**",
|
| " * The parent element of this node.",
|
| " *",
|
| - " * Returns `null` if this node either does not have a parent or its parent is",
|
| + " * Returns null if this node either does not have a parent or its parent is",
|
| " * not an element.",
|
| " *",
|
| " * ## Other resources",
|
| @@ -3826,7 +3826,7 @@
|
| ],
|
| "getResponseHeader": [
|
| "/**",
|
| - " * Return the response header named `header`, or `null` if not found.",
|
| + " * Return the response header named `header`, or null if not found.",
|
| " *",
|
| " * See also [HTTP response headers](http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Responses)",
|
| " * for a list of common response headers.",
|
|
|