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

Commit b21f463

Browse files
committed
1 parent bb0732f commit b21f463

File tree

4 files changed

+20
-62
lines changed

4 files changed

+20
-62
lines changed

Overview.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,6 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
508508
<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
509509
and/or time.
510510

511-
<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.
512-
513511
<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>,
514512
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-rt-element">rt</a></code>, and
515513
<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
@@ -525,14 +523,9 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
525523
<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
526524
dynamic bitmap graphics on the fly, such as graphs or games.
527525

528-
<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>
529-
represents a command the user can invoke from a popup menu.</li>
526+
</li>
530527

531-
<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>
532-
represents additional information or controls which the user can
533-
obtain on demand. The
534-
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-summary-element">summary</a></code>
535-
element provides its summary, legend, or caption.</li>
528+
536529

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

569562
<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>
570563

571-
<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>
572-
573564
<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>
574565

575-
<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>
576-
577-
<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>
578-
579566
<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>
580567

581-
<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>
582-
583568
<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>
584569

585570
<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>
@@ -700,12 +685,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
700685
<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
701686
<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.
702687

703-
<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:
704-
<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
705-
allow the element to transform into a menu as found in typical user
706-
interfaces as well as providing for context menus in conjunction with the
707-
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.
708-
709688
<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>
710689
attribute which can be used to enable scoped style sheets. Style rules
711690
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.

Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ <h3 id="new-elements">New Elements</h3>
513513
<li class="not-w3c"><p><code data-anolis-spec=html>data</code>
514514
allows content to be annotated with a machine-readable value.
515515

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

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

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

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

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

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

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

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

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

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

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

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

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

723-
<li><p>The <code data-anolis-spec=html>menu</code> element has two new attributes:
723+
<li class=not-w3c><p>The <code data-anolis-spec=html>menu</code> element has two new attributes:
724724
<code data-anolis-spec=html title=attr-menu-type>type</code> and <code data-anolis-spec=html title=attr-menu-label>label</code>. They
725725
allow the element to transform into a menu as found in typical user
726726
interfaces as well as providing for context menus in conjunction with the

Overview.whatwg.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
488488
<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>
489489
allows content to be annotated with a machine-readable value.
490490

491-
<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.
491+
<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.
492492

493493
<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>,
494494
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-rt-element">rt</a></code>, and
@@ -505,10 +505,10 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
505505
<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
506506
dynamic bitmap graphics on the fly, such as graphs or games.
507507

508-
<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>
508+
<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>
509509
represents a command the user can invoke from a popup menu.</li>
510510

511-
<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>
511+
<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>
512512
represents additional information or controls which the user can
513513
obtain on demand. The
514514
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-summary-element">summary</a></code>
@@ -548,17 +548,17 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
548548

549549
<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>
550550

551-
<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>
551+
<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>
552552

553553
<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>
554554

555-
<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>
555+
<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>
556556

557-
<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>
557+
<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>
558558

559559
<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>
560560

561-
<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>
561+
<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>
562562

563563
<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>
564564

@@ -695,7 +695,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
695695
<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
696696
<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.
697697

698-
<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:
698+
<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:
699699
<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
700700
allow the element to transform into a menu as found in typical user
701701
interfaces as well as providing for context menus in conjunction with the

0 commit comments

Comments
 (0)