Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit e3abad2

Browse files
committed
1 parent 9968973 commit e3abad2

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

Overview.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
733733
the element is an editable area. The user can change the contents of the
734734
element and manipulate the markup.
735735

736-
<li><p>The <code class="external" title="attr-contextmenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-contextmenu">contextmenu</a></code> attribute can be used to point
737-
to a context menu provided by the Web developer.
738-
739736
<li><p>The <code class="external" title="attr-data-*"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#attr-data-*">data-<var>*</var></a></code> collection of Web developer-defined
740737
attributes. Web developers can define any attribute they want as long as they
741738
prefix it with <code>data-</code> to avoid clashes with future versions of
@@ -2137,7 +2134,7 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
21372134
<ul>
21382135
<li><p><code class="external" title="dom-translate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-translate">translate</a></code>,
21392136
<code class="external" title="dom-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-hidden">hidden</a></code>, <code class="external" title="dom-tabIndex"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-tabindex">tabIndex</a></code>, <code class="external" title="dom-accessKey"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-accesskey">accessKey</a></code>, <code class="external" title="dom-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-draggable">draggable</a></code>, <code class="external" title="dom-dropzone"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-dropzone">dropzone</a></code>, <code class="external" title="dom-contentEditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-contenteditable">contentEditable</a></code>,
2140-
<code class="external" title="dom-contextMenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-contextmenu">contextMenu</a></code>,
2137+
21412138
<code class="external" title="dom-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-spellcheck">spellcheck</a></code> and
21422139
<code class="external" title="dom-style"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-style">style</a></code> reflect content
21432140
attributes.

Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ <h3 id="new-attributes">New Attributes</h3>
792792
the element is an editable area. The user can change the contents of the
793793
element and manipulate the markup.
794794

795-
<li><p>The <code data-anolis-spec=html
795+
<li class=not-w3c><p>The <code data-anolis-spec=html
796796
title=attr-contextmenu>contextmenu</code> attribute can be used to point
797797
to a context menu provided by the Web developer.
798798

@@ -2388,7 +2388,7 @@ <h3 id="htmlelement-extensions">Extensions to <code>HTMLElement</code></h3>
23882388
data-anolis-spec=html title=dom-draggable>draggable</code>, <code
23892389
data-anolis-spec=html title=dom-dropzone>dropzone</code>, <code
23902390
data-anolis-spec=html title=dom-contentEditable>contentEditable</code>,
2391-
<code data-anolis-spec=html title=dom-contextMenu>contextMenu</code>,
2391+
<span title class=not-w3c><code data-anolis-spec=html title=dom-contextMenu>contextMenu</code>,</span>
23922392
<code data-anolis-spec=html title=dom-spellcheck>spellcheck</code> and
23932393
<code data-anolis-spec=html title=dom-style>style</code> reflect content
23942394
attributes.

Overview.whatwg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
766766
the element is an editable area. The user can change the contents of the
767767
element and manipulate the markup.
768768

769-
<li><p>The <code class="external" title="attr-contextmenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-contextmenu">contextmenu</a></code> attribute can be used to point
769+
<li class="not-w3c"><p>The <code class="external" title="attr-contextmenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-contextmenu">contextmenu</a></code> attribute can be used to point
770770
to a context menu provided by the Web developer.
771771

772772
<li><p>The <code class="external" title="attr-data-*"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#attr-data-*">data-<var>*</var></a></code> collection of Web developer-defined
@@ -2200,7 +2200,7 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
22002200
<ul>
22012201
<li><p><code class="external" title="dom-translate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-translate">translate</a></code>,
22022202
<code class="external" title="dom-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-hidden">hidden</a></code>, <code class="external" title="dom-tabIndex"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-tabindex">tabIndex</a></code>, <code class="external" title="dom-accessKey"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-accesskey">accessKey</a></code>, <code class="external" title="dom-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-draggable">draggable</a></code>, <code class="external" title="dom-dropzone"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-dropzone">dropzone</a></code>, <code class="external" title="dom-contentEditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-contenteditable">contentEditable</a></code>,
2203-
<code class="external" title="dom-contextMenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-contextmenu">contextMenu</a></code>,
2203+
<span class="not-w3c" title=""><code class="external" title="dom-contextMenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-contextmenu">contextMenu</a></code>,</span>
22042204
<code class="external" title="dom-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-spellcheck">spellcheck</a></code> and
22052205
<code class="external" title="dom-style"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-style">style</a></code> reflect content
22062206
attributes.

TR.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
732732
the element is an editable area. The user can change the contents of the
733733
element and manipulate the markup.
734734

735-
<li><p>The <code class="external" title="attr-contextmenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-contextmenu">contextmenu</a></code> attribute can be used to point
736-
to a context menu provided by the Web developer.
737-
738735
<li><p>The <code class="external" title="attr-data-*"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#attr-data-*">data-<var>*</var></a></code> collection of Web developer-defined
739736
attributes. Web developers can define any attribute they want as long as they
740737
prefix it with <code>data-</code> to avoid clashes with future versions of
@@ -2136,7 +2133,7 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
21362133
<ul>
21372134
<li><p><code class="external" title="dom-translate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-translate">translate</a></code>,
21382135
<code class="external" title="dom-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-hidden">hidden</a></code>, <code class="external" title="dom-tabIndex"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-tabindex">tabIndex</a></code>, <code class="external" title="dom-accessKey"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-accesskey">accessKey</a></code>, <code class="external" title="dom-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-draggable">draggable</a></code>, <code class="external" title="dom-dropzone"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-dropzone">dropzone</a></code>, <code class="external" title="dom-contentEditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-contenteditable">contentEditable</a></code>,
2139-
<code class="external" title="dom-contextMenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-contextmenu">contextMenu</a></code>,
2136+
21402137
<code class="external" title="dom-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-spellcheck">spellcheck</a></code> and
21412138
<code class="external" title="dom-style"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-style">style</a></code> reflect content
21422139
attributes.

0 commit comments

Comments
 (0)