diff options
Diffstat (limited to 'files/ru/web/css/css_writing_modes/index.html')
-rw-r--r-- | files/ru/web/css/css_writing_modes/index.html | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/files/ru/web/css/css_writing_modes/index.html b/files/ru/web/css/css_writing_modes/index.html index 4d2b270459..c73cf68b59 100644 --- a/files/ru/web/css/css_writing_modes/index.html +++ b/files/ru/web/css/css_writing_modes/index.html @@ -34,4 +34,29 @@ translation_of: Web/CSS/CSS_Writing_Modes <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS3 Writing Modes')}}</td> + <td>{{Spec2('CSS3 Writing Modes')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS2.1', 'text.html')}}</td> + <td>{{Spec2('CSS2.1')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS1')}}</td> + <td>{{Spec2('CSS1')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> |