Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
loosen the rule of the rb element (#1407)
Browse files Browse the repository at this point in the history
fix #291
* loosen the rule of the rb element
* mark `rtc` at risk (seems it is only implemented in Firefox)
  • Loading branch information
siusin authored and chaals committed Apr 24, 2018
1 parent a1091e2 commit f6f8219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions includes/status.include
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ per [W3C Process - 6.4 Candidate Recommendation](https://www.w3.org/2017/Process
<li>the <{media/disableRemotePlayback}> attribute;</li>
<li>{{registerContentHandler()}}, {{unregisterContentHandler()}} and {{isContentHandlerRegistered()}} methods;</li>
<li><a>customized built-in elements</a> and the <{global/is}> attribute</li>
<li>The algorithm for <a>creating an outline</a></li>
<li><a href="https://github.com/w3c/html/pull/1329">The <code>:defined</code> pseudo-class</a></li>
<li>Allowing multiple <{meta}> elements with <code>name="description"</code></li>
<li>The algorithm for <a>creating an outline</a>;</li>
<li><a href="https://github.com/w3c/html/pull/1329">The <code>:defined</code> pseudo-class</a>;</li>
<li>Allowing multiple <{meta}> elements with <code>name="description"</code>;</li>
<li>the <{rtc}> element;</li>
</ul>
2 changes: 2 additions & 0 deletions sections/changes.include
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<h3 id="changes-wd3">Changes since the <a href="https://www.w3.org/TR/2017/WD-html53-20170206/">HTML 5.3 Second Public Working Draft</a></h3>

<dl>
<dt><a href="https://github.com/w3c/html/pull/1407">loosen the rule of the <code>rb</code> element</a></dt>
<dd>the <code>rb</code> element can be parsed propertly if the current node is a child of the <code>ruby</code> element</dd>
<dt><a href="https://github.com/w3c/html/pull/1403">Add the <code>slot</code> element</a></dt>
<dd>Substantive change for custom elements.</dd>
<dt><a href="https://github.com/w3c/html/pull/1329">Add the <code>:defined</code> psuedo-class selector definition</a></dt>
Expand Down
4 changes: 2 additions & 2 deletions sections/syntax.include
Original file line number Diff line number Diff line change
Expand Up @@ -5061,8 +5061,8 @@

: A start tag whose tag name is one of: "rb", "rtc"
:: If the [=stack of open elements=] <a lt="in scope">has a `ruby` element in scope</a>, then
[=generate implied end tags=]. If the [=current node=] is not now a <{ruby}> element, this
is a [=parse error=].
[=generate implied end tags=]. If the [=current node=] is not now a <{ruby}> element nor
a child of a <{ruby}> element, this is a [=parse error=].

[=Insert an HTML element=] for the token.

Expand Down

0 comments on commit f6f8219

Please sign in to comment.