diff --git a/files/es/web/css/background-attachment/index.md b/files/es/web/css/background-attachment/index.md index 5d72518efd80e0..017776923e8622 100644 --- a/files/es/web/css/background-attachment/index.md +++ b/files/es/web/css/background-attachment/index.md @@ -37,7 +37,7 @@ background-attachment: scroll | fixed | inherit ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -54,7 +54,7 @@ p { #### Resultado -{{EmbedLiveSample("Simple_example")}} +{{EmbedLiveSample("Ejemplo_simple")}} ### Soporta múltiples imagenes de fondo @@ -64,7 +64,7 @@ Esta propiedad soporta multiples imágenes de fondo. Puedes especificar un ` | none | inherit ```css ul { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` diff --git a/files/es/web/css/list-style-position/index.md b/files/es/web/css/list-style-position/index.md index 078118c38437d6..b0504bd175c1e7 100644 --- a/files/es/web/css/list-style-position/index.md +++ b/files/es/web/css/list-style-position/index.md @@ -70,7 +70,7 @@ list-style-position: inside | outside | inherit } .three { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); list-style-position: inherit; } ``` diff --git a/files/fr/web/css/background-attachment/index.md b/files/fr/web/css/background-attachment/index.md index 001746e6cc05e3..10471e092b77e5 100644 --- a/files/fr/web/css/background-attachment/index.md +++ b/files/fr/web/css/background-attachment/index.md @@ -51,7 +51,7 @@ La propriété `background-attachment` est définie avec un des mots-clés de la ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -68,7 +68,7 @@ p { #### Résultat -{{EmbedLiveSample("")}} +{{EmbedLiveSample("Exemple_simple")}} ### Gestion de plusieurs arrière-plans @@ -78,7 +78,7 @@ On peut utiliser cette propriété lorsqu'on travaille avec plusieurs images en ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/fr/web/css/background-image/index.md b/files/fr/web/css/background-image/index.md index 97f83873561f94..3dffaa697f0f30 100644 --- a/files/fr/web/css/background-image/index.md +++ b/files/fr/web/css/background-image/index.md @@ -33,7 +33,7 @@ background-image: linear-gradient( rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) ), - url("catfront.png"); + url("cat-front.png"); /* Valeur avec un mot-clé */ background-image: none; @@ -103,7 +103,7 @@ div { } .catsandstars { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-color: transparent; } ``` diff --git a/files/fr/web/css/background-position/index.md b/files/fr/web/css/background-position/index.md index a2e027708116a1..e3a76fca1e76e6 100644 --- a/files/fr/web/css/background-position/index.md +++ b/files/fr/web/css/background-position/index.md @@ -159,10 +159,10 @@ div { /* On utilise la propriété raccourcie background */ .exemple_un { - background: url("startransparent.gif") #ffee99 2.5cm bottom no-repeat; + background: url("star-transparent.gif") #ffee99 2.5cm bottom no-repeat; } .exemple_deux { - background: url("startransparent.gif") #ffee99 left 4em bottom 1em no-repeat; + background: url("star-transparent.gif") #ffee99 left 4em bottom 1em no-repeat; } /* @@ -171,7 +171,7 @@ différemment, on voit les virgules dans les déclarations. L'ordre est le même entre background-image et -position. */ .exemple_trois { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-position: 0px 0px, right 3em bottom 2em; diff --git a/files/fr/web/css/background-repeat/index.md b/files/fr/web/css/background-repeat/index.md index 9a87a003265eb9..a36c6b90f262c2 100644 --- a/files/fr/web/css/background-repeat/index.md +++ b/files/fr/web/css/background-repeat/index.md @@ -144,7 +144,7 @@ li { margin-bottom: 12px; } div { - background-image: url(starsolid.gif); + background-image: url(star-solid.gif); width: 160px; height: 70px; } @@ -171,7 +171,7 @@ div { /* Plusieurs images */ .sept { - background-image: url(starsolid.gif), url(favicon.png); + background-image: url(star-solid.gif), url(favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; } diff --git a/files/fr/web/css/background/index.md b/files/fr/web/css/background/index.md index b6fa749f833dac..b6dbbe8adb868b 100644 --- a/files/fr/web/css/background/index.md +++ b/files/fr/web/css/background/index.md @@ -117,7 +117,7 @@ Les navigateurs ne fournissent pas d'informations spécifiques aux outils d'assi } .banniere { - background: url("starsolid.gif") #99f repeat-y fixed; + background: url("star-solid.gif") #99f repeat-y fixed; } ``` diff --git a/files/fr/web/css/list-style-image/index.md b/files/fr/web/css/list-style-image/index.md index 2bc34a3a99ce22..793e025f9f6795 100644 --- a/files/fr/web/css/list-style-image/index.md +++ b/files/fr/web/css/list-style-image/index.md @@ -21,7 +21,7 @@ On peut également utiliser la propriété raccourcie [`list-style`](/fr/docs/We list-style-image: none; /* Valeurs pointant vers une image */ -list-style-image: url("starsolid.gif"); +list-style-image: url("star-solid.gif"); /* Valeurs avec une image */ list-style-image: linear-gradient(to left bottom, red, blue); @@ -65,13 +65,13 @@ list-style-image: unset; ```css ul { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` #### Résultat -{{EmbedLiveSample('')}} +{{EmbedLiveSample('Utiliser_une_URL')}} ### Utiliser un dégradé @@ -95,7 +95,7 @@ ul { #### Résultat -{{EmbedLiveSample('')}} +{{EmbedLiveSample('Utiliser_un_dégradé')}} ## Spécifications diff --git a/files/fr/web/css/list-style-position/index.md b/files/fr/web/css/list-style-position/index.md index a673281c40944e..6d7e16750589ae 100644 --- a/files/fr/web/css/list-style-position/index.md +++ b/files/fr/web/css/list-style-position/index.md @@ -92,13 +92,13 @@ La propriété `list-style-position` est définie avec l'un des mots-clés suiva .trois { list-style-position: inside; - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` #### Résultat -{{EmbedLiveSample('', 200, 420)}} +{{EmbedLiveSample("Définition_de_la_position_des_éléments_d'une_liste", 200, 420)}} ## Spécifications diff --git a/files/ja/web/css/background-attachment/index.md b/files/ja/web/css/background-attachment/index.md index 14ab6c7611dfa8..d57c188e7b50f7 100644 --- a/files/ja/web/css/background-attachment/index.md +++ b/files/ja/web/css/background-attachment/index.md @@ -64,7 +64,7 @@ background-attachment: unset; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -99,7 +99,7 @@ p { ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/ja/web/css/background-position/index.md b/files/ja/web/css/background-position/index.md index e7d3695baabc12..dfeb251bd828d6 100644 --- a/files/ja/web/css/background-position/index.md +++ b/files/ja/web/css/background-position/index.md @@ -154,16 +154,16 @@ div { /* これらの例は background 一括指定プロパティを使用しています */ .exampleone { - background: url("startransparent.gif") #ffee99 2.5cm bottom no-repeat; + background: url("star-transparent.gif") #ffee99 2.5cm bottom no-repeat; } .exampletwo { - background: url("startransparent.gif") #ffee99 left 4em bottom 1em no-repeat; + background: url("star-transparent.gif") #ffee99 left 4em bottom 1em no-repeat; } /* 複数の背景画像: 各画像は対応する位置スタイルに、 最初に指定されたものから順に対応付けられます。 */ .examplethree { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-position: 0px 0px, right 3em bottom 2em; diff --git a/files/ja/web/css/background-repeat/index.md b/files/ja/web/css/background-repeat/index.md index b91376f761e8ee..a019989e6e6e4c 100644 --- a/files/ja/web/css/background-repeat/index.md +++ b/files/ja/web/css/background-repeat/index.md @@ -169,7 +169,7 @@ li { margin-bottom: 12px; } div { - background-image: url(starsolid.gif); + background-image: url(star-solid.gif); width: 160px; height: 70px; } @@ -196,7 +196,7 @@ div { /* 複数の画像 */ .seven { - background-image: url(starsolid.gif), url(favicon32.png); + background-image: url(star-solid.gif), url(favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; } diff --git a/files/ja/web/css/background/index.md b/files/ja/web/css/background/index.md index b645039c612a15..7f212da2e0e320 100644 --- a/files/ja/web/css/background/index.md +++ b/files/ja/web/css/background/index.md @@ -127,13 +127,13 @@ background: repeat scroll 0% 0% / auto padding-box border-box none transparent; } .topbanner { - background: url("starsolid.gif") #99f repeat-y fixed; + background: url("star-solid.gif") #99f repeat-y fixed; } ``` #### 結果 -{{EmbedLiveSample("Setting_backgrounds_with_color_keywords_and_images")}} +{{EmbedLiveSample("色キーワードと画像による背景の設定")}} ## 仕様書 diff --git a/files/ja/web/css/list-style-image/index.md b/files/ja/web/css/list-style-image/index.md index af9bdc44bfb8a6..d885acdf5683e5 100644 --- a/files/ja/web/css/list-style-image/index.md +++ b/files/ja/web/css/list-style-image/index.md @@ -21,7 +21,7 @@ slug: Web/CSS/list-style-image list-style-image: none; /* 値 */ -list-style-image: url("starsolid.gif"); +list-style-image: url("star-solid.gif"); /* 有効な画像値 */ list-style-image: linear-gradient(to left bottom, red, blue); @@ -65,7 +65,7 @@ list-style-image: unset; ```css ul { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` diff --git a/files/ja/web/css/list-style-position/index.md b/files/ja/web/css/list-style-position/index.md index 775467680b8376..49113d90688a39 100644 --- a/files/ja/web/css/list-style-position/index.md +++ b/files/ja/web/css/list-style-position/index.md @@ -92,7 +92,7 @@ list-style-position: unset; .inside-img { list-style-position: inside; - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` diff --git a/files/ko/web/css/background-attachment/index.md b/files/ko/web/css/background-attachment/index.md index 3e2368336d638f..3d6e3fcefbe687 100644 --- a/files/ko/web/css/background-attachment/index.md +++ b/files/ko/web/css/background-attachment/index.md @@ -60,7 +60,7 @@ background-attachment: unset; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -95,7 +95,7 @@ p { ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/ko/web/css/background-image/index.md b/files/ko/web/css/background-image/index.md index fe36eada2d12d6..6407b2f20cd312 100644 --- a/files/ko/web/css/background-image/index.md +++ b/files/ko/web/css/background-image/index.md @@ -30,7 +30,7 @@ background-image: linear-gradient( rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) ), - url("catfront.png"); + url("cat-front.png"); ``` ### 값 @@ -87,7 +87,7 @@ div { } .catsandstars { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-color: transparent; } ``` diff --git a/files/ko/web/css/background-repeat/index.md b/files/ko/web/css/background-repeat/index.md index 9b1253644c7727..6ec578ab52f46a 100644 --- a/files/ko/web/css/background-repeat/index.md +++ b/files/ko/web/css/background-repeat/index.md @@ -154,7 +154,7 @@ li { margin-bottom: 12px; } div { - background-image: url(starsolid.gif); + background-image: url(star-solid.gif); width: 160px; height: 70px; } @@ -181,8 +181,7 @@ div { /* Multiple images */ .seven { - background-image: url(starsolid.gif), - url(https://developer.mozilla.org/static/img/favicon32.png); + background-image: url(star-solid.gif), url(favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; } diff --git a/files/ko/web/css/background/index.md b/files/ko/web/css/background/index.md index 040f1012fc3b2c..ee1ebb5a8e92a2 100644 --- a/files/ko/web/css/background/index.md +++ b/files/ko/web/css/background/index.md @@ -110,7 +110,7 @@ background: no-repeat center/80% url("../img/image.png"); } .topbanner { - background: url("starsolid.gif") #99f repeat-y fixed; + background: url("star-solid.gif") #99f repeat-y fixed; } ``` diff --git a/files/pt-br/web/css/background-attachment/index.md b/files/pt-br/web/css/background-attachment/index.md index 74f85dcdf66340..f5a938f293e95d 100644 --- a/files/pt-br/web/css/background-attachment/index.md +++ b/files/pt-br/web/css/background-attachment/index.md @@ -42,7 +42,7 @@ background-attachment: inherit; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -59,7 +59,7 @@ p { #### Resultado -{{EmbedLiveSample("Simple_example")}} +{{EmbedLiveSample("Exemplo_simpes")}} ### Suporte de múltiplas imagem de background @@ -69,7 +69,7 @@ Essa propriedade suporta múltiplas imagens de background. Você pode especifica ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/pt-br/web/css/background/index.md b/files/pt-br/web/css/background/index.md index 3ccd194befdf13..dff492a56fecd8 100644 --- a/files/pt-br/web/css/background/index.md +++ b/files/pt-br/web/css/background/index.md @@ -79,7 +79,7 @@ Um ou mais dos seguintes, por qualquer ordem: } .Topbanner { - background: url("starsolid.gif") #00d repeat-y fixed; + background: url("star-solid.gif") #00d repeat-y fixed; } ``` diff --git a/files/ru/web/css/background-attachment/index.md b/files/ru/web/css/background-attachment/index.md index 8e78b28b2845e2..690b0880045571 100644 --- a/files/ru/web/css/background-attachment/index.md +++ b/files/ru/web/css/background-attachment/index.md @@ -58,7 +58,7 @@ background-attachment: unset; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -93,7 +93,7 @@ p { ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/ru/web/css/background-image/index.md b/files/ru/web/css/background-image/index.md index edcba6e1aad863..b34815e6a87987 100644 --- a/files/ru/web/css/background-image/index.md +++ b/files/ru/web/css/background-image/index.md @@ -74,7 +74,7 @@ p { } .catsandstars { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-color: transparent; } ``` diff --git a/files/ru/web/css/background-position/index.md b/files/ru/web/css/background-position/index.md index 37d66f2b823710..e743e028ca3d01 100644 --- a/files/ru/web/css/background-position/index.md +++ b/files/ru/web/css/background-position/index.md @@ -88,19 +88,19 @@ div { /* В этих примерах используется сокращённое свойство 'background' */ .exampleone { - background: url("startransparent.gif") #ffee99 2.5cm bottom no-repeat; + background: url("star-transparent.gif") #ffee99 2.5cm bottom no-repeat; } .exampletwo { - background: url("startransparent.gif") #ffee99 3em 50% no-repeat; + background: url("star-transparent.gif") #ffee99 left 4em bottom 1em no-repeat; } /* Несколько фоновых изображений: каждое изображение сопоставляется с соответствующей позицией, от первого указанного до последнего. */ .examplethree { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-position: 0px 0px, - center; + right 3em bottom 2em; } ``` diff --git a/files/ru/web/css/background-repeat/index.md b/files/ru/web/css/background-repeat/index.md index 6fdd4ffd7a26fc..ecc394fe1ea522 100644 --- a/files/ru/web/css/background-repeat/index.md +++ b/files/ru/web/css/background-repeat/index.md @@ -95,7 +95,7 @@ li { margin-bottom: 12px; } div { - background-image: url(starsolid.gif); + background-image: url(star-solid.gif); width: 144px; height: 84px; } @@ -116,8 +116,7 @@ div { /* Несколько изображений */ .five { - background-image: url(starsolid.gif), - url(https://developer.mozilla.org/static/img/favicon32.png); + background-image: url(star-solid.gif), url(favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; } diff --git a/files/ru/web/css/background/index.md b/files/ru/web/css/background/index.md index fb30513a684ad0..c4bf3220f97c59 100644 --- a/files/ru/web/css/background/index.md +++ b/files/ru/web/css/background/index.md @@ -76,7 +76,7 @@ background: no-repeat center/80% url("../img/image.png"); } .topbanner { - background: url("starsolid.gif") #00d repeat-y fixed; + background: url("star-solid.gif") #00d repeat-y fixed; } ``` diff --git a/files/ru/web/css/list-style-image/index.md b/files/ru/web/css/list-style-image/index.md index ee35c94a8363a1..5e7f3d467fd1a8 100644 --- a/files/ru/web/css/list-style-image/index.md +++ b/files/ru/web/css/list-style-image/index.md @@ -21,7 +21,7 @@ slug: Web/CSS/list-style-image list-style-image: none; /* значения */ -list-style-image: url("starsolid.gif"); +list-style-image: url("star-solid.gif"); /* Глобальные значения */ list-style-image: inherit; @@ -55,7 +55,7 @@ list-style-image: unset; ```css ul { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` diff --git a/files/zh-cn/web/css/background-attachment/index.md b/files/zh-cn/web/css/background-attachment/index.md index cf622d2e5c0446..87d25f79d8138f 100644 --- a/files/zh-cn/web/css/background-attachment/index.md +++ b/files/zh-cn/web/css/background-attachment/index.md @@ -44,7 +44,7 @@ background-attachment: unset; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -71,7 +71,7 @@ p { ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; } diff --git a/files/zh-cn/web/css/background-image/index.md b/files/zh-cn/web/css/background-image/index.md index 8348fb6d88084e..763c5bb8ed9c47 100644 --- a/files/zh-cn/web/css/background-image/index.md +++ b/files/zh-cn/web/css/background-image/index.md @@ -30,7 +30,7 @@ background-image: linear-gradient( rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) ), - url("catfront.png"); + url("cat-front.png"); ``` ### 取值 @@ -74,7 +74,7 @@ div { } .catsandstars { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-color: transparent; } ``` diff --git a/files/zh-cn/web/css/background-position/index.md b/files/zh-cn/web/css/background-position/index.md index 96f78e5b3e3990..6b2f7ace6e6126 100644 --- a/files/zh-cn/web/css/background-position/index.md +++ b/files/zh-cn/web/css/background-position/index.md @@ -151,15 +151,15 @@ div { /* 这些例子使用 `background` 缩写 */ .exampleone { - background: url("startransparent.gif") #ffee99 2.5cm bottom no-repeat; + background: url("star-transparent.gif") #ffee99 2.5cm bottom no-repeat; } .exampletwo { - background: url("startransparent.gif") #ffee99 left 4em bottom 1em no-repeat; + background: url("star-transparent.gif") #ffee99 left 4em bottom 1em no-repeat; } /* 多背景图片:每个图片依次和相应的 `background-position` 匹配 */ .examplethree { - background-image: url("startransparent.gif"), url("catfront.png"); + background-image: url("star-transparent.gif"), url("cat-front.png"); background-position: 0px 0px, right 3em bottom 2em; diff --git a/files/zh-cn/web/css/background-repeat/index.md b/files/zh-cn/web/css/background-repeat/index.md index 692c447a96d54e..e3ae080937b7fe 100644 --- a/files/zh-cn/web/css/background-repeat/index.md +++ b/files/zh-cn/web/css/background-repeat/index.md @@ -96,9 +96,9 @@ li { margin-bottom: 12px; } div { - background-image: url(starsolid.gif); - width: 144px; - height: 84px; + background-image: url(star-solid.gif); + width: 160px; + height: 70px; } /* 因为 space 和 round 当前没有被广泛支持的,所以没有添加*/ @@ -117,7 +117,7 @@ div { /* Multiple images */ .five { - background-image: url(starsolid.gif), url(favicon32.png); + background-image: url(star-solid.gif), url(favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; } diff --git a/files/zh-cn/web/css/background/index.md b/files/zh-cn/web/css/background/index.md index 7dc37a90f95f54..04abf9e0e533ce 100644 --- a/files/zh-cn/web/css/background/index.md +++ b/files/zh-cn/web/css/background/index.md @@ -92,7 +92,7 @@ background: no-repeat center/80% url("../img/image.png"); } .topbanner { - background: url("starsolid.gif") #99f repeat-y fixed; + background: url("star-solid.gif") #99f repeat-y fixed; } ``` diff --git a/files/zh-cn/web/css/list-style-image/index.md b/files/zh-cn/web/css/list-style-image/index.md index b6495deef40d0f..f4e2b613438f6d 100644 --- a/files/zh-cn/web/css/list-style-image/index.md +++ b/files/zh-cn/web/css/list-style-image/index.md @@ -20,7 +20,7 @@ slug: Web/CSS/list-style-image list-style-image: none; /* values */ -list-style-image: url("starsolid.gif"); +list-style-image: url("star-solid.gif"); /* Global values */ list-style-image: inherit; @@ -54,7 +54,7 @@ list-style-image: unset; ```css ul { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); } ``` diff --git a/files/zh-cn/web/css/list-style-position/index.md b/files/zh-cn/web/css/list-style-position/index.md index 50e0fadbaa91ca..f9a22caa43c203 100644 --- a/files/zh-cn/web/css/list-style-position/index.md +++ b/files/zh-cn/web/css/list-style-position/index.md @@ -76,7 +76,7 @@ list-style-position: unset; } .three { - list-style-image: url("starsolid.gif"); + list-style-image: url("star-solid.gif"); list-style-position: inherit; } ``` diff --git a/files/zh-tw/web/css/background-attachment/index.md b/files/zh-tw/web/css/background-attachment/index.md index 55cf1a14806806..fa3f14f2e4c61f 100644 --- a/files/zh-tw/web/css/background-attachment/index.md +++ b/files/zh-tw/web/css/background-attachment/index.md @@ -56,7 +56,7 @@ background-attachment: unset; ```css p { - background-image: url("starsolid.gif"); + background-image: url("star-solid.gif"); background-attachment: fixed; } ``` @@ -91,7 +91,7 @@ p { ```css p { - background-image: url("starsolid.gif"), url("startransparent.gif"); + background-image: url("star-solid.gif"), url("star-transparent.gif"); background-attachment: fixed, scroll; background-repeat: no-repeat, repeat-y; }