Skip to content

Commit 9248439

Browse files
committed
Added Alan Gresley's suggestion to add optional bottom right corner
coordinaties to background-position and thus remove the need for background-size. http://lists.w3.org/Archives/Public/www-style/2007Nov/0255.html
1 parent ba22b68 commit 9248439

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css3-background/Overview.src.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48"
1818
width="72" name="w3cLogo"></a><a rel="in-activity" href="../../"
1919
class="logo"><img src="../../../Woolly/woolly-icon.png" alt="CSS
20-
WG"></a> <span class="id">WD-css3-background-[CDATE]</span>
20+
WG"></a> <span class="id">css3-background-[CDATE]</span>
2121

2222
<h1>CSS3 Backgrounds and Borders Module</h1>
2323

@@ -1105,6 +1105,13 @@ <h3>The 'background-size' property</h3>
11051105
<p class=issue>Is it better to allow the size of the image to be
11061106
rounded up as well as down?
11071107

1108+
<p class=issue>Alan Gresley <a
1109+
href="http://lists.w3.org/Archives/Public/www-style/2007Nov/0255.html">
1110+
suggested</a> dropping 'background-size' altogether and instead add
1111+
optional bottom right coordinates to 'background-position':
1112+
'background-position: 0 0 0 0' is the same as 'background-size: 100%'
1113+
and 'background-position: 0 0' is the same as 'background-size: auto'.
1114+
11081115

11091116

11101117

0 commit comments

Comments
 (0)