unicode-bidi 双方向アルゴリズムに関連付けられた埋め込みを設定します
構文:
unicode-bidi : normal | bidi-override | embed
パラメータ:
normal : Object インライン機能の場合、オブジェクト境界を越えた暗黙的な並べ替えを行う追加の埋め込みレイヤーをオンにしません。 work
embed: オブジェクトは追加の埋め込みレイヤーを開きます。 direction 属性の値は埋め込みレイヤーを指定し、暗黙的な並べ替えはオブジェクト内で実行されます。 bidi-override: 並べ替えは厳密に direct 属性の値に基づいて行われます。 。暗黙的な双方向操作ルールを無視します 説明:
同じページ上で異なる方向から読み取られるテキストを表示するために使用されます。方向属性とともに使用されます。
方向属性をインライン テキストに適用する場合は、unicode-bidi 属性を embed または bidi-override に設定する必要があります。
対応するスクリプト機能は unicodeBidi です。私が書いた他の本もご覧ください。
例:
p { direction: rtl; unicode-bidi: bidi-override; }
標準情報
このプロパティは、カスケード スタイル シート (CSS)、レベル 2 (CSS2) で定義されています。
応募先
a, abbr, acronym, address, b, bdo, big, blockquote, body, button, caption, center, cite, code, col, colgroup, custom, dd, defaults, del, dfn, p, dl, dt, em, embed, fieldset, font, form, hn, i, img, input type=button, input type=checkbox, input type=file, input type=image, input type=password, input type=radio, input type=reset, input type=submit, input type=text, ins, li, object, ol, option, p, q, rt, ruby, s, select, span, sub, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var, xmp
以上がCSS unicode-bidi 属性の用途と意味の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。