From 870ef025619fedf038d4565d8ab6c24d616dbbce Mon Sep 17 00:00:00 2001 From: siusin Date: Wed, 25 Apr 2018 23:04:12 +0800 Subject: [PATCH] fix a few editorial bugs --- sections/semantics-embedded-content.include | 2 +- sections/syntax.include | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sections/semantics-embedded-content.include b/sections/semantics-embedded-content.include index f84abd4791..b615f8cedc 100644 --- a/sections/semantics-embedded-content.include +++ b/sections/semantics-embedded-content.include @@ -901,7 +901,7 @@ The decoding attribute is an enumerated attribute. It is an [=image decoding hint=] to request synchronous or asynchronous image loading. - Valid values are "async", "async", and "auto". + Valid values are "sync", "async", and "auto". The [=missing value default=] and [=invalid value default=] are both "auto". The referrerpolicy attribute is a referrer policy attribute. diff --git a/sections/syntax.include b/sections/syntax.include index 87d30486d3..31a3512bce 100644 --- a/sections/syntax.include +++ b/sections/syntax.include @@ -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=] has a `ruby` element in scope, 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=]. @@ -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=] has a `ruby` element in scope, 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.