diff --git a/files/en-us/tools/web_console/helpers/index.html b/files/en-us/tools/web_console/helpers/index.html index 0b54f7f7d6f5b2c..c9176537e0e90b5 100644 --- a/files/en-us/tools/web_console/helpers/index.html +++ b/files/en-us/tools/web_console/helpers/index.html @@ -9,8 +9,6 @@ ---

{{ToolsSidebar}}

-

The commands

-

The JavaScript command line provided by the Web Console offers a few built-in helper functions that make certain tasks easier.

diff --git a/files/en-us/tools/web_console/the_command_line_interpreter/index.html b/files/en-us/tools/web_console/the_command_line_interpreter/index.html index 900579adbeba4d2..3fedd43c1df2065 100644 --- a/files/en-us/tools/web_console/the_command_line_interpreter/index.html +++ b/files/en-us/tools/web_console/the_command_line_interpreter/index.html @@ -108,7 +108,7 @@

Execution history

  • In multi-line mode, use the  and icons in the editing panel's toolbar.
  • -

    The expression history is persisted across sessions. To clear the history, use the clearHistory() helper function.

    +

    The expression history is persisted across sessions. To clear the history, use the clearHistory() helper function.

    You can initiate a reverse search through the expression history, much like you can in bash on Linux and Mac or PowerShell on Windows. On Windows and Linux press F9. On Mac press Ctrl+R (note: not Cmd+R!) to initiate the reverse search.

    @@ -128,4 +128,5 @@

    Working with iframes

    Helper commands

    -

    {{ page("en-US/docs/Tools/Web_Console/Helpers", "The commands") }}

    +

    The JavaScript command line provided by the Web Console offers a few built-in helper functions that make certain tasks easier. + For more information see Web Console Helpers.

    diff --git a/files/en-us/web/api/window/ondeviceorientation/index.html b/files/en-us/web/api/window/ondeviceorientation/index.html index 3910466e5c1a2d6..5b3148b8c828cf6 100644 --- a/files/en-us/web/api/window/ondeviceorientation/index.html +++ b/files/en-us/web/api/window/ondeviceorientation/index.html @@ -2,11 +2,11 @@ title: Window.ondeviceorientation slug: Web/API/Window/ondeviceorientation tags: -- API -- Device Orientation -- Mobile -- Orientation -- Property + - API + - Device Orientation + - Mobile + - Orientation + - Property ---

    {{ ApiRef() }}

    @@ -42,13 +42,13 @@

    Specifications

    Browser compatibility

    -

    {{ page("/en-US/docs/Web/API/DeviceOrientationEvent","Browser_compatibility") }}

    +

    {{Compat("api.Window.ondeviceorientation")}}

    See also

    diff --git a/files/en-us/web/svg/attribute/class/index.html b/files/en-us/web/svg/attribute/class/index.html index 6c736bc3b4e337c..a4db5a5eb87b86e 100644 --- a/files/en-us/web/svg/attribute/class/index.html +++ b/files/en-us/web/svg/attribute/class/index.html @@ -6,7 +6,7 @@ - SVG - SVG Attribute --- -

    « SVG Attribute reference home

    +

    « SVG Attribute reference home

    Assigns a class name or set of class names to an element. You may assign the same class name or names to any number of elements, however, multiple class names must be separated by whitespace characters.

    @@ -29,7 +29,7 @@

    Usage context

    Value - <list-of-class-names> + <list-of-class-names> Animatable @@ -42,7 +42,6 @@

    Usage context

    -

    {{ page("/en/SVG/Content_type","List-of-Ts") }}

    Example

    diff --git a/files/en-us/web/svg/attribute/cursor/index.html b/files/en-us/web/svg/attribute/cursor/index.html index d5d47c9e7ebb42a..087bb2cd3cd222a 100644 --- a/files/en-us/web/svg/attribute/cursor/index.html +++ b/files/en-us/web/svg/attribute/cursor/index.html @@ -5,11 +5,11 @@ - SVG - SVG Attribute --- -

    « SVG Attribute reference home

    +

    « SVG Attribute reference home

    The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.

    -

    This attribute behaves exactly like the {{ cssxref("cursor","CSS cursor") }} property except that if the browser supports the {{ SVGElement("cursor") }} element, you should be able to use it with the <funciri> notation.

    +

    This attribute behaves exactly like the {{ cssxref("cursor","CSS cursor") }} property except that if the browser supports the {{ SVGElement("cursor") }} element, you should be able to use it with the <funciri> notation.

    As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see {{ cssxref("cursor","CSS cursor") }} for further information.

    @@ -23,7 +23,7 @@

    Usage context

    Value - [[<funciri>,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ]] | inherit + [[<funciri>,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ]] | inherit Animatable @@ -36,15 +36,14 @@

    Usage context

    -

    {{ page("/en/SVG/Content_type","FuncIRI") }}

    Elements

    The following elements can use the cursor attribute

    Browser compatibility