diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-13 02:48:17 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-20 00:18:27 +0900 |
commit | 7bea467f7625860eb2cb680d2704507fe4626e1a (patch) | |
tree | 5791cc87d4f7b3e336931ef1e4c94f10615e3acc /files | |
parent | 8ddcf8980adfc28f9f8a4842aac24c4de1fabe52 (diff) | |
download | translated-content-7bea467f7625860eb2cb680d2704507fe4626e1a.tar.gz translated-content-7bea467f7625860eb2cb680d2704507fe4626e1a.tar.bz2 translated-content-7bea467f7625860eb2cb680d2704507fe4626e1a.zip |
Update index.md
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/manifest/orientation/index.md | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/files/ja/web/manifest/orientation/index.md b/files/ja/web/manifest/orientation/index.md index ef25754472..23b51d4d72 100644 --- a/files/ja/web/manifest/orientation/index.md +++ b/files/ja/web/manifest/orientation/index.md @@ -44,37 +44,14 @@ translation_of: Web/Manifest/orientation ## 例 -<pre class="brush: json"> "orientation": "portrait-primary"</pre> +```json +"orientation": "portrait-primary" +``` ## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - <th scope="col">フィードバック</th> - </tr> - </thead> - <tbody> - <tr> - <td> - {{SpecName('Manifest', '#orientation-member', 'orientation')}} - </td> - <td> - {{Spec2('Manifest')}} - </td> - <td> - 初回定義 - </td> - <td> - [Web App Manifest Working Group drafts](https://github.com/w3c/manifest/issues/) - </td> - </tr> - </tbody> -</table> +{{Specifications}} ## ブラウザーの互換性 -{{Compat("html.manifest.orientation")}} +{{Compat}} |