One of these paragraphs is not like the others; it has a few extra words and is missing a link. The attached patch should fix, I think.
I'm also a little confused by the words "with as value the" in all 4 paragraphs in this section. I think they make the sentence fail to parse as valid English, but I'm not quite sure what was intended. Perhaps "with the value being"? -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂
diff --git a/cssom/Overview.src.html b/cssom/Overview.src.html --- a/cssom/Overview.src.html +++ b/cssom/Overview.src.html @@ -2616,18 +2616,18 @@ interface <dfn>GetStyleUtils</dfn> { <p>The <dfn title=dom-GetStyleUtils-specifiedStyle><code>specifiedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with as value the <span>specified value</span> computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p> <!--ATRISK--> -<p>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the <span>CSS -declaration block readonly flag</span> set and the +<p>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the +<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with as value the <span>computed value</span> computed for the <span data-anolis-spec=dom>context object</span> using the user agent-level style rules and user-level style rules associated with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style rules, author-level presentational hints and override-level style rules.</p> <!--ATRISK--> <p>The <dfn title=dom-GetStyleUtils-computedStyle><code>computedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the