- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 00:54:51 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background In directory hutz:/tmp/cvs-serv26090 Modified Files: Overview.html Overview.src.html Log Message: Use <position> instead of <bg-position> so the name is generic enough to use for other things like 'object-position' Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.html,v retrieving revision 1.247 retrieving revision 1.248 diff -u -d -r1.247 -r1.248 --- Overview.html 8 Jun 2011 15:57:29 -0000 1.247 +++ Overview.html 17 Aug 2011 00:54:48 -0000 1.248 @@ -22,12 +22,12 @@ <h1>CSS Backgrounds and Borders Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 08 June 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 August 2011</h2> <dl> <dt>This version: - <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20110608">http://www.w3.org/TR/2011/ED-css3-background-20110608/</a> --> + <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20110817">http://www.w3.org/TR/2011/ED-css3-background-20110817/</a> --> <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> @@ -967,8 +967,8 @@ <tr> <th>Value: - <td><a href="#ltbg-positiongt"><var><bg-position></var></a> [ , <a - href="#ltbg-positiongt"><var><bg-position></var></a> ]* + <td><a href="#ltpositiongt"><var><position></var></a> [ , <a + href="#ltpositiongt"><var><position></var></a> ]* <tr> <th>Initial: @@ -1012,8 +1012,7 @@ <p>Where - <pre - class=prod><dfn id=ltbg-positiongt><var><bg-position></var></dfn> = [ + <pre class=prod><dfn id=ltpositiongt><var><position></var></dfn> = [ [ top | bottom ] | [ <var><percentage></var> | <var><length></var> | left | center | right ] @@ -1665,10 +1664,10 @@ <p>Where <pre - class=prod><dfn id=ltbg-layergt><var><bg-layer></var></dfn> = <a href="#ltbg-imagegt"><var><bg-image></var></a> || <a href="#ltbg-positiongt"><var><bg-position></var></a> [ / <a href="#ltbg-sizegt"><var><bg-size></var></a> ]? || <a href="#ltrepeat-stylegt"><var><repeat-style></var></a> || <a href="#ltattachmentgt"><var><attachment></var></a> || <a href="#ltboxgt"><var><box></var></a>{1,2} </pre> + class=prod><dfn id=ltbg-layergt><var><bg-layer></var></dfn> = <a href="#ltbg-imagegt"><var><bg-image></var></a> || <var><bg-position></var> [ / <a href="#ltbg-sizegt"><var><bg-size></var></a> ]? || <a href="#ltrepeat-stylegt"><var><repeat-style></var></a> || <a href="#ltattachmentgt"><var><attachment></var></a> || <a href="#ltboxgt"><var><box></var></a>{1,2} </pre> <pre - class=prod><dfn id=ltfinal-bg-layergt><var><final-bg-layer></var></dfn> = <a href="#ltbg-imagegt"><var><bg-image></var></a> || <a href="#ltbg-positiongt"><var><bg-position></var></a> [ / <a href="#ltbg-sizegt"><var><bg-size></var></a> ]? || <a href="#ltrepeat-stylegt"><var><repeat-style></var></a> || <a href="#ltattachmentgt"><var><attachment></var></a> || <a href="#ltboxgt"><var><box></var></a>{1,2} || <var><'background-color'></var></pre> + class=prod><dfn id=ltfinal-bg-layergt><var><final-bg-layer></var></dfn> = <a href="#ltbg-imagegt"><var><bg-image></var></a> || <var><bg-position></var> [ / <a href="#ltbg-sizegt"><var><bg-size></var></a> ]? || <a href="#ltrepeat-stylegt"><var><repeat-style></var></a> || <a href="#ltattachmentgt"><var><attachment></var></a> || <a href="#ltboxgt"><var><box></var></a>{1,2} || <var><'background-color'></var></pre> <p class=note>Note that a color is permitted in <a href="#ltfinal-bg-layergt"><var><final-bg-layer></var></a>, but not @@ -4393,7 +4392,7 @@ <tbody> <tr> - <td><a class=property href="#background">background</a> + <th><a class=property href="#background">background</a> <td>[ <bg-layer> , ]* <final-bg-layer> @@ -4408,7 +4407,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#background-attachment">background-attachment</a> <td><attachment> [ , <attachment> ]* @@ -4424,7 +4423,7 @@ <td>visual <tr> - <td><a class=property href="#background-clip">background-clip</a> + <th><a class=property href="#background-clip">background-clip</a> <td><box> [ , <box> ]* @@ -4439,7 +4438,7 @@ <td>visual <tr> - <td><a class=property href="#background-color">background-color</a> + <th><a class=property href="#background-color">background-color</a> <td><color> @@ -4454,7 +4453,7 @@ <td>visual <tr> - <td><a class=property href="#background-image">background-image</a> + <th><a class=property href="#background-image">background-image</a> <td><bg-image> [ , <bg-image> ]* @@ -4469,7 +4468,7 @@ <td>visual <tr> - <td><a class=property href="#background-origin">background-origin</a> + <th><a class=property href="#background-origin">background-origin</a> <td><box> [ , <box> ]* @@ -4484,10 +4483,10 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#background-position">background-position</a> - <td><bg-position> [ , <bg-position> ]* + <td><position> [ , <position> ]* <td>0% 0% @@ -4501,7 +4500,7 @@ <td>visual <tr> - <td><a class=property href="#background-repeat">background-repeat</a> + <th><a class=property href="#background-repeat">background-repeat</a> <td><repeat-style> [ , <repeat-style> ]* @@ -4516,7 +4515,7 @@ <td>visual <tr> - <td><a class=property href="#background-size">background-size</a> + <th><a class=property href="#background-size">background-size</a> <td><bg-size> [ , <bg-size> ]* @@ -4531,7 +4530,7 @@ <td>visual <tr> - <td><a class=property href="#border">border</a> + <th><a class=property href="#border">border</a> <td><border-width> || <border-style> || <color> @@ -4546,7 +4545,7 @@ <td>visual <tr> - <td><a class=property href="#border-color">border-color</a> + <th><a class=property href="#border-color">border-color</a> <td><color>{1,4} @@ -4561,7 +4560,7 @@ <td>visual <tr> - <td><a class=property href="#border-image">border-image</a> + <th><a class=property href="#border-image">border-image</a> <td><‘border-image-source’> || <‘border-image-slice’> [ / @@ -4580,7 +4579,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#border-image-outset">border-image-outset</a> <td>[ <length> | <number> ]{1,4} @@ -4597,7 +4596,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#border-image-repeat">border-image-repeat</a> <td>[ stretch | repeat | round | space ]{1,2} @@ -4614,7 +4613,7 @@ <td>visual <tr> - <td><a class=property href="#border-image-slice">border-image-slice</a> + <th><a class=property href="#border-image-slice">border-image-slice</a> <td>[<number> | <percentage>]{1,4} && fill? @@ -4630,7 +4629,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#border-image-source">border-image-source</a> <td>none | <image> @@ -4647,7 +4646,7 @@ <td>visual <tr> - <td><a class=property href="#border-image-width">border-image-width</a> + <th><a class=property href="#border-image-width">border-image-width</a> <td>[ <length> | <percentage> | <number> | auto ]{1,4} @@ -4663,7 +4662,7 @@ <td>visual <tr> - <td><a class=property href="#border-radius">border-radius</a> + <th><a class=property href="#border-radius">border-radius</a> <td>[ <length> | <percentage> ]{1,4} [ / [ <length> | <percentage> ]{1,4} ]? @@ -4680,7 +4679,7 @@ <td>visual <tr> - <td><a class=property href="#border-style">border-style</a> + <th><a class=property href="#border-style">border-style</a> <td><border-style>{1,4} @@ -4695,7 +4694,7 @@ <td>visual <tr> - <td><a class=property href="#border-top">border-top</a>, <a + <th><a class=property href="#border-top">border-top</a>, <a class=property href="#border-right">border-right</a>, <a class=property href="#border-bottom">border-bottom</a>, <a class=property href="#border-left">border-left</a> @@ -4713,7 +4712,7 @@ <td>visual <tr> - <td><a class=property href="#border-top-color">border-top-color </a>, <a + <th><a class=property href="#border-top-color">border-top-color </a>, <a class=property href="#border-right-color">border-right-color</a>, <a class=property href="#border-bottom-color">border-bottom-color</a>, <a class=property href="#border-left-color">border-left-color</a> @@ -4731,7 +4730,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#border-top-right-radius">border-top-right-radius</a>, <a class=property href="#border-bottom-right-radius">border-bottom-right-radius</a>, <a @@ -4754,7 +4753,7 @@ <td>visual <tr> - <td><a class=property href="#border-top-style">border-top-style</a>, <a + <th><a class=property href="#border-top-style">border-top-style</a>, <a class=property href="#border-right-style">border-right-style</a>, <a class=property href="#border-bottom-style">border-bottom-style</a>, <a class=property href="#border-left-style">border-left-style</a> @@ -4772,7 +4771,7 @@ <td>visual <tr> - <td><a class=property href="#border-top-width">border-top-width</a>, <a + <th><a class=property href="#border-top-width">border-top-width</a>, <a class=property href="#border-right-width">border-right-width</a>, <a class=property href="#border-bottom-width">border-bottom-width</a>, <a class=property href="#border-left-width">border-left-width</a> @@ -4790,7 +4789,7 @@ <td>visual <tr> - <td><a class=property href="#border-width">border-width</a> + <th><a class=property href="#border-width">border-width</a> <td><border-width>{1,4} @@ -4805,7 +4804,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#box-decoration-break">box-decoration-break</a> <td>slice | clone @@ -4821,7 +4820,7 @@ <td>visual <tr> - <td><a class=property href="#box-shadow">box-shadow</a> + <th><a class=property href="#box-shadow">box-shadow</a> <td>none | <shadow> [ , <shadow> ]* @@ -4913,10 +4912,6 @@ <li><a href="#ltbg-layergt"><var><bg-layer></var></a>, <a href="#ltbg-layergt" title="<bg-layer>"><strong>3.10.</strong></a> - <li><a href="#ltbg-positiongt"><var><bg-position></var></a>, <a - href="#ltbg-positiongt" - title="<bg-position>"><strong>3.6.</strong></a> - <li><a href="#ltbg-sizegt"><var><bg-size></var></a>, <a href="#ltbg-sizegt" title="<bg-size>"><strong>3.9.</strong></a> @@ -5184,6 +5179,9 @@ value"><strong>3.8.</strong></a> </ul> + <li><a href="#ltpositiongt"><var><position></var></a>, <a + href="#ltpositiongt" title="<position>"><strong>3.6.</strong></a> + <li>renderer, <a href="#renderer" title=renderer><strong>8.2.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.src.html,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- Overview.src.html 17 May 2011 01:13:03 -0000 1.259 +++ Overview.src.html 17 Aug 2011 00:54:49 -0000 1.260 @@ -598,8 +598,8 @@ <tr> <th>Value: - <td><var><bg-position></var> - [ , <var><bg-position></var> ]* + <td><var><position></var> + [ , <var><position></var> ]* <tr> <th>Initial: <td>0% 0% @@ -628,7 +628,7 @@ within their corresponding <span>background positioning area.</span> <p>Where -<pre class=prod><dfn><var><bg-position></var></dfn> = [ +<pre class=prod><dfn><var><position></var></dfn> = [ [ top | bottom ] | [ <var><percentage></var> | <var><length></var> | left | center | right ]
Received on Wednesday, 17 August 2011 00:54:52 UTC