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

Commit a50f6ab

Browse files
committed
Remove styling of unxreffed <span>s. Ack Ms2ger
1 parent 20f465b commit a50f6ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ <h3 id="new-attributes">New Attributes</h3>
759759
<li><p>The <code data-anolis-spec=html>img</code> element has a new attribute called
760760
<code data-anolis-spec=html title=attr-img-crossorigin>crossorigin</code> to use CORS in the fetch and if it is successful, allows the image data to be
761761
read with the <code data-anolis-spec=html>canvas</code> API.
762-
<span class="not-w3c">The <code data-anolis-spec=html>script</code> element has a
762+
<span title class="not-w3c">The <code data-anolis-spec=html>script</code> element has a
763763
<code data-anolis-spec=html title=attr-script-crossorigin>crossorigin</code> attribute to allow script
764764
<span data-anolis-spec=html title="report the error">errors to be reported</span> to
765765
<code data-anolis-spec=html title=handler-onerror>onerror</code> with information about the error.
@@ -1862,7 +1862,7 @@ <h3 id="obsolete-attributes">Obsolete Attributes</h3>
18621862
<code data-anolis-spec=html>td</code>.
18631863

18641864
<li><p><code data-anolis-spec=html title=attr-table-summary>summary</code> attribute
1865-
<span class=not-w3c>and <code data-anolis-spec=html title=attr-table-border>border</code> attribute</span>
1865+
<span title class=not-w3c>and <code data-anolis-spec=html title=attr-table-border>border</code> attribute</span>
18661866
on <code data-anolis-spec=html>table</code>.
18671867

18681868
<li><p><code data-anolis-spec=html title=attr-form-accept>accept</code> attribute on <code data-anolis-spec=html>form</code>.
@@ -2565,7 +2565,7 @@ <h3 id="other-extensions">Extensions to Other Interfaces</h3>
25652565
<li><p><code data-anolis-spec=html>HTMLTableElement</code> now has the
25662566
members <code data-anolis-spec=html
25672567
title=dom-table-createTBody>createTBody()</code>
2568-
<span class="not-w3c">and <code data-anolis-spec=html title=dom-table-stopsorting>stopSorting()</code></span>.
2568+
<span title class="not-w3c">and <code data-anolis-spec=html title=dom-table-stopsorting>stopSorting()</code></span>.
25692569

25702570
<li class="not-w3c"><p><code data-anolis-spec=html>HTMLTableHeaderCellElement</code> now has the member
25712571
<code data-anolis-spec=html title=dom-th-sort>sort()</code>.

Overview.whatwg.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
734734
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-img-element">img</a></code> element has a new attribute called
735735
<code class="external" title="attr-img-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#attr-img-crossorigin">crossorigin</a></code> to use CORS in the fetch and if it is successful, allows the image data to be
736736
read with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> API.
737-
<span class="not-w3c">The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-script-element">script</a></code> element has a
737+
<span class="not-w3c" title="">The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-script-element">script</a></code> element has a
738738
<code class="external" title="attr-script-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#attr-script-crossorigin">crossorigin</a></code> attribute to allow script
739739
<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#report-the-error" title="report the error">errors to be reported</a> to
740740
<code class="external" title="handler-onerror"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-onerror">onerror</a></code> with information about the error.
@@ -1796,7 +1796,7 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
17961796
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#the-td-element">td</a></code>.
17971797

17981798
<li><p><code class="external" title="attr-table-summary"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-summary">summary</a></code> attribute
1799-
<span class="not-w3c">and <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute</span>
1799+
<span class="not-w3c" title="">and <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute</span>
18001800
on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#the-table-element">table</a></code>.
18011801

18021802
<li><p><code class="external" title="attr-form-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-form-accept">accept</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>.
@@ -2323,7 +2323,7 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
23232323

23242324
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#htmltableelement">HTMLTableElement</a></code> now has the
23252325
members <code class="external" title="dom-table-createTBody"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#dom-table-createtbody">createTBody()</a></code>
2326-
<span class="not-w3c">and <code class="external" title="dom-table-stopsorting"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#dom-table-stopsorting">stopSorting()</a></code></span>.
2326+
<span class="not-w3c" title="">and <code class="external" title="dom-table-stopsorting"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#dom-table-stopsorting">stopSorting()</a></code></span>.
23272327

23282328
<li class="not-w3c"><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#htmltableheadercellelement">HTMLTableHeaderCellElement</a></code> now has the member
23292329
<code class="external" title="dom-th-sort"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#dom-th-sort">sort()</a></code>.

0 commit comments

Comments
 (0)