@@ -841,7 +841,7 @@ Relative URLs</h4>
841841<h5 id='local-urls'>
842842Fragment URLs</h5>
843843
844- To work around some common eccentricites in browser URL handling,
844+ To work around some common eccentricities in browser URL handling,
845845 CSS has special behavior for fragment-only urls.
846846
847847 If a ''url()'' ’s value starts with a U+0023 NUMBER SIGN (<code> #</code> ) character,
@@ -1052,6 +1052,12 @@ Real Numbers: the <<number>> type</h3>
10521052 Number values are denoted by <dfn id="number-value"><number></dfn> ,
10531053 and represent real numbers, possibly with a fractional component.
10541054
1055+ <wpt>
1056+ css/css-animations/animation-iteration-count-calc.html
1057+ css/CSS2/values/numbers-units-002.xht
1058+ css/CSS2/values/numbers-units-003.xht
1059+ </wpt>
1060+
10551061 When written literally,
10561062 a <dfn export>number</dfn> is either an <a>integer</a> ,
10571063 or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits
@@ -1547,6 +1553,18 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
15471553 and 'text-orientation' is ''text-orientation/upright'' ).
15481554
15491555 <wpt>
1556+ css/css-values/ch-unit-001.html
1557+ css/css-values/ch-unit-002.html
1558+ css/css-values/ch-unit-003.html
1559+ css/css-values/ch-unit-004.html
1560+ css/css-values/ch-unit-008.html
1561+ css/css-values/ch-unit-009.html
1562+ css/css-values/ch-unit-010.html
1563+ css/css-values/ch-unit-011.html
1564+ css/css-values/ch-unit-012.html
1565+ css/css-values/ch-unit-016.html
1566+ css/css-values/ch-unit-017.html
1567+ css/css-values/line-break-ch-unit.html
15501568 css/css-values/calc-ch-ex-lang.html
15511569 </wpt>
15521570
@@ -1665,6 +1683,8 @@ Viewport-percentage Lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
16651683 any scroll bars are assumed not to exist.
16661684 <span class='note'> Note that the initial containing block's size is affected by the presence of scrollbars on the viewport.</span>
16671685
1686+ ISSUE(1766): Level 3 assumes scrollbars never exist because it was hard to implement. This is making authors unhappy.
1687+
16681688 For [=paged media=] , the exact definition of the viewport-percentage lengths
16691689 is deferred to [[!CSS3PAGE]] .
16701690
@@ -4662,7 +4682,8 @@ Additions Since Level 3</h3>
46624682 and their clarified computed values.
46634683 <li> Defined the <<dashed-ident>> type.
46644684 <li> Added ''src()'' to the <<url>> type.
4665- <li> Added the ''vi'' , ''vb'' , ''ic'' , ''cap'' , ''lh'' and ''rlh'' units.
4685+ <li> Added the ''vi'' , ''vb'' , ''ic'' , ''cap'' , ''lh'' and ''rlh'' length units.
4686+ <li> Added the ''x'' alias to ''dppx'' .
46664687 <li> Added ''min()'' , ''max()'' , and ''clamp()''
46674688 [[#comp-func|comparison functions]] .
46684689 <li> Added ''round()'' , ''mod()'' , ''rem()'' , ''sin()'' , ''cos()'' , ''tan()'' , ''asin()'' , ''acos()'' , ''atan()'' , ''atan2()'' , ''pow()'' , ''sqrt()'' , ''hypot()'' , ''log()'' , ''exp()'' , ''abs()'' , ''sign()''
0 commit comments