Skip to content

Commit 1d137d3

Browse files
committed
[css-values] Fix w3c#271 Error in bgpos example
1 parent fbf6f2f commit 1d137d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-values/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ Computed Value</h4>
16611661

16621662
Due to this, 'background-position' preserves the percentage in a ''calc()''
16631663
rather than resolving it directly into a length,
1664-
so that an expression like ''background-position: left calc(50% + 20px)''
1664+
so that an expression like ''background-position: left calc(50% + 20px) center''
16651665
properly centers the background and then shifts it ''20px'' to the right,
16661666
rather than placing its <em>left edge</em> 20px off of center.
16671667
</div>
@@ -2261,6 +2261,7 @@ Changes</h2>
22612261
<li>Defined an empty <<url>> resolves to an invalid resource.
22622262
<li>Defined <a href="#calc-serialize">serialization of <css>calc()</css> values</a>.
22632263
<li>Defined <a>compatible units</a> and <a>canonical units</a> for serialization.
2264+
<li>Defined case-sensitivity of ''url()'' attribute argument to match attribute selectors.
22642265
<li>Added definition of <<ident>> notation to definition of <a>identifiers</a>.
22652266
<li>Added <<length-percentage>> as a shorthand for <<length>> | <<percentage>>,
22662267
along with equivalent productions for angles, numbers, times, and frequencies.

0 commit comments

Comments
 (0)