Skip to content

[css-backgrounds] Replaced asterisks in syntaxes for properties by hashes #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions css-backgrounds/Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ <h3 id="the-background-image">Image Sources: the 'background-image' property</h3
<td><dfn>background-image</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;bg-image&gt;</var>
[ , <var>&lt;bg-image&gt;</var> ]*
<td><var>&lt;bg-image&gt;</var>#
<tr>
<th>Initial:
<td>none
Expand Down Expand Up @@ -397,7 +396,7 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
<td><dfn>background-repeat</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;repeat-style&gt;</var> [ , <var>&lt;repeat-style&gt;</var> ]*
<td><var>&lt;repeat-style&gt;</var>#
<tr>
<th>Initial:
<td>repeat
Expand Down Expand Up @@ -556,7 +555,7 @@ <h3 id="the-background-attachment">Affixing Images: the 'background-attachment'
<td><dfn>background-attachment</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;attachment&gt;</var> [ , <var>&lt;attachment&gt;</var> ]*
<td><var>&lt;attachment&gt;</var>#
<tr>
<th>Initial:
<td>scroll
Expand Down Expand Up @@ -668,7 +667,6 @@ <h3 id="the-background-position">Positioning Images: the 'background-position' p
<th><a href="#values">Value</a>:

<td><var>&lt;position&gt;</var>
[ , <var>&lt;position&gt;</var> ]*
<tr>
<th>Initial:
<td>0% 0%
Expand Down Expand Up @@ -858,7 +856,7 @@ <h3 id="the-background-clip">Painting Area: the 'background-clip' property</h3>
<td><dfn>background-clip</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;box&gt;</var> [ , <var>&lt;box&gt;</var> ]*
<td><var>&lt;box&gt;</var>#
<tr>
<th>Initial:
<td>border-box
Expand Down Expand Up @@ -932,8 +930,7 @@ <h3 id="the-background-origin">Positioning Area: the 'background-origin' propert
<td><dfn>background-origin</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;box&gt;</var>
[ , <var>&lt;box&gt;</var> ]*
<td><var>&lt;box&gt;</var>#
<tr>
<th>Initial:
<td>padding-box
Expand Down Expand Up @@ -1003,7 +1000,7 @@ <h3 id="the-background-size">Sizing Images: the 'background-size' property</h3>
<td><dfn>background-size</dfn>
<tr>
<th><a href="#values">Value</a>:
<td><var>&lt;bg-size&gt;</var> [ , <var>&lt;bg-size&gt;</var> ]*
<td><var>&lt;bg-size&gt;</var>#
<tr>
<th>Initial:
<td>auto
Expand Down Expand Up @@ -1219,7 +1216,7 @@ <h3 id="the-background">Backgrounds Shorthand: the 'background' property</h3>
<td><dfn id="background">background</dfn>
<tr>
<th><a href="#values">Value</a>:
<td>[ <var>&lt;bg-layer&gt;</var> , ]* <var>&lt;final-bg-layer&gt;</var>
<td><var>&lt;bg-layer&gt;</var># , <var>&lt;final-bg-layer&gt;</var>
<tr>
<th>Initial:
<td>see individual properties
Expand Down Expand Up @@ -2797,7 +2794,7 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
<td><dfn>box-shadow</dfn>
<tr>
<th><a href="#values">Value</a>:
<td>none | <var>&lt;shadow&gt;</var> [ , <var>&lt;shadow&gt;</var> ]*
<td>none | <var>&lt;shadow&gt;</var>#
<tr>
<th>Initial:
<td>none
Expand Down