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

Commit

Permalink
Remove stuff not in HTML5. Fixes https://www.w3.org/Bugs/Public/show_…
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Aug 21, 2014
1 parent bb0732f commit b21f463
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 62 deletions.
25 changes: 2 additions & 23 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,6 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-time-element">time</a></code> represents a date
and/or time.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-dialog-element">dialog</a></code> for showing a dialog.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-ruby-element">ruby</a></code>,
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-rt-element">rt</a></code>, and
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-rp-element">rp</a></code> allow for marking up ruby
Expand All @@ -525,14 +523,9 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> is used for rendering
dynamic bitmap graphics on the fly, such as graphs or games.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menuitem-element">menuitem</a></code>
represents a command the user can invoke from a popup menu.</li>
</li>

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-details-element">details</a></code>
represents additional information or controls which the user can
obtain on demand. The
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-summary-element">summary</a></code>
element provides its summary, legend, or caption.</li>


<li>
<p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-datalist-element">datalist</a></code>
Expand Down Expand Up @@ -568,18 +561,10 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>

<li><code class="external" title="attr-input-type-email"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-mail-state-(type=email)">email</a></code>

<li><code class="external" title="attr-input-type-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-and-time-state-(type=datetime)">datetime</a></code>

<li><code class="external" title="attr-input-type-date"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-state-(type=date)">date</a></code>

<li><code class="external" title="attr-input-type-month"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#month-state-(type=month)">month</a></code>

<li><code class="external" title="attr-input-type-week"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#week-state-(type=week)">week</a></code>

<li><code class="external" title="attr-input-type-time"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#time-state-(type=time)">time</a></code>

<li><code class="external" title="attr-input-type-datetime-local"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#local-date-and-time-state-(type=datetime-local)">datetime-local</a></code>

<li><code class="external" title="attr-input-type-number"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#number-state-(type=number)">number</a></code>

<li><code class="external" title="attr-input-type-range"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#range-state-(type=range)">range</a></code>
Expand Down Expand Up @@ -700,12 +685,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-input-element">input</a></code> element also has the new
<code class="external" title="attr-input-minlength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-input-minlength">minlength</a></code> attribute.

<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menu-element">menu</a></code> element has two new attributes:
<code class="external" title="attr-menu-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-menu-type">type</a></code> and <code class="external" title="attr-menu-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-menu-label">label</a></code>. They
allow the element to transform into a menu as found in typical user
interfaces as well as providing for context menus in conjunction with the
global <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.

<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">style</a></code> element has a new <code class="external" title="attr-style-scoped"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-scoped">scoped</a></code>
attribute which can be used to enable scoped style sheets. Style rules
within such a <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">style</a></code> element only apply to the local tree.
Expand Down
16 changes: 8 additions & 8 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h3 id="new-elements">New Elements</h3>
<li class="not-w3c"><p><code data-anolis-spec=html>data</code>
allows content to be annotated with a machine-readable value.

<li><p><code data-anolis-spec=html>dialog</code> for showing a dialog.
<li class=not-w3c><p><code data-anolis-spec=html>dialog</code> for showing a dialog.

<li><p><code data-anolis-spec=html>ruby</code>,
<code data-anolis-spec=html>rt</code>, and
Expand All @@ -530,10 +530,10 @@ <h3 id="new-elements">New Elements</h3>
<li><p><code data-anolis-spec=html>canvas</code> is used for rendering
dynamic bitmap graphics on the fly, such as graphs or games.

<li><p><code data-anolis-spec=html>menuitem</code>
<li class=not-w3c><p><code data-anolis-spec=html>menuitem</code>
represents a command the user can invoke from a popup menu.</p></li>

<li><p><code data-anolis-spec=html>details</code>
<li class=not-w3c><p><code data-anolis-spec=html>details</code>
represents additional information or controls which the user can
obtain on demand. The
<code data-anolis-spec=html>summary</code>
Expand Down Expand Up @@ -573,17 +573,17 @@ <h3 id="new-elements">New Elements</h3>

<li><code data-anolis-spec=html title=attr-input-type-email>email</code>

<li><code data-anolis-spec=html title=attr-input-type-datetime>datetime</code>
<li class=not-w3c><code data-anolis-spec=html title=attr-input-type-datetime>datetime</code>

<li><code data-anolis-spec=html title=attr-input-type-date>date</code>

<li><code data-anolis-spec=html title=attr-input-type-month>month</code>
<li class=not-w3c><code data-anolis-spec=html title=attr-input-type-month>month</code>

<li><code data-anolis-spec=html title=attr-input-type-week>week</code>
<li class=not-w3c><code data-anolis-spec=html title=attr-input-type-week>week</code>

<li><code data-anolis-spec=html title=attr-input-type-time>time</code>

<li><code data-anolis-spec=html title=attr-input-type-datetime-local>datetime-local</code>
<li class=not-w3c><code data-anolis-spec=html title=attr-input-type-datetime-local>datetime-local</code>

<li><code data-anolis-spec=html title=attr-input-type-number>number</code>

Expand Down Expand Up @@ -720,7 +720,7 @@ <h3 id="new-attributes">New Attributes</h3>
<code data-anolis-spec=html>textarea</code> elements have an
<code data-anolis-spec=html title="attr-fe-inputmode">inputmode</code> attribute.

<li><p>The <code data-anolis-spec=html>menu</code> element has two new attributes:
<li class=not-w3c><p>The <code data-anolis-spec=html>menu</code> element has two new attributes:
<code data-anolis-spec=html title=attr-menu-type>type</code> and <code data-anolis-spec=html title=attr-menu-label>label</code>. They
allow the element to transform into a menu as found in typical user
interfaces as well as providing for context menus in conjunction with the
Expand Down
16 changes: 8 additions & 8 deletions Overview.whatwg.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
<li class="not-w3c"><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-data-element">data</a></code>
allows content to be annotated with a machine-readable value.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-dialog-element">dialog</a></code> for showing a dialog.
<li class="not-w3c"><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-dialog-element">dialog</a></code> for showing a dialog.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-ruby-element">ruby</a></code>,
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-rt-element">rt</a></code>, and
Expand All @@ -505,10 +505,10 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> is used for rendering
dynamic bitmap graphics on the fly, such as graphs or games.

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menuitem-element">menuitem</a></code>
<li class="not-w3c"><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menuitem-element">menuitem</a></code>
represents a command the user can invoke from a popup menu.</li>

<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-details-element">details</a></code>
<li class="not-w3c"><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-details-element">details</a></code>
represents additional information or controls which the user can
obtain on demand. The
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-summary-element">summary</a></code>
Expand Down Expand Up @@ -548,17 +548,17 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>

<li><code class="external" title="attr-input-type-email"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-mail-state-(type=email)">email</a></code>

<li><code class="external" title="attr-input-type-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-and-time-state-(type=datetime)">datetime</a></code>
<li class="not-w3c"><code class="external" title="attr-input-type-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-and-time-state-(type=datetime)">datetime</a></code>

<li><code class="external" title="attr-input-type-date"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-state-(type=date)">date</a></code>

<li><code class="external" title="attr-input-type-month"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#month-state-(type=month)">month</a></code>
<li class="not-w3c"><code class="external" title="attr-input-type-month"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#month-state-(type=month)">month</a></code>

<li><code class="external" title="attr-input-type-week"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#week-state-(type=week)">week</a></code>
<li class="not-w3c"><code class="external" title="attr-input-type-week"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#week-state-(type=week)">week</a></code>

<li><code class="external" title="attr-input-type-time"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#time-state-(type=time)">time</a></code>

<li><code class="external" title="attr-input-type-datetime-local"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#local-date-and-time-state-(type=datetime-local)">datetime-local</a></code>
<li class="not-w3c"><code class="external" title="attr-input-type-datetime-local"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#local-date-and-time-state-(type=datetime-local)">datetime-local</a></code>

<li><code class="external" title="attr-input-type-number"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#number-state-(type=number)">number</a></code>

Expand Down Expand Up @@ -695,7 +695,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-textarea-element">textarea</a></code> elements have an
<code class="external" title="attr-fe-inputmode"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-fe-inputmode">inputmode</a></code> attribute.

<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menu-element">menu</a></code> element has two new attributes:
<li class="not-w3c"><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-menu-element">menu</a></code> element has two new attributes:
<code class="external" title="attr-menu-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-menu-type">type</a></code> and <code class="external" title="attr-menu-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-menu-label">label</a></code>. They
allow the element to transform into a menu as found in typical user
interfaces as well as providing for context menus in conjunction with the
Expand Down
Loading

0 comments on commit b21f463

Please sign in to comment.