diff options
Diffstat (limited to 'files/ru/web/css/css_table/index.html')
| -rw-r--r-- | files/ru/web/css/css_table/index.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/files/ru/web/css/css_table/index.html b/files/ru/web/css/css_table/index.html index 89ad3326f8..3c34ab61d3 100644 --- a/files/ru/web/css/css_table/index.html +++ b/files/ru/web/css/css_table/index.html @@ -33,4 +33,19 @@ translation_of: Web/CSS/CSS_Table <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS2.1", "tables.html")}}</td> + <td>{{Spec2("CSS2.1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> |
