diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 18:02:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 18:02:34 +0300 |
commit | 09d10136633355937867a21d65db64ae3c4d5829 (patch) | |
tree | 7405949290f874407855847c7832da361dd8f9d7 /files/ru/web/css/@media | |
parent | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (diff) | |
download | translated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.gz translated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.bz2 translated-content-09d10136633355937867a21d65db64ae3c4d5829.zip |
Использование макроса для вставки специфицикаций - 2 (#2883)
Diffstat (limited to 'files/ru/web/css/@media')
4 files changed, 4 insertions, 66 deletions
diff --git a/files/ru/web/css/@media/inverted-colors/index.html b/files/ru/web/css/@media/inverted-colors/index.html index 3044bc9991..71c2633f9b 100644 --- a/files/ru/web/css/@media/inverted-colors/index.html +++ b/files/ru/web/css/@media/inverted-colors/index.html @@ -59,22 +59,7 @@ translation_of: Web/CSS/@media/inverted-colors <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS4 Media Queries', '#inverted', 'inverted-colors')}}</td> - <td>{{Spec2('CSS4 Media Queries')}}</td> - <td>Отложено до Media Queries Level 5.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/css/@media/prefers-color-scheme/index.html b/files/ru/web/css/@media/prefers-color-scheme/index.html index d857696181..c2cc8a4ee2 100644 --- a/files/ru/web/css/@media/prefers-color-scheme/index.html +++ b/files/ru/web/css/@media/prefers-color-scheme/index.html @@ -64,24 +64,7 @@ translation_of: Web/CSS/@media/prefers-color-scheme <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td> - <p>{{SpecName('CSS5 Media Queries', '#descdef-media-prefers-color-scheme', 'prefers-color-scheme')}}</p> - </td> - <td>{{Spec2('CSS5 Media Queries')}}</td> - <td>Изначальное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/css/@media/prefers-reduced-motion/index.html b/files/ru/web/css/@media/prefers-reduced-motion/index.html index c89a4cc891..e921ad1976 100644 --- a/files/ru/web/css/@media/prefers-reduced-motion/index.html +++ b/files/ru/web/css/@media/prefers-reduced-motion/index.html @@ -126,22 +126,7 @@ translation_of: Web/CSS/@media/prefers-reduced-motion <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS5 Media Queries', '#descdef-media-prefers-reduced-motion', 'prefers-reduced-motion')}}</td> - <td>{{Spec2('CSS5 Media Queries')}}</td> - <td>Изначальное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/css/@media/scripting/index.html b/files/ru/web/css/@media/scripting/index.html index 1d2defc1c3..d181e59e81 100644 --- a/files/ru/web/css/@media/scripting/index.html +++ b/files/ru/web/css/@media/scripting/index.html @@ -59,22 +59,7 @@ translation_of: Web/CSS/@media/scripting <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS4 Media Queries', '#scripting', 'scripting')}}</td> - <td>{{Spec2('CSS4 Media Queries')}}</td> - <td>Отложено до Media Queries Level 5.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |