diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-18 12:29:30 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-26 23:17:41 +0900 |
commit | ebde2ff8adc34934e9f3ea8fb7644e771122b3c6 (patch) | |
tree | 7a07c8ff26370e25a4466775b337ed2744ce1e03 /files/ja/web/css/image/image()/index.md | |
parent | 12dcd99f1954265d69c461fe2c2a477b52ce735c (diff) | |
download | translated-content-ebde2ff8adc34934e9f3ea8fb7644e771122b3c6.tar.gz translated-content-ebde2ff8adc34934e9f3ea8fb7644e771122b3c6.tar.bz2 translated-content-ebde2ff8adc34934e9f3ea8fb7644e771122b3c6.zip |
CSS Box Alignments 関係の文書を更新
- 2021/10/17 時点の英語版に同期
- 一部および画像は新規翻訳
Diffstat (limited to 'files/ja/web/css/image/image()/index.md')
-rw-r--r-- | files/ja/web/css/image/image()/index.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/ja/web/css/image/image()/index.md b/files/ja/web/css/image/image()/index.md index 0463f6e6c1..e34c87244d 100644 --- a/files/ja/web/css/image/image()/index.md +++ b/files/ja/web/css/image/image()/index.md @@ -79,7 +79,6 @@ xywh=percent:25,25,50,50 /* results in a 50%x50% image at x=25% and y=25% */ <h3 id="Directionally-sensitive_images">書字方向を意識した画像</h3> ```html -<ul> <li dir="ltr">行頭記号が左側で右向きの矢印になります。</li> <li dir="rtl">行頭記号は同じ矢印で、左を指します。</li> </ul> |