- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 23:58:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv17872
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed the proptable markup to use <thead> and <tbody> properly.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Overview.html 16 Aug 2011 23:56:02 -0000 1.152
+++ Overview.html 16 Aug 2011 23:58:25 -0000 1.153
@@ -1580,12 +1580,13 @@
class=property>object-fit</code></a>’ property</h3>
<table class=propdef>
- <tbody>
+ <thead>
<tr>
<th>Name:
<td><dfn id=object-fit0>object-fit</dfn>
+ <tbody>
<tr>
<th>Value:
@@ -1759,12 +1760,13 @@
class=property>object-position</code></a>’ property</h3>
<table class=propdef>
- <tbody>
+ <thead>
<tr>
<th>Name:
<td><dfn id=object-position0>object-position</dfn>
+ <tbody>
<tr>
<th>Value:
@@ -1839,12 +1841,13 @@
some other resolution.
<table class=propdef>
- <tbody>
+ <thead>
<tr>
<th>Name:
<td><dfn id=image-resolution0>image-resolution</dfn>
+ <tbody>
<tr>
<th>Value:
@@ -1967,12 +1970,13 @@
It should only be used to correct incorrectly-oriented images.
<table class=propdef>
- <tbody>
+ <thead>
<tr>
<th>Name:
<td><dfn id=image-orientation0>image-orientation</dfn>
+ <tbody>
<tr>
<th>Value:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.src.html 16 Aug 2011 23:56:02 -0000 1.159
+++ Overview.src.html 16 Aug 2011 23:58:26 -0000 1.160
@@ -1099,30 +1099,32 @@
Sizing Objects: the 'object-fit' property</h3>
<table class="propdef">
- <tr>
- <th>Name:
- <td><dfn>object-fit</dfn>
- <tr>
- <th>Value:
- <td>fill | contain | cover | none | scale-down
- <tr>
- <th>Initial:
- <td>fill
- <tr>
- <th>Applies to:
- <td>replaced elements
- <tr>
- <th>Inherited:
- <td>no
- <tr>
- <th>Percentages:
- <td>N/A
- <tr>
- <th>Media:
- <td>visual
- <tr>
- <th>Computed value:
- <td>specified value
+ <thead>
+ <tr>
+ <th>Name:
+ <td><dfn>object-fit</dfn>
+ <tbody>
+ <tr>
+ <th>Value:
+ <td>fill | contain | cover | none | scale-down
+ <tr>
+ <th>Initial:
+ <td>fill
+ <tr>
+ <th>Applies to:
+ <td>replaced elements
+ <tr>
+ <th>Inherited:
+ <td>no
+ <tr>
+ <th>Percentages:
+ <td>N/A
+ <tr>
+ <th>Media:
+ <td>visual
+ <tr>
+ <th>Computed value:
+ <td>specified value
</table>
<p>The 'object-fit' property specifies how the contents of a replaced element
@@ -1237,30 +1239,32 @@
Positioning Objects: the 'object-position' property</h3>
<table class="propdef">
- <tr>
- <th>Name:
- <td><dfn>object-position</dfn>
- <tr>
- <th>Value:
- <td><bg-position>
- <tr>
- <th>Initial:
- <td>50% 50%
- <tr>
- <th>Applies to:
- <td>replaced elements
- <tr>
- <th>Inherited:
- <td>no
- <tr>
- <th>Percentages:
- <td>refer to width and height of box itself
- <tr>
- <th>Media:
- <td>visual
- <tr>
- <th>Computed value:
- <td>specified value
+ <thead>
+ <tr>
+ <th>Name:
+ <td><dfn>object-position</dfn>
+ <tbody>
+ <tr>
+ <th>Value:
+ <td><bg-position>
+ <tr>
+ <th>Initial:
+ <td>50% 50%
+ <tr>
+ <th>Applies to:
+ <td>replaced elements
+ <tr>
+ <th>Inherited:
+ <td>no
+ <tr>
+ <th>Percentages:
+ <td>refer to width and height of box itself
+ <tr>
+ <th>Media:
+ <td>visual
+ <tr>
+ <th>Computed value:
+ <td>specified value
</table>
<p>The 'object-position' property determines the alignment of the replaced element inside its box. <code><bg-position></code> comes from the <a href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds & Borders Module</a>, and is resolved in the same way, using the image as the image and the content box as the positioning area. [[!CSS21]]</p>
@@ -1290,27 +1294,29 @@
property allows using some other resolution.
<table class="propdef">
- <tr>
- <th>Name:
- <td><dfn>image-resolution</dfn>
- <tr>
- <th>Value:
- <td>[from-image || <resolution>] snap?
- <tr>
- <th>Initial:
- <td>1dppx
- <tr>
- <th>Applies to:
- <td>all elements
- <tr>
- <th>Inherited:
- <td>yes
- <tr>
- <th>Media:
- <td>visual
- <tr>
- <th>Computed value:
- <td>specified value
+ <thead>
+ <tr>
+ <th>Name:
+ <td><dfn>image-resolution</dfn>
+ <tbody>
+ <tr>
+ <th>Value:
+ <td>[from-image || <resolution>] snap?
+ <tr>
+ <th>Initial:
+ <td>1dppx
+ <tr>
+ <th>Applies to:
+ <td>all elements
+ <tr>
+ <th>Inherited:
+ <td>yes
+ <tr>
+ <th>Media:
+ <td>visual
+ <tr>
+ <th>Computed value:
+ <td>specified value
</table>
<p>The 'image-resolution' property specifies the resolution of all images used
@@ -1384,27 +1390,29 @@
incorrectly-oriented images.</p>
<table class="propdef">
- <tr>
- <th>Name:
- <td><dfn>image-orientation</dfn>
- <tr>
- <th>Value:
- <td><angle>
- <tr>
- <th>Initial:
- <td>0deg
- <tr>
- <th>Applies to:
- <td>images
- <tr>
- <th>Inherited:
- <td>no
- <tr>
- <th>Media:
- <td>visual
- <tr>
- <th>Computed value:
- <td>specified value, rounded and normalized (see text)
+ <thead>
+ <tr>
+ <th>Name:
+ <td><dfn>image-orientation</dfn>
+ <tbody>
+ <tr>
+ <th>Value:
+ <td><angle>
+ <tr>
+ <th>Initial:
+ <td>0deg
+ <tr>
+ <th>Applies to:
+ <td>images
+ <tr>
+ <th>Inherited:
+ <td>no
+ <tr>
+ <th>Media:
+ <td>visual
+ <tr>
+ <th>Computed value:
+ <td>specified value, rounded and normalized (see text)
</table>
<p>'image-orientation' specifies an orthogonal rotation to be applied to an image
Received on Tuesday, 16 August 2011 23:58:29 UTC