Skip to content

Commit 8a65223

Browse files
zcorpantabatkins
authored andcommitted
[cssom][css-transforms] Allow other specs to specify 'resolved value' (w3c#882)
Fixes w3c#392.
1 parent 98f4946 commit 8a65223

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

css-transforms/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ If two or more values are defined and either no value is a keyword, or the only
825825
Computes to ''50%'' (''left 50%'') for the horizontal position if the horizontal position is not otherwise specified, or ''50%'' (''top 50%'') for the vertical position if it is.
826826
</dl>
827827

828+
'transform-origin' is a <a>resolved value special case property</a>.
828829
The <a href="https://www.w3.org/TR/cssom/#resolved-value">resolved value</a> of 'transform-origin' is the <a href="https://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a> (i.e., percentages are resolved to absolute lengths).
829830

830831

@@ -1087,6 +1088,7 @@ The values for 'perspective-origin' represent an offset of the perspective origi
10871088
it is.
10881089
</dl>
10891090

1091+
'perspective-origin' is a <a>resolved value special case property</a>.
10901092
The <a>resolved value</a> of 'perspective-origin' is the <a>used value</a> (i.e., percentages are resolved to absolute lengths).
10911093

10921094
<!--

cssom/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,9 @@ as follows:
27412741
then the <a>resolved value</a> is the <a>used value</a>. Otherwise the <a>resolved value</a> is the
27422742
<a>computed value</a>.
27432743

2744+
<dt>A <dfn export>resolved value special case property</dfn> defined in another specification
2745+
<dd>As defined in the relevant specification.
2746+
27442747
<dt>Any other property
27452748
<dd>The <a>resolved value</a> is the <a>computed value</a>.
27462749
</dl>

0 commit comments

Comments
 (0)