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

fix a few editorial bugs #1412

Merged
merged 1 commit into from
Apr 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sections/semantics-embedded-content.include
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@

The <dfn element-attr for="img"><code>decoding</code></dfn> attribute is an enumerated attribute.
It is an [=image decoding hint=] to request synchronous or asynchronous image loading.
Valid values are "<code>async</code>", "<code>async</code>", and "<code>auto</code>".
Valid values are "<code>sync</code>", "<code>async</code>", and "<code>auto</code>".
The [=missing value default=] and [=invalid value default=] are both "<code>auto</code>".

The <dfn element-attr for="img"><code>referrerpolicy</code></dfn> attribute is a <a>referrer policy attribute</a>.
Expand Down
8 changes: 7 additions & 1 deletion sections/syntax.include
Original file line number Diff line number Diff line change
Expand Up @@ -5066,7 +5066,7 @@

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

: A start tag whose tag name is one of: "rb", "rtc"
: A start tag whose tag name is: "rb"
:: 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 nor
a child of a <{ruby}> element, this is a [=parse error=].
Expand All @@ -5080,6 +5080,12 @@

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

: A start tag whose tag name is: "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=].

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

: A start tag whose tag name is "math"
:: [=Reconstruct the active formatting elements=], if any.

Expand Down