File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments