From 3c869063590675bad104c583662241fee062e260 Mon Sep 17 00:00:00 2001 From: SebastianZ Date: Thu, 7 Jul 2016 11:31:36 +0200 Subject: [PATCH] [css-backgrounds] Replaced asterisks in syntaxes for properties by hashes --- css-backgrounds/Overview.src.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/css-backgrounds/Overview.src.html b/css-backgrounds/Overview.src.html index 635236d08990..ac87ea5ebf2e 100644 --- a/css-backgrounds/Overview.src.html +++ b/css-backgrounds/Overview.src.html @@ -307,8 +307,7 @@

Image Sources: the 'background-image' property

background-image Value: - <bg-image> - [ , <bg-image> ]* + <bg-image># Initial: none @@ -397,7 +396,7 @@

Tiling Images: the 'background-repeat' propertybackground-repeat Value: - <repeat-style> [ , <repeat-style> ]* + <repeat-style># Initial: repeat @@ -556,7 +555,7 @@

Affixing Images: the 'background-attachment' background-attachment Value: - <attachment> [ , <attachment> ]* + <attachment># Initial: scroll @@ -668,7 +667,6 @@

Positioning Images: the 'background-position' p Value: <position> - [ , <position> ]* Initial: 0% 0% @@ -858,7 +856,7 @@

Painting Area: the 'background-clip' property

background-clip Value: - <box> [ , <box> ]* + <box># Initial: border-box @@ -932,8 +930,7 @@

Positioning Area: the 'background-origin' propert background-origin Value: - <box> - [ , <box> ]* + <box># Initial: padding-box @@ -1003,7 +1000,7 @@

Sizing Images: the 'background-size' property

background-size Value: - <bg-size> [ , <bg-size> ]* + <bg-size># Initial: auto @@ -1219,7 +1216,7 @@

Backgrounds Shorthand: the 'background' property

background Value: - [ <bg-layer> , ]* <final-bg-layer> + <bg-layer># , <final-bg-layer> Initial: see individual properties @@ -2797,7 +2794,7 @@

Drop Shadows: the 'box-shadow' property

box-shadow Value: - none | <shadow> [ , <shadow> ]* + none | <shadow># Initial: none