diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-07 12:09:07 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-06-19 23:03:32 +0900 |
commit | 1c28547ac82df0bd3dbc3213fc33bd233a4155db (patch) | |
tree | 9720a96497e51df86f740d8c981f5bb3f7631a7f /files/ja/web/css | |
parent | f472b8f882ab52e2b45e5d95d20f0f88c633cccb (diff) | |
download | translated-content-1c28547ac82df0bd3dbc3213fc33bd233a4155db.tar.gz translated-content-1c28547ac82df0bd3dbc3213fc33bd233a4155db.tar.bz2 translated-content-1c28547ac82df0bd3dbc3213fc33bd233a4155db.zip |
Web/CSS/border-block-style を更新
Diffstat (limited to 'files/ja/web/css')
-rw-r--r-- | files/ja/web/css/border-block-style/index.html | 50 |
1 files changed, 29 insertions, 21 deletions
diff --git a/files/ja/web/css/border-block-style/index.html b/files/ja/web/css/border-block-style/index.html index 9010e1979b..a23f7a8e56 100644 --- a/files/ja/web/css/border-block-style/index.html +++ b/files/ja/web/css/border-block-style/index.html @@ -8,46 +8,54 @@ tags: - CSS プロパティ - CSS 論理的プロパティ - Experimental + - Non-standard - Reference + - 'recipe:css-property' +browser-compat: css.properties.border-block-style translation_of: Web/CSS/border-block-style --- -<div>{{CSSRef}}{{SeeCompatTable}}</div> +<div>{{CSSRef}}</div> -<p><strong><code>border-block-style</code></strong> は <a href="/ja/docs/Web/CSS" title="CSS">CSS</a> のプロパティで、要素の論理的なブロック方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{cssxref("border-top-style")}} と {{cssxref("border-bottom-style")}}、または {{cssxref("border-right-style")}} と {{cssxref("border-left-style")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。</p> +<p><strong><code>border-block-style</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> のプロパティで、要素の論理的なブロック方向の境界のスタイルを定義し、それが要素の書字方向やテキストの方向に応じて物理的な境界のスタイルに対応付けられます。これは {{cssxref("border-top-style")}} と {{cssxref("border-bottom-style")}}、または {{cssxref("border-left-style")}} と {{cssxref("border-right-style")}} のどちらかに対応し、どちらに対応するかは {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}} で定義された値によって決まります。</p> -<pre class="brush:css no-line-numbers">/* <'border-style'> 値 */ -border-block-style: dashed; -border-block-style: dotted; -border-block-style: groove; -</pre> +<div>{{EmbedInteractiveExample("pages/css/border-block-style.html")}}</div> -<p>他の方向の境界については、 {{cssxref("border-block-style")}} によって、 {{cssxref("border-block-start-style")}} と {{cssxref("border-block-end-style")}} の両方を設定することができます。</p> +<p>他の方向の境界については、 {{cssxref("border-inline-style")}} によって、 {{cssxref("border-inline-start-style")}} と {{cssxref("border-inline-end-style")}} の両方を設定することができます。</p> -<p>{{cssinfo}}</p> +<h2 id="Syntax">構文</h2> -<h2 id="構文">構文</h2> +<pre class="brush:css no-line-numbers">/* <'border-style'> 値 */ +border-block-style: dashed; +border-block-style: dotted; +border-block-style: groove;</pre> -<h3 id="Values" name="Values">値</h3> +<h3 id="Values">値</h3> <dl> <dt><code><'border-style'></code></dt> <dd>境界のスタイルです。 {{cssxref("border-style")}} を参照してください。</dd> </dl> -<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> +<h2 id="Formal_definition">公式定義</h2> + +<p>{{CSSInfo}}</p> + +<h2 id="Formal_syntax">形式文法</h2> {{csssyntax}} -<h2 id="Example" name="Example">例</h2> +<h2 id="Example">例</h2> -<h3 id="HTML">HTML</h3> +<h3 id="Dashed_border_with_vertical_text">縦書きでの破線の境界</h3> + +<h4 id="HTML">HTML</h4> <pre class="brush: html"><div> <p class="exampleText">Example text</p> </div> </pre> -<h3 id="CSS">CSS</h3> +<h4 id="CSS">CSS</h4> <pre class="brush: css">div { background-color: yellow; @@ -61,9 +69,11 @@ border-block-style: groove; border-block-style: dashed; }</pre> -<p>{{EmbedLiveSample("Example", 140, 140)}}</p> +<h4 id="Results">結果</h4> + +<p>{{EmbedLiveSample("Dashed_border_with_vertical_text", 140, 140)}}</p> -<h2 id="Specifications" name="Specifications">仕様書</h2> +<h2 id="Specifications">仕様書</h2> <table class="standard-table"> <thead> @@ -82,15 +92,13 @@ border-block-style: groove; </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - -<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> <p>{{Compat("css.properties.border-block-style")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li>このプロパティは {{cssxref("border-top-style")}}, {{cssxref("border-right-style")}}, {{cssxref("border-bottom-style")}}, {{cssxref("border-left-style")}} のうちの1つに対応します</li> + <li>このプロパティは {{cssxref("border-top-style")}}, {{cssxref("border-right-style")}}, {{cssxref("border-bottom-style")}}, {{cssxref("border-left-style")}} のうちの 1 つに対応します</li> <li>{{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}</li> </ul> |