Skip to content

Commit 5284867

Browse files
committed
[css-backgrounds-4] typo. fixes #117
1 parent 8bc7336 commit 5284867

File tree

2 files changed

+267
-90
lines changed

2 files changed

+267
-90
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Background Positioning: the 'background-position' shorthand property</h3>
7373
then the shorthand sets
7474
'background-position-inline' and 'background-position-block' to the specified values.
7575
Otherwise
76-
the shorthand sets
76+
the shorthand sets
7777
'background-position-x' and 'background-position-y' to the specified values.
7878

7979
Issue: Specify the value assignment in more detail. Should expand just like Level 3.
@@ -92,7 +92,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
9292
Initial: left
9393
Applies to: all
9494
Inherited: no
95-
Percentages: refer to width of background positioning area <em>minus</em> height of background image
95+
Percentages: refer to width of background positioning area <em>minus</em> width of background image
9696
Media: visual
9797
Computed value: A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword
9898
</pre>

0 commit comments

Comments
 (0)