aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/custom-ident/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 15:58:36 +0300
committerGitHub <noreply@github.com>2021-10-27 15:58:36 +0300
commit56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch)
tree82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/css/custom-ident/index.html
parenta68152ef9cd653f92705683592d4652b617ab02c (diff)
downloadtranslated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web/css/custom-ident/index.html')
-rw-r--r--files/ru/web/css/custom-ident/index.html47
1 files changed, 46 insertions, 1 deletions
diff --git a/files/ru/web/css/custom-ident/index.html b/files/ru/web/css/custom-ident/index.html
index 1e48ff731e..a10f1d9dee 100644
--- a/files/ru/web/css/custom-ident/index.html
+++ b/files/ru/web/css/custom-ident/index.html
@@ -78,7 +78,52 @@ bili.bob Только буквы, цифры, _ и - можно не э
<h2 id="Спецификации">Спецификации</h2>
-{{Specifications}}
+<table>
+ <thead>
+ <tr>
+ <th>Specification</th>
+ <th>Status</th>
+ <th>Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('CSS4 Values', '#custom-idents', '<code>&lt;custom-ident&gt;</code>')}}</td>
+ <td>{{Spec2('CSS4 Values')}}</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS Will Change', '#valdef-will-change-custom-ident', '<code>&lt;custom-ident&gt;</code> for <code>will-change</code>')}}</td>
+ <td>{{Spec2('CSS Will Change')}}</td>
+ <td>Defines which values are excluded for {{CSSxRef("will-change")}}.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS3 Counter Styles', '#typedef-counter-style-name', '<code>&lt;custom-ident&gt;</code> for <code>list-style-type</code>')}}</td>
+ <td>{{Spec2('CSS3 Counter Styles')}}</td>
+ <td>Uses <code>&lt;custom-ident&gt;</code> instead of a finite list of keywords. Defines which values are excluded for {{CSSxRef("list-style-type")}} and {{CSSxRef("@counter-style")}}.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS3 Lists', '#counter-properties', '<code>&lt;custom-ident&gt;</code> for <code>counter-*</code>')}}</td>
+ <td>{{Spec2('CSS3 Lists')}}</td>
+ <td>Renames <code>&lt;identifier&gt;</code> to <code>&lt;custom-ident&gt;</code>. Adds its usage to the new <code>counter-set</code> property.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS3 Animations', '#typedef-single-animation-name', '<code>&lt;custom-ident&gt;</code> for <code>animation-name</code>')}}</td>
+ <td>{{Spec2('CSS3 Animations')}}</td>
+ <td>Defines which values are excluded for {{CSSxRef("animation-name")}}.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS3 Values', '#custom-idents', '<code>&lt;custom-ident&gt;</code>')}}</td>
+ <td>{{Spec2('CSS3 Values')}}</td>
+ <td>Renames <code>&lt;identifier&gt;</code> to <code>&lt;custom-ident&gt;</code>. Makes it a pseudo-type and forbids the use of excluded values.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('CSS2.1', 'syndata.html#value-def-identifier', '<code>&lt;identifier&gt;</code>')}}</td>
+ <td>{{Spec2('CSS2.1')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>