Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-backgrounds-4] Define background-repeat|position longhands with a logical property group #11139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css-backgrounds-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Tiling Images: the 'background-repeat-x', 'background-repeat-y', 'background-rep
Percentages: N/A
Computed value: as specified
Animation type: discrete
Logical property group: background-repeat
</pre>

<pre class="prod">
Expand Down Expand Up @@ -262,6 +263,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
Percentages: refer to width of background positioning area <em>minus</em> width of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Animation type: repeatable list
Logical property group: background-position
</pre>

This property specifies the background position's horizontal component.
Expand All @@ -276,6 +278,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
Percentages: refer to height of background positioning area <em>minus</em> height of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Animation type: repeatable list
Logical property group: background-position
</pre>

This property specifies the background position's vertical component.
Expand All @@ -290,6 +293,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Animation type: repeatable list
Logical property group: background-position
</pre>

This property specifies the background position's inline-axis component.
Expand All @@ -304,6 +308,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
Percentages: refer to size of background positioning area <em>minus</em> size of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Animation type: repeatable list
Logical property group: background-position
</pre>

This property specifies the background position's block-axis component.
Expand Down