@@ -1763,9 +1763,16 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The
17631763 < tr >
17641764 < td > < em > Value:</ em >
17651765
1766- < td > [ [ <percentage> | <length> | left | center | right ] [
1767- <percentage> | <length> | top | center | bottom ]? ] | [ [
1768- left | center | right ] || [ top | center | bottom ] ]
1766+ < td > [ <percentage> | <length> | left | center | right | top |
1767+ bottom]< br >
1768+ |< br >
1769+ [< br >
1770+ [ <percentage> | <length> | left | center | right
1771+ ]< br >
1772+ &&< br >
1773+ [ <percentage> | <length> | top | center | bottom
1774+ ]< br >
1775+ ]< br >
17691776
17701777 < tr >
17711778 < td > < em > Initial:</ em >
@@ -1805,6 +1812,17 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The
18051812 used to compute the < a href ="#TermPerspectiveMatrix "> < i > perspective
18061813 matrix</ i > </ a > , as described above.
18071814
1815+ < p > If only one value is specified, the second value is assumed to be
1816+ ‘< code class =property > center</ code > ’.
1817+
1818+ < p > If at least one of the two values is not a keyword, then the first value
1819+ represents the horizontal position (or offset) and the second represents
1820+ the vertical position (or offset).
1821+
1822+ < p > < var > <percentage></ var > and < var > <length></ var > values
1823+ represent an offset of the perspective origin from the top left corner of
1824+ the element's bounding box.
1825+
18081826 < p > The < a
18091827 href ="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value "> resolved
18101828 value</ a > of ‘< a href ="#perspective-origin "> < code class =css > < code
@@ -2544,9 +2562,10 @@ <h2 class=no-num id=property-index>Property index</h2>
25442562 < tr >
25452563 < th > < a class =property href ="#perspective-origin "> perspective-origin</ a >
25462564
2547- < td > [ [ <percentage> | <length> | left | center | right ] [
2548- <percentage> | <length> | top | center | bottom ]? ] | [ [
2549- left | center | right ] || [ top | center | bottom ] ]
2565+ < td > [ <percentage> | <length> | left | center | right | top |
2566+ bottom] | [ [ <percentage> | <length> | left |
2567+ center | right ] && [ <percentage> |
2568+ <length> | top | center | bottom ] ]
25502569
25512570 < td > 50% 50%
25522571
0 commit comments