Skip to content

Commit

Permalink
[css-cascade-3] Bikeshed improvements related to property values (#142)…
Browse files Browse the repository at this point in the history
… (#225)
  • Loading branch information
SebastianZ authored and tabatkins committed Jun 23, 2016
1 parent cbdf6c6 commit 5919ac6
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions css-cascade-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -212,35 +212,10 @@ h1 {
<h3 id="all-shorthand">
Resetting All Properties: the 'all' property</h3>

<table class="propdef">
<tr>
<th>Name:
<td><dfn>all</dfn>
<tr>
<th>Value:
<td>initial | inherit | unset
<tr>
<th>Initial:
<td>See individual properties
<tr>
<th>Applies to:
<td>See individual properties
<tr>
<th>Inherited:
<td>See individual properties
<tr>
<th>Percentages:
<td>See individual properties
<tr>
<th>Media:
<td>See individual properties
<tr>
<th>Computed value:
<td>See individual properties
<tr>
<th>Animatable:
<td>See individual properties
</table>
<pre class="propdef shorthand">
Name: all
Value: initial | inherit | unset
</pre>

The 'all' property is a <a>shorthand</a> that resets <em>all</em> CSS properties
except 'direction' and 'unicode-bidi'.
Expand Down

0 comments on commit 5919ac6

Please sign in to comment.