Skip to content

Commit 4508552

Browse files
authored
[css-values-3] Fix example in Property Value Examples
1 parent 6424074 commit 4508552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ Property Value Examples</h3>
350350
<tr><td>'border-width'
351351
<td>[ &lt;length> | thick | medium | thin ]{1,4}
352352
<td>''2px medium 4px''
353-
<tr><td>'text-shadow'
354-
<td>[ inset? && [ &lt;length>{2,4} && &lt;color>? ] ]# | none
353+
<tr><td>'box-shadow'
354+
<td>[ inset? && &lt;length>{2,4} && &lt;color>? ]# | none
355355
<td>''3px 3px rgba(50%, 50%, 50%, 50%), lemonchiffon 0 0 4px inset''
356356
</tbody>
357357
</table>

0 commit comments

Comments
 (0)