Skip to content

Commit 959c6a0

Browse files
committed
Remove mention of 'grid-*' and 'zoom' properties.
(The 'grid-*' properties are behind this spec and it's not clear how they animate. The 'zoom' property is non-standard.) This resolves https://www.w3.org/Bugs/Public/show_bug.cgi?id=14618 and https://www.w3.org/Bugs/Public/show_bug.cgi?id=14626 as proposed in http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html and resolved in the 2012 February 29 teleconference (minutes at http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html ).
1 parent ecb420d commit 959c6a0

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

css3-transitions/Overview.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,11 +1281,6 @@ <h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
12811281

12821282
<td>number <span class=issue>It's not that simple.</span>
12831283

1284-
<tr>
1285-
<td>grid-*
1286-
1287-
<td>various
1288-
12891284
<tr>
12901285
<td>height
12911286

@@ -1430,11 +1425,6 @@ <h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
14301425
<td>z-index
14311426

14321427
<td>integer
1433-
1434-
<tr>
1435-
<td>zoom <span class=issue>This is not a standard property.</span>
1436-
1437-
<td>number
14381428
</table>
14391429

14401430
<p class=issue> This list omits the following properties that Gecko can

css3-transitions/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,9 +1241,6 @@ <h3>
12411241
<td>font-weight</td><td>number <span class="issue">It's not
12421242
that simple.</span></td>
12431243
</tr>
1244-
<tr>
1245-
<td>grid-*</td><td>various</td>
1246-
</tr>
12471244
<tr>
12481245
<td>height</td><td>length, percentage</td>
12491246
</tr>
@@ -1331,9 +1328,6 @@ <h3>
13311328
<tr>
13321329
<td>z-index</td><td>integer</td>
13331330
</tr>
1334-
<tr>
1335-
<td>zoom <span class="issue">This is not a standard property.</span></td><td>number</td>
1336-
</tr>
13371331
</table>
13381332

13391333
<p class="issue">

0 commit comments

Comments
 (0)