diff options
Diffstat (limited to 'files/ru/web/css/css_images/index.html')
| -rw-r--r-- | files/ru/web/css/css_images/index.html | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/files/ru/web/css/css_images/index.html b/files/ru/web/css/css_images/index.html index d538a74c5c..fa521b71f0 100644 --- a/files/ru/web/css/css_images/index.html +++ b/files/ru/web/css/css_images/index.html @@ -55,4 +55,44 @@ translation_of: Web/CSS/CSS_Images <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS4 Images")}}</td> + <td>{{Spec2("CSS4 Images")}}</td> + <td>Added {{CSSxRef("image-resolution")}}, {{CSSxRef("conic-gradient")}}, and {{CSSxRef("_image", "image()")}}</td> + </tr> + <tr> + <td>{{SpecName("CSS3 Images")}}</td> + <td>{{Spec2("CSS3 Images")}}</td> + <td>Added {{CSSxRef("image-orientation")}}, {{CSSxRef("image-rendering")}}, {{CSSxRef("object-fit")}} and {{CSSxRef("object-position")}}</td> + </tr> + <tr> + <td>{{SpecName("Compat", "#css-%3Cimage%3E-type", "CSS Gradients")}}</td> + <td>{{Spec2("Compat")}}</td> + <td>Standardizes the <code>-webkit</code> prefixed gradient value functions</td> + </tr> + <tr> + <td>{{SpecName("CSS3 Values", "#urls", "<url>")}}</td> + <td>{{Spec2("CSS3 Values")}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName("CSS2.1", "syndata.html#uri", "<uri>")}}</td> + <td>{{Spec2("CSS2.1")}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName("CSS1", "#url", "<url>")}}</td> + <td>{{Spec2("CSS1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> |
