diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 15:58:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 15:58:36 +0300 |
| commit | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch) | |
| tree | 82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/svg/svg_as_an_image | |
| parent | a68152ef9cd653f92705683592d4652b617ab02c (diff) | |
| download | translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2 translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip | |
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web/svg/svg_as_an_image')
| -rw-r--r-- | files/ru/web/svg/svg_as_an_image/index.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/files/ru/web/svg/svg_as_an_image/index.html b/files/ru/web/svg/svg_as_an_image/index.html index 24aee5a617..bb155060c5 100644 --- a/files/ru/web/svg/svg_as_an_image/index.html +++ b/files/ru/web/svg/svg_as_an_image/index.html @@ -37,7 +37,31 @@ translation_of: Web/SVG/SVG_as_an_Image <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{SpecName("HTML5 W3C", "semantics-embedded-content.html#the-img-element", "SVG within <img> element")}} + </td> + <td>{{Spec2("HTML5 W3C")}}</td> + <td> Defines the usage of SVG within {{HTMLElement("img")}} elements. + </td> + </tr> + <tr> + <td> {{SpecName("CSS3 Backgrounds", "#the-background-image", "SVG within 'background-image' CSS property")}} + </td> + <td>{{Spec2("CSS3 Backgrounds")}}</td> + <td> Defines the usage of SVG within the {{cssxref("background-image")}} property. + </td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> |
