2525
2626 < h1 id =css3-template > CSS3 Values and Units</ h1 >
2727
28- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 26 March 2010</ h2 >
28+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 9 August 2010</ h2 >
2929
3030 < dl >
3131 < dt > This version:
3232
3333 < dd > < a
34- href ="http://www.w3.org/TR/2010/ED-css3-values-20100326 "> http://www.w3.org/TR/2010/ED-css3-values-20100326 </ a >
34+ href ="http://www.w3.org/TR/2010/ED-css3-values-20100809 "> http://www.w3.org/TR/2010/ED-css3-values-20100809 </ a >
3535
3636 < dt > Latest version:
3737
@@ -428,7 +428,7 @@ <h3 id=strings><span class=secno>4.5. </span>Strings</h3>
428428
429429 < div class =example >
430430 < pre >
431- content: "this is a ‘< code class = property > < a href ="#string "> string</ a > </ code > ’.";
431+ content: "this is a ‘< a href ="#string "> < code class = property > string</ code > </ a > ’.";
432432content: "this is a \"string\".";
433433content: ‘< code class =css > this is a "string".</ code > ’;
434434content: ‘< code class =css > this is a \</ code > ’string\‘< code class =css > .</ code > ’;
@@ -624,7 +624,7 @@ <h4 id=relative-length-units><span class=secno>6.3.2. </span>Relative
624624 < tr >
625625 < td > < span class =css > ex</ span >
626626
627- < td > the < em > < a href ="#ex "> x-height</ a > </ em > of the element's font
627+ < td > the < a href ="#ex "> < em > x-height</ em > </ a > of the element's font
628628
629629 < tr >
630630 < td > < span class =css > px</ span >
@@ -790,7 +790,7 @@ <h5 id=the-vw-unit><span class=secno>6.3.2.5. </span>The ‘<code
790790 class =html > h1</ code > elements will be 16mm ((8×200)/100). When the
791791 width of the viewport is changed (for example, when the browser window is
792792 enlarged), lengths specified in the ‘< code
793- class =property > vh </ code > ’ unit is scaled proportionally.
793+ class =property > vw </ code > ’ unit are scaled proportionally.
794794
795795 < h5 id =the-vh-unit > < span class =secno > 6.3.2.6. </ span > The ‘< code
796796 class =property > vh</ code > ’ unit</ h5 >
@@ -805,6 +805,8 @@ <h5 id=the-vh-unit><span class=secno>6.3.2.6. </span>The ‘<code
805805 < h5 id =the-vm-unit > < span class =secno > 6.3.2.7. </ span > The ‘< code
806806 class =property > vm</ code > ’ unit</ h5 >
807807
808+ < p class =issue > Do we need this now that we have the min() function?
809+
808810 < p > The < dfn id =vm title ="vm (unit) "> vm</ dfn > unit is relative to the
809811 viewport's height or width, whichever of the two is smaller. The minimum
810812 of the viewport's width/height is equivalent to 100 ‘< code
@@ -813,9 +815,9 @@ <h5 id=the-vm-unit><span class=secno>6.3.2.7. </span>The ‘<code
813815 class =property > vm</ code > ’ unit are scaled proportionally.
814816
815817 < h4 id =the-calc-min-and-max-functions > < span class =secno > 6.3.3. </ span > The
816- ‘< code class = property > < a href ="#calc "> calc</ a > </ code > ’,
817- ‘< code class = property > < a href ="#min "> min</ a > </ code > ’ and
818- ‘< code class = property > < a href ="#max "> max</ a > </ code > ’ functions</ h4 >
818+ ‘< a href ="#calc "> < code class = property > calc</ code > </ a > ’,
819+ ‘< a href ="#min "> < code class = property > min</ code > </ a > ’ and
820+ ‘< a href ="#max "> < code class = property > max</ code > </ a > ’ functions</ h4 >
819821
820822 < p > The < dfn id =calc > calc()</ dfn > , < dfn id =min > min()</ dfn > , and < dfn
821823 id =max > max()</ dfn > functions can be used wherever length values are
@@ -1130,7 +1132,7 @@ <h3 id=ltattrgt><span class=secno>6.10. </span><attr></h3>
11301132
11311133 < dd > The attribute value will be interpreted as a CSS <color> value. The
11321134 default is UA dependent but must be the same as the initial value of the
1133- ‘< code class = property > < a href ="#color "> color</ a > </ code > ’
1135+ ‘< a href ="#color "> < code class = property > color</ code > </ a > ’
11341136 property.
11351137
11361138 < dt > url
@@ -1175,8 +1177,8 @@ <h3 id=ltattrgt><span class=secno>6.10. </span><attr></h3>
11751177 < p class =issue > Should there also be a "keyword" type to, e.g., support
11761178 ‘< code class =css > float: attr(align)</ code > ’
11771179
1178- < p > If the <type> is missing, ‘< code class = property > < a
1179- href =" #string " > string</ a > </ code > ’ is implied.
1180+ < p > If the <type> is missing, ‘< a href =" #string " > < code
1181+ class = property > string</ code > </ a > ’ is implied.
11801182
11811183 < p class =issue > Ideally, it shouldn't be necessary to specify the type if it
11821184 is obvious. For example, this should be valid: "< tt > background-image:
@@ -1478,22 +1480,22 @@ <h2 id=specified-computed-used-and-actual-value><span class=secno>7.
14781480 </ span > Specified, computed, used, and actual values</ h2 >
14791481
14801482 < p > The final value of a CSS3 property for a given element is the result of
1481- a four-step calculation. First, cascading and inheritance yields the
1482- < em > < a href ="#specified-value "> specified value</ a > </ em > < a
1483+ a four-step calculation. First, cascading and inheritance yields the < a
1484+ href ="#specified-value "> < em > specified value</ em > </ a > < a
14831485 href ="#CSS3CASCADE "
14841486 rel =biblioentry > [CSS3CASCADE]<!--{{!CSS3CASCADE}}--> </ a > . Second, relative
14851487 values are computed into absolute values as far as possible without
1486- formatting the document, thereby yielding the < em > < a
1487- href ="#computed-value "> computed value</ a > </ em > . The computed value is
1488- transformed into the < em > < a href ="#used-value "> used value</ a > </ em > in the
1489- formatting process. Finally, the computed value is transformed to the
1490- < em > < a href ="#actual-value "> actual value</ a > </ em > based on constraints in
1491- the user agent.
1488+ formatting the document, thereby yielding the < a
1489+ href ="#computed-value "> < em > computed value</ em > </ a > . The computed value is
1490+ transformed into the < a href ="#used-value "> < em > used value</ em > </ a > in the
1491+ formatting process. Finally, the computed value is transformed to the < a
1492+ href ="#actual-value "> < em > actual value</ em > </ a > based on constraints in the
1493+ user agent.
14921494
14931495 < h3 id =finding-the-specified-value > < span class =secno > 7.1. </ span > Finding
14941496 the < dfn id =specified-value > specified value</ dfn > </ h3 >
14951497
1496- < p > The < em > < a href ="#specified-value "> specified value</ a > </ em > is the
1498+ < p > The < a href ="#specified-value "> < em > specified value</ em > </ a > is the
14971499 output of the cascading and inheritance process < a href ="#CSS3CASCADE "
14981500 rel =biblioentry > [CSS3CASCADE]<!--{{!CSS3CASCADE}}--> </ a > .
14991501
0 commit comments