8000 [cssom] typo · w3c/csswg-drafts@c3fbbf8 · GitHub
Skip to content

Commit c3fbbf8

Browse files
author
Simon Pieters
committed
[cssom] typo
--HG-- extra : rebase_source : cde0aaef54c5d32e9b7a790ca29e97af68353335
1 parent d7d4ddd commit c3fbbf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ <h3 id="the-elementcssinlinestyle-interface"><span class="secno">7.1 </span>The
26332633
<code title="">style</code> content attribute on the element to the
26342634
<a href="#serialize-a-css-declaration-block" title="serialize a CSS declaration block">serialization</a> of the
26352635
<code><a href="#cssstyledeclaration">CSSStyleDeclaration</a></code>'s <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a>.
2636-
The same object must be returned each time. The object is be live; if the
2636+
The same object must be returned each time. The object is live; if the
26372637
<code title="">style</code> content attribute is set, changed or removed, the <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> must be
26382638
updated as appropriate.</p>
26392639

cssom/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ <h3>The <code>ElementCSSInlineStyle</code> Interface</h3>
25642564
<code title>style</code> content attribute on the element to the
25652565
<span title='serialize a CSS declaration block'>serialization</span> of the
25662566
<code>CSSStyleDeclaration</code>'s <span title=concept-css-declaration-block-declarations>declarations</span>.
2567-
The same object must be returned each time. The object is be live; if the
2567+
The same object must be returned each time. The object is live; if the
25682568
<code title>style</code> content attribute is set, changed or removed, the <span title=concept-css-declaration-block-declarations>declarations</span> must be
25692569
updated as appropriate.</p>
25702570

0 commit comments

Comments
 (0)