1. 序論
`この節は規範的である。^em ◎ This section is normative.
~CSSは、 ~source文書 — [ `要素@ ( `element^en ) (それは、 他の`要素$たち, `~text~node$たちを包含し得る), `~text~node@ ( `text node^en ) (それは、 ~textを包含し得る) ]たちが成す `~tree@ ( `tree^en )として組織化された文書 — を`~canvas$ (~screen/紙/音声~streamなど) 上に具現化する ( `render^en する) (~~描画する, ~~音声化する, 等々)。 ◎ CSS takes a source document organized as a tree of elements (which can contain a mix of other elements and text nodes) and text nodes (which can contain text), and renders it onto a canvas such as your screen, a piece of paper, or an audio stream.\
そのような どの~source文書も,~CSSで具現化し得るが、 最も共通的に利用される型【の~tree】は,~DOM `DOM$r である。 (一部の もっと複階的な型の~treeは、 他の型の~node — ~DOM内の~comment~nodeなど — も伴い得る。 ~CSSの目的においては、 それら追加的な型の~nodeはすべて,存在しなかったかのように無視される。) ◎ Although any such source document can be rendered with CSS, the most commonly used type is the the DOM. [DOM] (Some of these more complex tree types might have additional types of nodes, such as the comment nodes in the DOM. For the purposes of CSS, all of these additional types of nodes are ignored, as if they didn’t exist.)
これを行うため、 `~tree$から `~box~tree@ ( `box tree^en )と呼ばれる中間~構造を生成する。 それは、 具現化される文書の整形~構造を表現する。 `~box~tree$を成す各 `~box@ ( `box^en )は、 対応する`要素$(または`疑似要素$)を~canvas上の空間や時間において表現する。 同様に,`~box~tree$を成す各 `~text連列@ ( `text sequence^en ) 【旧称 “~text連なり( `text run^en )” 】 は、 対応する`~text~node$たちの内容を表現する。 ◎ To do this, it generates an intermediary structure, the box tree, which represents the formatting structure of the rendered document. Each box in the box tree represents its corresponding element (or pseudo-element) in space and/or time on the canvas, while each text sequence in the box tree likewise represents the contents of its corresponding text nodes.
~CSSは,`~box~tree$を作成するに先立って、 先ず`~cascade法と継承@~CASCADE#intro$を利用して,~source~tree内の各[ `要素$/`~text~node$ ]の各~CSS~propに`算出d値$をアテガう( `CSS-CASCADE-3$r を見よ)。 ◎ To create the box tree, CSS first uses cascading and inheritance, to assign a computed value for each CSS property to each element and text node in the source tree. (See [CSS-CASCADE-3].)
次に,各`要素$に対し、 その `display$p ~propの指定d値に従って, 0 個以上の`~box$を生成する。 要素は、 概して,単独の~box — `首要~box$ — を生成する — それは、 要素~自身を表現し,`~box~tree$内で要素の内容を包含する。 しかしながら,一部の `display$p 値(例: `list-item$v )は、 複数個の~box(例:`首要~塊~box$と子`~marker~box$)を生成させる。 一部の値( `none$v, `contents$v など)は、 `要素$やその子孫に全く`~box$を生成させなくする。 `~box$は、 その `display$p 型で指されることが多い — 例えば, `display:block$p を伴う要素により生成される`~box$は、 “塊~box” または単に “塊” とも呼ばれる。 ◎ Then, for each element, CSS generates zero or more boxes as specified by that element’s display property. Typically, an element generates a single box, the principal box, which represents itself and contains its contents in the box tree. However, some display values (e.g. display: list-item) generate more than one box (e.g. a principal block box and a child marker box). And some values (such as none or contents) cause the element and/or its descendants to not generate any boxes at all. Boxes are often referred to by their display type—e.g. a box generated by an element with display: block is called a “block box” or just a “block”.
他が指示されない限り、 `~box$には,それを生成した`要素$と同じ~styleがアテガわれる: ◎ A box is assigned the same styles as its generating element, unless otherwise indicated.\
- 一般に,`継承される~prop$は、 `首要~box$にアテガわれてから,同じ要素が生成する他のすべての~boxに — `~box~tree$を通して — 継承される。 ◎ In general, inherited properties are assigned to the principal box, and then inherit through the box tree to any other boxes generated by the same element.\
- 継承されない~propは, 既定では`首要~box$に適用されるが、 要素が複数個の~boxを生成するときには, 異なる~boxに適用するよう定義されることもある (例: ~table要素に適用される `border$p ~propは、 その`首要~box$である`~table包装~box$ではなく,`~table格子~box$に適用される)。 値の算出~処理nが,そのような異なる~boxの~styleを改めていて, 当の要素の~styleが要請された場合 ( `getComputedStyle()$c などを通して)、 その結果には,各~propごとに[ その~propが適用された~boxからの値 ]が反映される。 ◎ Non-inherited properties default to applying to the principal box, but when the element generates multiple boxes, are sometimes defined to apply to a different box: for example, the border properties applied to a table element are applied to its table grid box, not to its principal table wrapper box. If the value computation process alters the styles of those boxes, and the element’s style is requested (such as through getComputedStyle()), the element reflects, for each property, the value from the box to which that property was applied.
同様に,各[ 互いに同胞かつ連続している`~text~node$たちが成す連列 ]は、 それらの~text内容を包含する`~text連列$を生成し,当の`~text~node$たちと同じ~styleがアテガわれる。 ただし、 当の連列を成す どの`~text~node$も~textを包含しない場合,`~text連列$は生成されない。 ◎ Similarly, each contiguous sequence of sibling text nodes generates a text sequence containing their text contents, which is assigned the same styles as the generating text nodes. If the sequence contains no text, however, it does not generate a text sequence.
~box~treeを構築するとき、 要素が生成する~boxは,先祖~要素の`首要~box$の子孫になる。 一般の事例においては、 要素が生成する`首要~box$の【!直な】 `親~box@ ( `parent box^en )は,[ 要素の先祖であって `~box$を生成する要素のうち,要素に最も近いもの ]が生成する`首要~box$になる。 しかしながら、[ `同行見出し~box$【!`run-in$v box】/ 複数個の容器~boxを生成する`表示~型$(~tableなど)/ `匿名~box$が挟まれている ]など,例外もある。 ◎ In constructing the box tree, boxes generated by an element are descendants of the principal box of any ancestor elements. In the general case, the direct parent box of an element’s principal box is the principal box of its nearest ancestor element that generates a box; however, there are some exceptions, such as for run-in boxes, display types (like tables) that generate multiple container boxes, and intervening anonymous boxes.
`匿名~box@ ( `anonymous box^en )とは、 どの要素にも結付けられない~boxである。 `匿名~box$は、[ 特定0の入子化~構造が要求される状況下で,それが`要素~tree$から生成される~boxたちから供されていないとき ]に,`~box~tree$を修復するために生成される。 例えば,`~table~cell~box$は、 特定0の型の親~box(`~table~row~box$)を要求する。 その親が`~table~row~box$でない場合、 自身の周りに`匿名$な `~table~row~box$を生成することになる( `CSS2$r `§ 匿名~table~obj@~CSS2TABLE#anonymous-boxes$ を見よ)。 要素から生成される~boxは,その~styleを厳密に要素~treeを通して継承するが、 (`~box~tree$にしか存在しない)`匿名~box$は,`~box~tree$の親子関係を通して~styleを`継承する@~CASCADE#inheriting$。 ◎ An anonymous box is a box that is not associated with any element. Anonymous boxes are generated in certain circumstances to fix up the box tree when it requires a particular nested structure that is not provided by the boxes generated from the element tree. For example, a table cell box requires a particular type of parent box (the table row box), and will generate an anonymous table row box around itself if its parent is not a table row box. (See [CSS2] § 17.2.1.) Unlike element-generated boxes, whose styles inherit strictly through the element tree, anonymous boxes (which only exist in the box tree) inherit through their box tree parentage.
`~box$や`~text連列$は、 ~layoutに伴って,複数個の`断片$に分断されることもある。 これは,例えば、 `断片化$と呼ばれる処理nにおいて[ `行内~box$や`~text連列$が何~行lかに分断されるとき/ `塊~box$が何個かの[ `~page~box$/`柱~box$ ]に分断されるとき ]に起こる。 また、 ~textにおける`双向性$による並替ng (`双方向-並替ng~algoの適用-法@~CSSWM#bidi-algo$)や, より高~levelな`表示~型$~boxの分割 (例:`行内にある匿名~塊による分割@~CSS2J#anon-block$ / 複-柱~容器~内の`~spanner$による塊の分割) に因っても起こる。 したがって、 `~box$は 1 個以上の`~box断片$からなり,`~text連列$は 1 個以上の~text`断片$からなる。 `断片化$についての更なる情報は、 `CSS-BREAK-3$r を見よ。 ◎ In the course of layout, boxes and text sequences can be broken into multiple fragments. This happens, for example, when an inline box and/or text sequence is broken across lines, or when a block box is broken across pages or columns, in a process called fragmentation. It can also happen due to bidi reordering of text (see Applying the Bidirectional Reordering Algorithm in CSS Writing Modes) or higher-level display type box splitting, e.g. block-in-inline splitting (see CSS2§9.2) or column-spanner-in-block splitting (see CSS Multi-column Layout). A box therefore consists of one or more box fragments, and a text sequence consists of one or more text fragments. See [CSS-BREAK-3] for more information on fragmentation.
注記: ~CSS仕様には,[ ここに挙げる用語が固まる前に書かれたもの/ 正しい用語を指していないもの ]もあるので、 これらの用語を利用している旧い仕様を読むときは,注意するように。 それらが本当はどの用語を意味するかは,文脈から推定できるべきである。 仕様に誤りを見つけた方は、 正されるよう,`報告されたし@#sotd$。 ◎ Note: Many of the CSS specs were written before this terminology was ironed out, or refer to things incorrectly, so view older specs with caution when they’re using these terms. It should be possible to infer from context which term they really mean. Please report errors in specs when you find them, so they can be corrected.
注記: “聴覚” ~box~treeについての更なる情報と その `display$p ~propとの相互作用については、 `CSS-SPEECH-1$r にて見られる。 ◎ Note: Further information on the “aural” box tree and its interaction with the display property can be found in the CSS Speech Module. [CSS-SPEECH-1]
1.1. ~module間の相互作用
この~moduleは、 `CSS2$r `§ 9.2.4@~CSS2J#display-prop$ による `display$p ~propの定義を置換して,拡張する。 ◎ This module replaces and extends the definition of the display property defined in [CSS2] section 9.2.4.
この~moduleに定義される どの~propも, 次に挙げる疑似要素には適用されない ⇒# `first-line$pe, `first-letter$pe ◎ None of the properties in this module apply to the ::first-line or ::first-letter pseudo-elements.
1.2. 値~定義
【 この節の内容は `~CSS日本語訳 共通~page@~CSScommon#values$ に移譲。 】
2. ~boxの~layout~mode: `display^p ~prop
◎名 `display@p ◎値 [ `display-outside$t || `display-inside$t ] | `display-listitem$t | `display-internal$t | `display-box$t | `display-legacy$t ◎初 `inline$v ◎適 すべての要素 ◎継 されない ◎百 受容しない ◎算次に挙げるいずれか — 算出~規則は、 各~仕様の注釈文を見よ:
- [ `内縁~表示~型$, `外縁~表示~型$ ]を表現している~keywordの~pair, および[ 省略可能な `list-item$v 【の有無を指示する】~flag ]
- `display-internal$t ~keyword
- `display-box$t ~keyword
~UAには、 視覚的でないものも含む すべての媒体に対し, この~propを~supportすることが期待される。 ◎ User agents are expected to support this property on all media, including non-visual ones.\
`display$p ~propは、 要素の `表示~型@ ( `display type^en )を定義する。 表示~型は、 要素がどのような~boxを生成するかについての,二つの基本的性質からなる: ◎ The display property defines an element’s display type, which consists of the two basic qualities of how an element generates boxes:
- `内縁~表示~型@ ( `inner display type^en )
- (`置換され$ない)要素が生成する`整形~文脈$の種類を定義し, その子孫~boxをどう~lay-outするかを~~指示する。 (`置換され$る要素の内縁~表示~型は、 ~CSSの視野から外れる。) ◎ the inner display type, which defines (if it is a non-replaced element) the kind of formatting context it generates, dictating how its descendant boxes are laid out. (The inner display of a replaced element is outside the scope of CSS.)
- 【 “〜~layout” (例: “~flex~layout” )と記されたときは、 概ね,この表示~型を指している。 】
- `外縁~表示~型@ ( `outer display type^en )
- 要素が生成する`首要~box$が`~flow~layout$に【関与する場合に】どう関与するかを規定する。 ◎ the outer display type, which dictates how the principal box itself participates in flow layout.
- 【 “[行内/塊]~levelの~box(あるいは要素, 内容)” と記されたときは、 この表示~型を指している。 】
`~text連列$には、 `表示~型$は無い。 ◎ Text sequences have no display type.
一部の `display$p 値には、 追加的な副作用が伴われる: 例えば `list-item$v は `marker$pe 疑似要素も生成し, `none$v は 要素の下位treeをまるごと~box~treeから外す。 ◎ Some display values have additional side-effects: such as list-item, which also generates a ::marker pseudo-element, and none, which causes the element’s entire subtree to be left out of the box tree.
`display$p ~propによる要素の意味論に対する効果は無い。 意味論は、 `文書~言語$により定義され,`~CSSからは影響されない^em。 値 `none$v は別として (それは、 聴覚/発話 `CSS-SPEECH-1$r の出力や,要素, その子孫の対話性にも影響する)、 `display$p ~propが影響するのは,視覚-~layoutに限られる。 その目的は、[ 下層~文書の意味論に`影響することなく^em,要素の~layoutの挙動を変更する自由度 ]を設計者に許容することにある。 ◎ The display property has no effect on an element’s semantics: these are defined by the document language and are not affected by CSS. Aside from the none value, which also affects the aural/speech output [CSS-SPEECH-1] and interactivity of an element and its descendants, the display property only affects visual layout: its purpose is to allow designers freedom to change the layout behavior of an element without affecting the underlying document semantics.
各種 値は、 次に従って定義される: ◎ Values are defined as follows:
`display-outside@t = `block$v | `inline$v | `run-in$v `display-inside@t = `flow$v | `flow-root$v | `table$v | `flex$v | `grid$v | `ruby$v `display-listitem@t = `display-outside$t? && [ `flow$v | `flow-root$v ]? && `list-item$v `display-internal@t = `table-row-group$v | `table-header-group$v | `table-footer-group$v | `table-row$v | `table-cell$v | `table-column-group$v | `table-column$v | `table-caption$v | `ruby-base$v | `ruby-text$v | `ruby-base-container$v | `ruby-text-container$v `display-box@t = `contents$v | `none$v `display-legacy@t = `inline-block$v | `inline-table$v | `inline-flex$v | `inline-grid$v
次の規範的でない表tに,各種 `display$p 値を要約する: ◎ The following informative table summarizes the values of display:
短い~~表記 ◎ Short display | 全部的な~~表記 ◎ Full display | 生成される~box ◎ Generated box |
---|---|---|
`none$v | 左に同じ | 要素の下位treeは、 `~box~tree$から取り除かれる(~boxを生成しない) ◎ subtree omitted from box tree |
`contents$v | 左に同じ | `~box~tree$内では、 要素は,その内容に置換される(要素~自身は~boxを生成しない) ◎ element replaced by contents in box tree |
`block$v | `block flow^v | `塊~level$の`塊~容器$(単に`塊~box$とも呼ばれる) ◎ block-level block container aka block box |
`flow-root$v | `block flow-root^v | 新たな `塊~整形~文脈$( `~BFC$ )を確立するような,`塊~level$の`塊~容器$ ◎ block-level block container that establishes a new block formatting context (BFC) |
`inline$v | `inline flow^v | `行内~box$ ◎ inline box |
`inline-block$v | `inline flow-root^v | `行内~level$の`塊~容器$ — `行内~塊@ ( `inline block^en ) としても~~周知 ◎ inline-level block container aka inline block |
`run-in$v | `run-in flow^v | `同行見出し~box$(~box~treeを繰り替えるような特別な規則を伴う`行内~box$) ◎ run-in box (inline box with special box-tree-munging rules) |
`list-item$v | `block flow list-item^v | `~marker~box$も追加的に伴われるような`塊~box$ ◎ block box with additional marker box |
`inline list-item^v | `inline flow list-item^v | `~marker~box$も追加的に伴われるような`行内~box$ ◎ inline box with additional marker box |
`flex$v | `block flex^v | `塊~level$の`~flex容器$ ◎ block-level flex container |
`inline-flex$v | `inline flex^v | `行内~level$の`~flex容器$ ◎ inline-level flex container |
`grid$v | `block grid^v | `塊~level$の`格子~容器$ ◎ block-level grid container |
`inline-grid$v | `inline grid^v | `行内~level$の`格子~容器$ ◎ inline-level grid container |
`ruby$v | `inline ruby^v | `行内~level$の`~ruby容器$ ◎ inline-level ruby container |
`block ruby^v | `block ruby^v | `~ruby容器$を包含している`塊~box$ ◎ block box containing ruby container |
`table$v | `block table^v | `~table格子~box$を包含している,`塊~level$の`~table包装~box$ ◎ block-level table wrapper box containing table grid box |
`inline-table$v | `inline table^v | `~table格子~box$を包含している,`行内~level$の`~table包装~box$ ◎ inline-level table wrapper box containing table grid box |
`display-internal$t | 左に同じ | `~layoutに特有な内部~box$ ◎ layout-specific internal box |
注記: 等価な `display$p 値の直列化においては、 “最も後方-互換, その中で最短” による優先順位に~~則って, “短い~~表記” の列を利用する `CSSOM$r ◎ Note: Following the precedence rules of “most backwards-compatible, then shortest”, serialization of equivalent display values uses the “Short display” column. [CSSOM]
2.1. ~flow~layoutにおける外縁に対する表示の役割: `block^v, `inline^v, `run-in^v ~keyword
`display-outside$t を成す各~keywordは、 要素の`外縁~表示~型$を指定する。 それは、 本質的には,`~flow~layout$における要素の`首要~box$の役割を与える。 以下に従って定義される: ◎ The <display-outside> keywords specify the element’s outer display type, which is essentially its principal box’s role in flow layout. They are defined as follows:
- `block@v
- 要素は~boxを生成し、 `~flow~layout$内に配置されたときには `塊~levelの~box@ ( `block-level box^en )になる。 `CSS2$r ◎ The element generates a box that is block-level when placed in flow layout. [CSS2]
- `inline@v
- 要素は~boxを生成し、 `~flow~layout$内に配置されたときには `行内~levelの~box@ ( `inline-level box^en )になる。 `CSS2$r ◎ The element generates a box that is inline-level when placed in flow layout. [CSS2]
- `run-in@v
- 要素は、 `同行見出し~box$を生成する。 それは,特別な挙動を伴う`行内~levelの~box$の一種であり、 自身を,後続な塊~容器の中に併合させようと試みる。 詳細は、 `§ 同行見出し~layout@#run-in-layout$に。 ◎ The element generates an run-in box, which is a type of inline-level box with special behavior that attempts to merge it into a subsequent block container. See § 6 Run-In Layout for details.
注記: `外縁~表示~型$は、 `置換され$る要素にも影響する。 ◎ Note: Outer display types do affect replaced elements.
`display-outside$t 値が指定されつつ, `display-inside$t は省略された場合、 要素の`内縁~表示~型$は, `flow$v が既定になる。 ◎ If a <display-outside> value is specified but <display-inside> is omitted, the element’s inner display type defaults to flow.
2.2. 内縁の表示~layout~model: `flow^v, `flow-root^v, `table^v, `flex^v, `grid^v, `ruby^v ~keyword
`display-inside$t は、 (`置換され$ない)要素の`内縁~表示~型$を指定する。 それは、 要素の内容を~lay-outする`整形~文脈$の型を定義する。 以下に従って定義される: ◎ The <display-inside> keywords specify the element’s inner display type, which defines the type of formatting context that lays out its contents (assuming it is a non-replaced element). They are defined as follows:
- `flow@v
- 要素は、 自身の内容を `~flow~layout@ (`塊&行内~layout$)を利用して~lay-outする。 ◎ The element lays out its contents using flow layout (block-and-inline layout).
- 【 概ね、 内容を互いが重なり合わないよう, できるだけ詰めながら,文書~内に現れる順に, 要素が生成する~boxの中に “流し込む( `flow^en する)”。 】
-
要素が生成する~boxは:
- 要素の`外縁~表示~型$が[ `inline$v / `run-in$v ]であって,要素は[ `塊~整形~文脈$/`行内~整形~文脈$ ](順不同)に関与しているならば、 `行内~box$になる。 ◎ If its outer display type is inline or run-in, and it is participating in a block or inline formatting context, then it generates an inline box.
- 他の場合、 `塊~容器$~boxになる。 ◎ Otherwise it generates a block container box.
- 他の~prop( `position$p, `float$p, `overflow$p など)の値, および 自身が[ `塊~整形~文脈$, `行内~整形~文脈$ ]どちらに関与しているかに依存して、 要素は,自身の内容~用に新たな`塊~整形~文脈$を確立するか, または 自身の内容を親の`整形~文脈$に統合する。 `CSS2$r `§ 視覚-整形~model@~CSS2J#visuren$ を見よ。 新たな`塊~整形~文脈$を確立する`塊~容器$の使用`内縁~表示~型$は、 `flow-root$v になるものと見なされる。 ◎ Depending on the value of other properties (such as position, float, or overflow) and whether it is itself participating in a block or inline formatting context, it either establishes a new block formatting context for its contents or integrates its contents into its parent formatting context. See CSS2.1 Chapter 9. [CSS2] A block container that establishes a new block formatting context is considered to have a used inner display type of flow-root.
- `flow-root@v
-
要素は:
- `塊~容器$~boxを生成する。
- `~flow~layout$を利用して自身の内容を~lay-outする。
- 自身の内容に対し、 常に,新たな`塊~整形~文脈$を確立する。
`CSS2$r
◎ The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents. [CSS2] - `table@v
- 要素は、 `首要~box$として,`~table包装~box$を生成する — それは、 `塊~整形~文脈$を確立し,追加的に生成される`~table格子~box$を包含する。 `CSS2$r ◎ The element generates a principal table wrapper box that establishes a block formatting context, and which contains an additionally-generated table grid box that establishes a table formatting context. [CSS2]
- `flex@v
- 要素は、 `首要~box$として,`~flex容器$~boxを生成する — それは、 `~flex整形~文脈$を確立する。 `CSS-FLEXBOX-1$r ◎ The element generates a principal flex container box and establishes a flex formatting context. [CSS-FLEXBOX-1]
- `grid@v
- 要素は、 `首要~box$として,`格子~容器$~boxを生成する — それは、 `格子~整形~文脈$を確立する。 `CSS-GRID-1$r ◎ The element generates a principal grid container box, and establishes a grid formatting context. [CSS-GRID-1]
- ( `subgrid$v を利用している格子【`下位格子$】は、 新たな`格子~整形~文脈$を生成しないこともある — 詳細は `CSS-GRID-2$r を見よ。) ◎ (Grids using subgrid might not generate a new grid formatting context; see [CSS-GRID-2] for details.)
- `ruby@v
- 要素は、 `~ruby容器$~boxを生成し,~boxは`~ruby整形~文脈$を確立する。 加えて,その基底~levelの内容は、[ ~boxは`行内$であるならば,親の`整形~文脈$ / ~ELSE_ 適切な`外縁~表示~型$の包装~box ]の中に統合される。 `CSS-RUBY-1$r ◎ The element generates a ruby container box and establishes a ruby formatting context in addition to integrating its base-level contents into its parent formatting context (if it is inline) or generating a wrapper box of the appropriate outer display type (if it is not). [CSS-RUBY-1]
`display-inside$t 値が指定されつつ, `display-outside$t は省略された場合、 要素の`外縁~表示~型$は `block$v が既定になる — ただし、 `ruby$v に対しては `inline$v が既定になる。 ◎ If a <display-inside> value is specified but <display-outside> is omitted, the element’s outer display type defaults to block—except for ruby, which defaults to inline.
2.3. ~marker~boxの生成-法: `list-item^v ~keyword
`list-item@v ~keywordは、[ その `list-style$p ~propで指定される内容を伴う `marker$pe 疑似要素 `CSS-PSEUDO-4$r ]を要素に生成させる( `CSS2$r `§ ~list@~CSS22/generate.html#lists$ ) — 自前の内容~用には、 指定された型の`首要~box$を生成するとともに。 ◎ The list-item keyword causes the element to generate a ::marker pseudo-element [CSS-PSEUDO-4] with the content specified by its list-style properties (CSS 2.1§12.5 Lists) [CSS2] together with a principal box of the specified type for its own contents.
`内縁~表示~型$を与える値が指定されていない場合、 `首要~box$の`内縁~表示~型$は, `flow$v が既定になる。 `外縁~表示~型$を与える値が指定されていない場合、 `首要~box$の`外縁~表示~型$は, `block$v が既定になる。 ◎ If no inner display type value is specified, the principal box’s inner display type defaults to flow. If no outer display type value is specified, the principal box’s outer display type defaults to block.
注記: この~levelでは,文法にて制約されるため、 `list-item$v 用の表示~型は,`~flow~layout$用のそれ — `外縁~表示~型$は[ `block$v / `inline$v / `run-in$v ]かつ,`内縁~表示~型$は[ `flow$v / `flow-root$v ](順不同) — に制限される。 この制約は、 この~moduleの将来~levelでは,緩められるかもしれない。 ◎ Note: In this level, as restricted in the grammar, list-items are limited to the Flow Layout display types (block/inline/run-in with flow/flow-root inner types). This restriction may be relaxed in a future level of this module.
2.4. ~layout内部の表示~型: `table-*^v, `ruby-*^v ~keyword
`table$v や `ruby$v などの一部の~layout~modelでは、 その[ 子や子孫 ]たちが いくつか異なる役割を担うような,複雑な内部~構造を有する。 この節では、 この種の `display$p 値を定義する — この種の値による表示~型は `~layout内部@ とも称され、 そのような特定0の~layout~modeの中に限り意味を持つ†。 ◎ Some layout models, such as table and ruby, have a complex internal structure, with several different roles that their children and descendants can fill. This section defines those “layout-internal” display values, which only have meaning within that particular layout mode.
【† その種の~layout~modeの外で用いられた場合の取扱いは、 `§ ~box型の自動的な変形n@#transformations$に見出せる。 】
他が指定されない限り、 これらの `display$p 値を利用している要素の[ `内縁~表示~型$/`外縁~表示~型$ ]は、 所与の~keywordに設定される。 ◎ Unless otherwise specified, both the inner display type and the outer display type of elements using these display values are set to the given keyword.
`置換され$る要素の `display$p ~propが`~layout内部$な値に算出されるときは、 その使用~値は `inline$v であるものと取扱われる。 そのような要素の周りにおける[ 空白の縮約/匿名~boxの生成 ]は、 `~layout内部$な値は決して適用されなかったかのように,その `inline$v 値に基づいて起こるモノトスル。 ◎ When the display property of a replaced element computes to one of the layout-internal values, it is handled as having a used value of inline. White space collapsing and anonymous box generation must happen around those replaced elements based on that inline value, as if they never had a layout-internal display value applied to them.
作者は、 `置換され$る要素の `display^p には,`~layout内部$な値をアテガうベキでない。 ◎ Authors should not assign a layout-internal display value to replaced elements.
`display-internal$t を成す各~keywordは、 以下に従って定義される: ◎ The <display-internal> keywords are defined as follows:
- `table-row-group@v
- `table-header-group@v
- `table-footer-group@v
- `table-row@v
- `table-cell@v
- `table-column-group@v
- `table-column@v
- 要素は `内部~table要素@ ( `internal table element^en )になる。 それは、 適切な `内部~table~box@ を生成して,~table整形~文脈に関与する。 `CSS2$r `§ ~CSS~table~model@~CSS2TABLE#table-display$ を見よ。 ◎ The element is an internal table element. It generates the appropriate internal table box which participates in a table formatting context. See CSS2§17.2 [CSS2].
- `table-cell$v の`内縁~表示~型$は、 `flow-root$v になる。 ◎ table-cell boxes have a flow-root inner display type.
- `table-caption@v
- 要素は `~table~caption~box@ ( `table caption box^en )を生成する。 それは、 `塊~box$であり,~table/`~table包装~box$に関して特別に挙動する。 `CSS2$r `§ ~CSS~table~model@~CSS2TABLE#table-display$ を見よ。 ◎ The element generates a table caption box, which is a block box with special behavior with respect to table and table wrapper boxes. See CSS2§17.2 [CSS2].
- `table-caption$v ~boxの`内縁~表示~型$は、 `flow-root$v になる。 ◎ table-caption boxes have a flow-root inner display type.
- `ruby-base@v
- `ruby-text@v
- `ruby-base-container@v
- `ruby-text-container@v
- 要素は `内部~ruby要素@ ( `internal ruby element^en )になる。 それは、 適切な `内部~ruby~box@ を生成して,`~ruby整形~文脈$に関与する。 `CSS-RUBY-1$r ◎ The element is an internal ruby element. It generates the appropriate internal ruby box which participates in a ruby formatting context. [CSS-RUBY-1]
- `ruby-base$v, `ruby-text$v の`内縁~表示~型$は、 `flow$v になる。 ◎ ruby-base and ruby-text have a flow inner display type.
~layoutに特有な表示~型を伴う~boxは、 互換でない親の中に配置されるときに,自身の周りに`匿名$な包装~boxを生成する — それらを~~規定する仕様の定義に従って。 ◎ Boxes with layout-specific display types generate anonymous wrapper boxes around themselves when placed in an incompatible parent, as defined by their respective specifications.
例えば,~table~layoutでは、[ `table-cell$v ~boxは `table-row$v ~boxを親に持つ ]ことが要求されている。 ◎ For example, Table Layout requires that a table-cell box must have a table-row parent box.
次の様に親が違えられた場合: ◎ If it is misparented, like so:
<div style="display:block;"> <div style="display:table-cell">...</div> </div>
自身の周りに包装~boxを生成して,次の様な構造を生産することになる: ◎ It will generate wrapper boxes around itself, producing a structure like:
`block$v ~box └匿名 `table$v ~box └匿名 `table-row-group$v ~box └匿名 `table-row$v ~box └`table-cell$v ~box
親が別の `内部~table要素$であっても,それが`正しいもの^emでない場合、 包装~boxは,生成されることになる。 例えば、 次の様な~markupでは: ◎ Even if the parent is another internal table element, if it’s not the correct one, wrapper boxes will be generated. For example, in the following markup:
<div style="display:table;"> <div style="display:table-row"> <div style="display:table-cell">...</div> </div> </div>
次のように`匿名$な包装~boxが生成されることになる: ◎ Anonymous wrapper box generation will produce:
`table$v ~box └匿名 `table-row-group$v ~box └`table-row$v ~box └`table-cell$v ~box
この “修復” は、 ~table~layoutの演算-~~対象の構造が予測-可能になることを確保する。 ◎ This "fix-up" ensures that table layout has a predictable structure to operate on.
2.5. ~box生成: `none^v, `contents^v ~keyword
`display$p は、 要素が生成する~boxの`表示~型$を制御できる一方で,要素が~box自体を生成するかどうかも制御できる。 ◎ While display can control the types of boxes an element will generate, it can also control whether an element will generate any boxes at all.
`display-box$t を成す各~keywordは、 次に従って定義される: ◎ The <display-box> keywords are defined as follows:
- `contents@v
- 要素~自身は~boxを全く生成しないが、 要素の[ 子, `疑似要素$ ]たちは,依然として[ `~box$や`~text連列$ ]たちを通常通り生成する。 ~box生成/~layout の目的においては、 要素は,`要素~tree$において 要素の内容に置換されたかのように扱うモノトスル(~~元の文書~treeにおける要素の子たちのみならず,要素を`出自の要素$とする疑似要素 — 前後に生成される `before$pe, `after$pe 疑似要素など — も含め)。 ◎ The element itself does not generate any boxes, but its children and pseudo-elements still generate boxes and text sequences as normal. For the purposes of box generation and layout, the element must be treated as if it had been replaced in the element tree by its contents (including both its source-document children and its pseudo-elements, such as ::before and ::after pseudo-elements, which are generated before/after the element’s children as normal).
- 注記: 影響されるのは~box~treeに限られ、[ 選択子の照合/~eventの取扱い/~propの`継承$ ]などの 文書~treeに基づく意味論は,影響されない。 …はずであるが,これを書いた時点では,主要な~browserは正しく実装していない(`3040$issue)。 この特能を~Web上で利用するときは、 ~careを要する — ~accessibility~toolが要素の意味論に~accessできなくなり得るので。 ◎ Note: As only the box tree is affected, any semantics based on the document tree, such as selector-matching, event handling, and property inheritance, are not affected. As of writing, however, this is not implemented correctly in major browsers, so using this feature on the Web must be done with care as it can prevent accessibility tools from accessing the element’s semantics.
- この値は、[ `置換され$る要素 / 具現化において~CSSからは制御されない部分がある他の要素(一部の~form~controlなど) ]に対しては, `display:none$p に算出される。 詳細は 通例的でない要素に対する `display:contents^p の効果 を見よ。 ◎ This value computes to display: none on replaced elements and other elements whose rendering is not entirely controlled by CSS; see Appendix B: Effects of display: contents on Unusual Elements for details.
- 注記: 置換d要素や~form~controlが特別に扱われるわけは、 要素が生成する自前の~boxだけ除去する演算を~~完全には定義できないためである。 この挙動は,利用事例(および より精確な具現化~model)が開発されたときは精緻化され得る。 前方-互換性を得るため、 作者は,そのような要素の `display$p には `contents$v に代えて `none$v を利用するべきである。 ◎ Note: Replaced elements and form controls are treated specially because removing only the element’s own generating box is a more-or-less undefined operation. As this behavior may be refined if use cases (and more precise rendering models) develop, authors should use display: none rather than display: contents on such elements for forward-compatibility.
- `none@v
- `要素$とその子孫は`~box$も`~text連列$も生成しない。 ◎ The element and its descendants generate no boxes or text sequences.
- 同様に、[ `display:none$p として挙動する ]ように定義されている`~text~node$も,`~text連列$を生成しない。 ◎ Similarly, if a text node is defined to behave as display: none, it generates no text sequences.
上に挙げたいずれかの値を伴う要素は、 `内縁~表示~型$ / `外縁~表示~型$ のいずれも持たない — ~boxを全く生成しないので。 ◎ Elements with either of these values do not have inner or outer display types, because they don’t generate any boxes at all.
注記: これらの値は,影響された要素に~boxを生成させなくするので、 `匿名~box$の生成~規則も,省かれた要素を~box~treeに存在しなかったかのように まるごと無視することになる。 ◎ Note: As these values cause affected elements to not generate a box, anonymous box generation rules will ignore the elided elements entirely, as if they did not exist in the box tree.
しかしながら、 これらの値が効果を及ぼすのは,もっぱら具現化-時なので、 ~markupに基づく関係性は影響されない。 例えば,[ ~table~cellが~column内に現れるかどうか ]には影響し得るが、[ 特定0の~column要素【例: `col$e や `colgroup$e 】に, どの~table~cell【例: `td$e や `th$e 】が結付けられるか ]には影響しない。 同様に、[ 特定0の `details$e 要素に, どの `summary$e 要素が結付けられるか ]や[ `legend$e は,特定0の `fieldset$e の内容を~labelするものと見なされるかどうか ]に影響することはない。 ◎ Markup-based relationships, however, are not affected by these values, as they are solely rendering-time effects. For example, although they may affect which table cell appears in a column, they do not affect which table cell is associated with a particular column element. Similarly, they cannot affect which HTML summary element is associated with a particular table or whether a legend is considered to be labelling the contents of a particular fieldset.
2.6. 予め構成済みな,行内~levelの表示~型~値
~CSS level 2 では、 `display$p 用に単独の~keywordによる構文を利用していたため, 同じ~layout~modeの[ 塊~level, 行内~level ]それぞれに対し,別々な~keywordを要していた。 これらの `display-legacy$t ~keywordは、 次に従って対応付けられる: ◎ CSS level 2 used a single-keyword syntax for display, requiring separate keywords for block-level and inline-level variants of the same layout mode. These <display-legacy> keywords map as follows:
- `inline-block@v
- 算出d値は `inline$v `flow-root$v になる。 ◎ Computes to inline flow-root.
- `inline-table@v
- 算出d値は `inline$v `table$v になる。 ◎ Computes to inline table.
- `inline-flex@v
- 算出d値は `inline$v `flex$v になる。 ◎ Computes to inline flex.
- `inline-grid@v
- 算出d値は `inline$v `grid$v になる。 ◎ Computes to inline grid.
注記: これらの~keywordと対応する等価な~keyword~pairは、 `算出d値$は同じになるが,`指定d値$は別個であり続ける。 ◎ Note: Although these keywords and their equivalents compute to the same value, their specified values remain distinct.
注記: `getComputedStyle()$c 用の直列化~規則は、 `“最も後方-互換, その中で最短” に直列化する原則@~CSSOM1#serializing-css-values$ に因り,これらの組成済みな~keywordを常に出力することになる — 等価な[ 2 個の~keywordからなる~pair ]ではなく。 ◎ Note: The getComputedStyle() serialization rules will always output these precomposed keywords rather than the equivalent two-keyword pairs due to the shortest, most backwards-compatible serialization principle.
2.7. ~box型の自動的な変形n
一部の~layout効果は、 ~boxの`表示~型$を[ `塊~化@ ( `blockification^en )/ `行内~化@ ( `inlinification^en ) ]することを要する — これは、 ~boxの`外縁~表示~型$の`算出d値$を[ `block$v / `inline$v ]に設定する (これは、 `none$v や `contents$v などの~boxを全く生成しない`表示~型$には効果はない)。 加えて: ◎ Some layout effects require blockification or inlinification of the box type, which sets the box’s computed outer display type to block or inline (respectively). (This has no effect on display types that generate no box at all, such as none or contents.) Additionally:
- `塊~box$( `block flow^v )が`行内~化$される場合、 その`内縁~表示~型$は `flow-root$v になる — ~boxは`塊~容器$であり続けるようにするため。 ◎ If a block box (block flow) is inlinified, its inner display type is set to flow-root so that it remains a block container.
- `行内~box$( `inline flow^v )が`行内~化$される場合、 その`~flow内$にある 各~子も,再帰的に`行内~化$される — ~boxの中に,[ 当の`行内~整形~文脈$を分断するような,その文脈に関与する塊~levelの子孫 ]は無いようにする必要があるので。 ◎ If an inline box (inline flow) is inlinified, it recursively inlinifies all of its in-flow children, so that no block-level descendants break up the inline formatting context in which it participates.
- 旧来の理由から、 `行内~塊~box$( `inline flow-root$v )は、 `塊~化$された場合には `block$v ~boxになる(その `flow-root$v としての資質を失う)。 一貫性を得るため、 `run-in flow-root^v ~boxも `block$v ~boxに`塊~化$される。 ◎ For legacy reasons, if an inline block box (inline flow-root) is blockified, it becomes a block box (losing its flow-root nature). For consistency, a run-in flow-root box also blockifies to a block box.
- `~layout内部$の~boxが`塊~化$される場合、 その`内縁~表示~型$は `flow$v に変換され,~boxは`塊~容器~box$になる。 `~layout内部$の~boxに対しては、 `行内~化$による効果はない。 (しかしながら,その種の行内~文脈~内に配置された~boxは、 概して,適切な型の`匿名$な`行内~levelの~box$で包装されることになる。) ◎ If a layout-internal box is blockified, its inner display type converts to flow so that it becomes a block container. Inlinification has no effect on layout-internal boxes. (However, placement in such an inline context will typically cause them to be wrapped in an appropriately-typed anonymous inline-level box.)
注記: ~boxが当の文脈に合致しないときにその表示~型を修復する手法は、 ここに述べた[ `塊~化$や`行内~化$による `display$p の`算出d値$の変形n ]の他にもある。 それは、 (算出d値が決定された後の) `~box~treeの構築@#intro$ の間に行われる,中間的な`匿名~box$の作成であり、[ `~table@~CSS2TABLE#anonymous-boxes$ / `~ruby@~CSSRUBY#box-fixup$ / `~flow@~CSS2J#box-gen$ ]~layout時に起こる。 ◎ Note: There are two methods used to fix up box types when a box is mismatched to its context. One is transformation of the computed value of display, such as blockification and inlinification described here. The other, taking place during box tree construction (after computed values have been determined), is the creation of intermediary anonymous boxes, such as happens in tables, ruby, and flow layout.
算出d値の修復には、 例えば,次が挙げられる: ◎ Some examples of computed-value fixup include:
- 要素の絶対~位置決めや浮動は、 ~boxの`表示~型$を`塊~化$する。 `CSS2$r ◎ Absolute positioning or floating an element blockifies the box’s display type. [CSS2]
- `~ruby容器$への包含は、 `CSS-RUBY-1$r に述べられるとおり,~boxの`表示~型$を`行内~化$する。 ◎ Containment in a ruby container inlinifies the box’s display type, as described in [CSS-RUBY-1].
- `display$p 値が[ `grid$v / `flex$v ]にされた親は、 子~boxの`表示~型$を`塊~化$する。 `CSS-GRID-1$r `CSS-FLEXBOX-1$r ◎ A parent with a grid or flex display value blockifies the box’s display type. [CSS-GRID-1] [CSS-FLEXBOX-1]
2.8. 根~要素の首要~box
`根~要素$の`表示~型$は,常に`塊~化$され、 その`首要~box$は,常に`独立な整形~文脈$を確立する。 この~boxの`包含塊$が,`初期~包含塊$である。 ◎ The root element’s display type is always blockified, and its principal box always establishes an independent formatting context. This box’s containing block is the initial containing block.
加えて,`根~要素$においては、 `display$p の値 `contents$v は, `block$v に算出される。 ◎ Additionally, a display of contents computes to block on the root element.
2.9. `display^p の~animate法と補間-法
一般に, `display$p ~propの`~animation型$は`離散的$とする — ただし ⇒ 値 `none$v と `display^p 用の他の値 %V の間で補間するときは、 `visibility$p の`補間@~WANIM#animating-visibility$ `WEB-ANIMATIONS-1$r と類似に,[ 0 ~LT %p ~LT 1 ]を満たす %p 値は %V に対応付けるとする。 ◎ In general, the display property’s animation type is discrete. However, similar to interpolation of visibility (see Web Animations § Animation of visibility), during interpolation between none and any other display value, p values between 0 and 1 map to the non-none value.\
加えて,当の要素は、 その `display$p の`算出d値$が[[ `~animation出自$, `遷移~出自$ ]を無視したときには `none$v になる ]間は, 不活†になる。 ◎ Additionally, the element is inert as long as its display value would compute to none when ignoring the Transitions and Animations cascade origins.
【† “不活( `inert^en )” は、 何らかの定義を参照するものとして~mark-upされているが, 何を指すのかまだ指定されていない。 ~HTMLに定義される`不活@~HTMLinteraction#inert$のようにも思われるが。 】
3. 表示~順序: `order^p ~prop
◎名 `order@p ◎値 `integer$t ◎初 0 ◎適 `~flex駒$/`格子~駒$ ◎ flex items and grid items ◎継 されない ◎百 受容しない ◎算 指定された整数 ◎ア 算出d値の型による ◎順 文法に従う ◎表終一般に,~boxたちは、 ~source文書に現れるとおりの順序で表示され, ~lay-outされる。 一部の`整形~文脈$においては、 `order$p ~propを利用して,~boxたちの順序を配列し直せる — 要素たちの[ 論理-順序, 視覚的な二次元~canvas上での空間的な配列法 ]を故意に違えるために ( `§ 並替ngと~accessibility@#order-accessibility$ を見よ)。 ◎ Boxes are generally displayed and laid out in the same order as they appear in the source document. In some formatting contexts, the order property can be used to rearrange the order of boxes to deliberately create a divergence of the logical order of elements and their spatial arrangement on the 2D visual canvas. (See § 3.1 Reordering and Accessibility.)
特定的には, `order$p ~propは、[ 【同じ`~flex容器$内の】`~flex駒$たち/ 【同じ`格子~容器$内の】`格子~駒$たち ]を いくつかの序数~groupに仕分けることを通して,[ それらが容器の中で現れる順序 ]を制御する。 それは、 当の駒が属する序数~groupを表す 1 個の `integer$t 値を指定する。 ◎ Specifically, the order property controls the order in which flex items or grid items appear within their container, by assigning them to ordinal groups. It takes a single <integer> value, which specifies which ordinal group the item belongs to.
ある商品目録の例 — その内容は、 ~source文書における論理-順序で[ ~title, 記述, 写真 ]からなる。 これは、 発話や非~CSS~browserにおいてもイミを成し得る順序付けを供する。 視覚的な呈示においては、 内容の末尾にある画像を — より目立つよう — `order$p を利用して目録の上端へ引き上げる。 ◎ Here’s an example of a catalog item card which has a title, a photo, and a description. Within each entry, the source document content is ordered logically with the title first, followed by the description and the photo. This provides a sensible ordering for speech rendering and in non-CSS browsers. For a more compelling visual presentation, however, order is used to pull the image up from later in the content to the top of the card.
article.sale-item {
display: flex;
flex-flow: column;
}
article.sale-item > img {
order: -1; /*
画像を(~layout順序で)他の内容より前に来るようにする
◎
Shift image before other content (in layout order)
*/
align-self: center;
}
`order-example-1^xCode
[ `~flex容器$/`格子~容器$ ]は、 自身の内容を この~propにより `改変された文書~順序@ で — すなわち,序数が最低な~groupから順に — ~lay-outすることになる。 同じ~group内の駒どうしを~lay-outする順序は、 ~source文書に現れる順序に従う。 この順序は、 `塗ng順序@~CSS22/zindex.html#elaborate-stacking-contexts$ `CSS2$r にも — 駒たちが~source文書~内で並替えられていたかのように — 影響する。 [ `~flex容器$/`格子~容器$ ]の子のうち`絶対的に位置され$るものは 【したがって,`~flex駒$/`格子~駒$ではない】、 他の駒との相対的な塗ng順序を決定する目的においては, 序数 0 の~groupに属するものと扱われる。 ◎ Flex and grid containers lay out their contents in order-modified document order, starting from the lowest numbered ordinal group and going up. Items with the same ordinal group are laid out in the order they appear in the source document. This also affects the painting order [CSS2], exactly as if the flex/grid items were reordered in the source document. Absolutely-positioned children of a flex/grid container are treated as having order: 0 for the purpose of determining their painting order relative to flex/grid items.
将来の仕様により他が指定されない限り、[ `~flex駒$/`格子~駒$ ]でない~boxに対しては,この~propの効果は無い。 ◎ Unless otherwise specified by a future specification, this property has no effect on boxes that are not flex items or grid items.
3.1. 並替ngと~accessibility
`order$p ~propは、 次に挙げるものには`影響しない^em: ◎ ↓
- 視覚的でない媒体 (`発話@~CSSSPEECH$など) の順序付け ◎ The order property does not affect ordering in non-visual media (such as speech).\
- 連列的~navi~modeの下での,既定の辿り順序 (~linkたちを巡回するなど — 例: `tabindex$a `HTML$r を見よ)。 ◎ Likewise, order does not affect the default traversal order of sequential navigation modes (such as cycling through links, see e.g. tabindex [HTML]).
作者は、 内容を — 論理的にではなく — 空間的に並替えるために限って, `order$p を利用しなければ`ナラナイ^em。 論理的に並替えるために `order$p を利用する~stylesheetは、 適合でない。 ◎ Authors must use order only for spatial, not logical, reordering of content. Style sheets that use order to perform logical reordering are non-conforming.
注記: これは、 ~layout順序を誂えるために `order$p を利用しつつ (視覚的な知覚は二次元であり,一次元ではないので、 欲される~layout順序が論理-順序と常に一致するとは限らない)、 概して内容を一次元に呈示する[ 視覚的でない媒体/非~CSS~UA ]が,~sourceの論理-順序に依拠できるようにするためである。 ◎ Note: This is so that non-visual media and non-CSS UAs, which typically present content linearly, can rely on a logical source order, while order is used to tailor the layout order. (Since visual perception is two-dimensional and non-linear, the desired layout order is not always logical.)
著作~toolには( WYSIWYG 編集者や~webに基づく著作~援助その他も含む)、[ すべての呈示~modeにわたって,作者が意図する順序付けを保全する ]ため,[ `order$p を利用して並替えることなく,下層の文書~sourceを並替える ]ことが要求される — 作者から, (`読み順序$を決定する)下層の文書~順序と空間的な順序は`違えるべき^em と明示的に指示された場合は別として。 ◎ In order to preserve the author’s intended ordering in all presentation modes, authoring tools—including WYSIWYG editors as well as Web-based authoring aids—must reorder the underlying document source and not use order to perform reordering unless the author has explicitly indicated that the spatial order should be out-of-sync with the underlying document order (which determines speech and navigation order).
例えば、[ ~drag-and-dropによる`~flex駒$たちの並替ng ]も[ ~screen~sizeのある範囲ごとに別な~layoutを~~用意するような媒体~queryの取扱い ]も提供する~toolもある。 ◎ For example, a tool might offer both drag-and-drop reordering of flex items as well as handling of media queries for alternate layouts per screen size range.
ほとんどの場合、 並替ngは — どの~screen~sizeにおいても — `読み順序$にも同じように影響するべきであり、 ~toolは,~drag-and-dropによる視覚的な並替ngに合わせて~DOM層における並替ngを遂行する。 しかしながら、 作者が~screen~sizeごとに異なる~layoutを求める事例もある。 ~toolは、 媒体~queryと `order$p を併用して,この機能性を提供することもできる — 最~小な~screen~sizeにおいては, (論理的な呈示~順序にほぼ近い)下層の~DOM順序に基づいて順序付ける一方で、 他の~size範囲においては, `order$p を利用して視覚的な呈示~順序を定義するなど。 ◎ Since most of the time, reordering should affect all screen ranges as well as navigation and speech order, the tool would perform drag-and-drop reordering at the DOM layer. In some cases, however, the author may want different layouts per screen size. The tool could offer this functionality by using order together with media queries, but also tie the smallest screen size’s ordering to the underlying DOM order (since this is most likely to be a logical linear presentation order) while using order to define the visual presentation order in other size ranges.
上述のよう行う~toolであれば,適合tになろうが、[ ~drag-and-dropによる並替ngを取扱うときに `order$p しか利用しない~tool ]は,(その方が実装は簡便かもしれないが)適合tでないことになる。 ◎ This tool would be conformant, whereas a tool that only ever used order to handle drag-and-drop reordering (however convenient it might be to implement it that way) would be non-conformant.
注記: [ ~browser, ~access可能にする技術, 拡張 ]も含め,~UAは、 空間的~navi特能を提供してヨイ。 この節は、[ そのような空間的~navi~modeにおける要素の順序付け ]を[ `order$p ~propも尊重して決定する ]ことを予め除外するものではない — ~~実際、 そのような特能が働くためには必要と見なされている。 が、 考慮する必要がある~CSS~propは, `order$p に限られない (それは、首な~propですらない)。 きちんと実装された空間的~navi特能は、[ ~CSSの~layout特能のうち,空間的な関係性を改変するもの ]すべてを考慮する必要がある。 ◎ Note: User agents, including browsers, accessible technology, and extensions, may offer spatial navigation features. This section does not preclude respecting the order property when determining element ordering in such spatial navigation modes; indeed it would need to be considered for such a feature to work. But order is not the only (or even the primary) CSS property that would need to be considered for such a spatial navigation feature. A well-implemented spatial navigation feature would need to consider all the layout features of CSS that modify spatial relationships.
4. 読み順序: `reading-flow^p ~prop
`読み~flow容器@ とは、 次を満たす[ `~flex容器$/`格子~容器$ ]である ⇒ その `reading-flow$p ~propは、 `normal^v 以外の妥当な【当の容器に効果がある】値をとる ◎ A reading flow container is a flex or grid container with a valid reading-flow value other than normal.
`読み~flow容器$を成す `具現化~定義な同胞~読み~flow@ は、 当の容器を成す[ `~flow内$にある子 ]たちが成す有順序~listである。 それらすべての子は、 ある要素【?】へ具現化するモノトスル — それらは、 読み~flow容器において互いに同胞であるものと見なされる。 この順序は、 `reading-flow$p ~propにより決定される。 ◎ The rendering-defined sibling reading flow of a reading flow container is an ordered list of in-flow children of the container. All children must render to an element and are considered siblings in the reading flow container. The order is determined by the reading-flow property.
この~propは、 ~tableにも適用するべきか? [`9922$issue] ◎ Should this property also apply to tables? [Issue #9922]
`reading-flow^p が~focus可能な `display:contents$p 要素とどう相互作用するかを定義する。 [`9230$issue] ◎ Define how reading-flow interacts with focusable display: contents elements. [Issue #9230]
◎名 `reading-flow@p ◎値 `normal$v | `flex-visual$v | `flex-flow$v | `grid-rows$v | `grid-columns$v | `grid-order$v ◎初 `normal$v ◎適 `~flex容器$/`格子~容器$ ◎継 されない ◎百 受容しない ◎算 指定されたとおり ◎順 文法に従う ◎ア ~animate不可 ◎表終`reading-flow$p ~propは、[ `~flex~layout$/`格子~layout$ ]内の要素たちの`読み順序$を制御する。 ◎ The reading-flow property controls the order in which elements in a flex or grid layout\
`読み順序@ ( `reading order^en )とは、[ 発話-用に具現化される順序 ]あるいは[ 連列的な(一次元な)~navi手法を利用しているときに~navigateされる順序 ]である。 ◎ are rendered to speech or are navigated to when using (linear) sequential navigation methods.
【 原文では,他の句 — “発話や~naviの順序( `speech and navigation order^en )” など — で表現される箇所もあるが、 この訳では,この表記に統一する。 】
この~propは、 1 個の~keyword値をとる。 各種~値は、 次に従って定義される: ◎ It takes one keyword value. Values are defined as follows:
- `normal@v
- ~DOMにおいて要素たちが成す順序に従う。 ◎ Follow the order of elements in the DOM.
- `flex-visual@v
- 効果があるのは、 `~flex容器$に限られる。 ◎ Only takes effect on flex containers.\
- `~flex駒$たちの視覚的な順序に従う — 書字~modeを織り込む下で。 ◎ Follows the visual reading order of flex items, taking the writing mode into account.\
- したがって,英語~文書においては、 当の容器の[ `flex-direction$p は `row-reverse^v をとる, `reading-flow$p は `flex-visual^v をとる ]ならば,`読み順序$は左から右になる。 ◎ Therefore, a document in English, with a flex-direction of row-reverse and reading-flow of 'flex visual' would have a reading order of left to right.
- `flex-flow@v
- 効果があるのは、 `~flex容器$に限られる。 ◎ Only takes effect on flex containers.\
- `flex-flow$p による方向に従う。 ◎ Follows the flex-flow direction.
- `grid-rows@v
- 効果があるのは、 `格子~容器$に限られる。 ◎ Only takes effect on grid containers.\
- 各`格子~駒$が属する~rowによる視覚-順序に従う — 書字~modeを織り込む下で。 ◎ Follows the visual order of grid items by row, taking the writing mode into account.
- `grid-columns@v
- 効果があるのは、 `格子~容器$に限られる。 ◎ Only takes effect on grid containers.\
- 各`格子~駒$が属する~columnによる視覚-順序に従う — 書字~modeを織り込む下で。 ◎ Follows the visual order of grid items by column, taking the writing mode into account.
- `grid-order@v
- 効果があるのは、 `格子~容器$に限られる。 ◎ Only takes effect on grid containers.\
- `order^p により`改変された文書~順序$に従う。 したがって、 `order$p ~propを利用して変更された駒たちの順序を除き, `normal^v と同じになる。 ◎ Follows the order-modified document order. Therefore, as normal unless the order property has been used to change the order of items.
この例では、 3 個の`~flex駒$が在り, ある~rowとして表示される。 [ `reading-flow$p ~propは `flex-visual^v, `flex-direction$p ~propは `row-reverse^v ]を値にとる。 当の文書は英語であり,~text方向は左から右になる。 したがって,これらの駒の読み順序は、 左から右へ読まれるよう,[ "Item 3", "Item 2", "Item 1" ]になる。 ◎ In this example, there are three flex items displayed as a row, The reading-flow property has a value of flex-visual. The flex-direction property is row-reverse. We are in English with a text direction of left to right. The reading order of these items is therefore "Item 3", "Item 2", "Item 1", reading from left to right.
<div class="wrapper"> <a href="#">Item 1</a> <a href="#">Item 2</a> <a href="#">Item 3</a> </div>
.wrapper { display: flex; flex-direction: row-reverse; reading-flow: flex-visual; }
この例では、 格子~上に配置された 4 個の格子~駒が在り, 視覚的に~DOM順序と異なって表示される。 当の文書は英語であり、 `reading-flow$p ~propは `grid-rows^v を値にとる。 したがって、 これらの駒の読み順序は[ "Item 4", "Item 2", "Item 3", "Item 1" ]になる。 ◎ In this example there are four grid items, placed on a grid and displayed visually out of DOM order. The reading-flow property has a value of grid-rows, and the document is in English. The reading order of these items is therefore "Item 4", "Item 2", "Item 3", "Item 1".
<div class="wrapper"> <a class="a" href="#">Item 1</a> <a class="b" href="#">Item 2</a> <a class="c" href="#">Item 3</a> <a class="d" href="#">Item 4</a> </div>
.wrapper { display: grid; grid-template-columns: repeat(3, 150px); grid-template-areas: "d b b" "c c a"; reading-flow: grid-rows; } .a { grid-area: a; } .b { grid-area: b; } .c { grid-area: c; } .d { grid-area: d; }
`reading-flow$p ~propは、 ~layout順序にも塗ng順序にも影響しないので, `~canvas$への視覚的な具現化に対する効果は無い。 ◎ The reading-flow property affects neither layout nor painting order and therefore has no effect on rendering to the visual canvas.
~keyword値[ `flex-*^v / `grid-*^v ]が利用されたときは、 `order$p ~propも織り込まれる。 ◎ When using a flex-* or grid-* keyword value, the order property is taken into account.
この例では、 3 個の`~flex駒$が在り, ある~rowとして表示される。 `reading-flow$p ~propは、 `flex-flow$v を値にとる。 ~DOMにおける 3 個目の駒の `order^p は `-1^v を値にとる。 したがって、 これらの駒の読み順序は[ "Item 3", "Item 1", "Item 2" ]になる。 ◎ In this example, there are three flex items displayed as a row, The reading-flow property has a value of flex-flow. The third item in the DOM has 'order=-1'. The reading order of these items is therefore "Item 3", "Item 1", "Item 2".
<div class="wrapper"> <a href="#">Item 1</a> <a href="#">Item 2</a> <a href="#">Item 3</a> </div>
.wrapper a:nth-child(3) { order: -1; } .wrapper { display: flex; reading-flow: flex-flow; }
~source文書は、 要素たちが成す下層の論理-順序を表出するベキである。 `reading-flow$p ~propは、 所与の文書の`読み順序$が[ ~layout変化に依存して — 例:`媒体~query$に呼応して — 複数ある事例 ]用に存在する。 そのような事例では、 ~CSSを伴わないときでも文書がイミを成すよう,最も[ 共通/根幹的 ]な`読み順序$が~source順序になるよう符号化するベキである。 ◎ The source document should express the underlying logical order of elements. The reading-flow property exists for cases where a given document can have multiple reading orders depending on layout changes, e.g. in response to media queries. In such cases, the most common or most fundamental reading order should be encoded in the source order so that the document is sensical without CSS.
設計~上の考慮点, その背景0 ◎ Design Considerations and Background
`reading-flow$p の設計に関わる考慮点として,次が挙げられる: ◎ Some of the considerations that went into the design of reading-flow are:
- `読み順序$と~box~layout順序を断つ必要がある明瞭な利用事例が在る — 最も根幹的なものは、[ 前者の順序, 後者の順序 ]が同じでないときに,前者を視覚的な知覚~順序に合致させることである。 (視覚的な知覚は,一次元ではないので、 その順序には,要素たちの[ ~page上での空間的な座標 ]のみならず[ ~size, 色~contrast, 間隔法 ]なども波及する。) ◎ There are clear use cases for disconnecting the reading and navigation order from the box layout order, the most fundamental of which is to make sure the reading and navigation order matches the visual perception order when it is not the same as the box layout order. (Visual perception is non-linear, and is influenced by things like the size, color contrast, and spacing of a visual element, not just its spatial coordinates on the page.)
- 内容が[ アリな限り幅広い視聴者 ]から[ 今および未来に存在する様々な機器 ]において~access可能になることを許容するために[ 下層の文書が~CSSとは独立にイミを成す ]ようにすることは、 `~Web~platform~architectureの中核~原則@~TR/webarch/#pci$を成す。 したがって、 下層の文書~順序は,要素たちの論理的な順序付けを表現するベキである — 視覚的な呈示に関わらず。 ◎ It is a core principle of Web platform architecture, in order to allow content to be accessible to the widest possible audience across devices that exist now and in the future, for the underlying document to be sensical independent of CSS. Therefore the underlying document order should represent a logical ordering of its elements regardless of its visual presentation.
- 文書は、[ ~pageを成す~componentのうち,強い内来的な順序が無いもの ]用に,複数の視覚的な呈示 — ~layoutは異なるが,どれも同じ意味論上の情報を伝達している呈示 — を備えることもある。 これらの呈示は、 どれも良好な~accessibilityを備えることがアリになるベキである。 ◎ For components of a page that do not have a strong inherent order, a document can have multiple visual presentations with different layouts, all conveying the same semantic information. It should be possible for all of these presentations to have good accessibility.
- [ 一次元な~navi, 連列的な~focus, ~screen~reader ]用の順序は、 常に合致するベキである — これらを併用する利用者も居るので。 ◎ Linear navigation, focus sequencing order, and screen-reader order should always match, because there are users who use them together.
- 並替ng要件は,~pageを成す各[ ~component/階層的な~level ]ごとに異なり得るので、 ~CSSによる並替ng制御は,[ 何かのために誂えられた利用 (例:`物理的な[~prop/値]に対する~flow相対なそれら@~CSSLOGICAL$) ではなく, 一律な利用 (例: `box-sizing$p ) ]が容易~過ぎになる方へ手を貸すものになるベキではない。 ◎ Each component or hierarchical level of a page can have different requirements for reordering, so CSS reordering controls should not lend themselves too easily to blanket use (like box-sizing) rather than tailored use (like flow-relative vs. physical properties and values).
~DOMには、 簡便な並替ng機能が必要である — 次のような ⇒ 作者が(~JSを通例的には書かない作者も)、 必要yなときは,次を容易に遂行できる ⇒ `order$p や `reading-flow$p を誤利用することなく,~source順序を並替える [`7387$issue] ◎ DOM needs a convenient reordering function so that authors (even authors who don’t usually write JS) can easily perform source order reordering when necessary instead of misusing order or reading-flow. [Issue #7387]
5. 不可視性: `visibility^p ~prop
◎名 `visibility@p ◎値 `visible$v | `hidden$v | `collapse$v ◎初 `visible$v ◎適 すべての要素 ◎継 される ◎百 受容しない ◎算 指定された~keyword ◎順 文法に従う ◎ア 離散的 【ただし、`特別な挙動がある@~WANIM#animating-visibility$】 ◎表終`visibility$p ~propは、 ~boxは描画されるかどうかを指定する。 `不可視$な~boxであっても,~layoutには依然として影響する (対して, `display:none$p に設定された~boxは、 その生成~自体が抑止される)。 各種 値の意味は: ◎ The visibility property specifies whether the box is rendered. Invisible boxes still affect layout. (Set the display property to none to suppress box generation altogether.). Values have the following meanings:
- `visible@v
- ~boxは、 通常通り可視になる。 ◎ The generated box is visible, as normal.
- `hidden@v
- 要素が生成する~boxは、 どれも`不可視$になる。 しかしながら,要素の子孫は、 `visibility:visible$p であれば可視になれる。 ◎ Any boxes generated by the element are invisible. Descendants of the element can, however, be visible if they have visibility: visible.
- `collapse@v
-
~boxは、 `畳まれ@ ることを指示する — ~boxは、 当の整形~文脈に特有な仕方で,より少ない空間を占めるようになる。 次を見よ:
- `CSS2$r `§ ~tableにおける~row/~colに対する動的な効果@~CSS2TABLE#dynamic-effects$
- `~flex~layout$における `§ 畳まれる駒@~CSSFLEX#visibility-collapse$ `CSS-FLEXBOX-1$r
しかしながら,他のすべての事例では(すなわち,他が指定されない限り)、 これは — `hidden$v と同じく — 単純に~boxを`不可視$にする。
◎ Indicates that the box is collapsed, which can cause it to take up less space than otherwise in a formatting-context–specific way. See dynamic row and column effects in tables [CSS2] and collapsed flex items in flex layout [CSS-FLEXBOX-1]. In all other cases, however, (i.e. unless otherwise specified) this simply makes the box invisible, just like hidden.
注記: 現時点では,多くの~UAや~accessibility~toolは、[ 可視な要素と`不可視$な要素との意味論上の関係性 ]に関する~accessibilityの含意を正しく実装していない。 そのため、 例えば[ 特別な役割を備える親~要素(~table~rowなど)を`不可視$にする一方で, 特別な役割を備える子~要素(~table~cellなど)は可視なままにする ]と,それらの~toolの利用者にとって問題になり得る。 作者は、 それらの~tool法の状況が改善されるまでは,そのような状況になるのを避けるべきである。 ◎ Note: Currently, many user agents and/or accessibility tools don’t correctly implement the accessibility implications of visible elements with semantic relationships to invisible elements, so, for example, making parent elements with special roles (such as table rows) invisible while leaving child elements with special roles (such as table cells) visible can be problematic for users of those tools. Authors should avoid creating these situations until the tooling situation improves.
`不可視@ な~boxは: ◎ Invisible boxes are\
- (全部的に透明であったかのように)描画されない。 ◎ not rendered (as if they were fully transparent),\
- ヤリトリできない( `pointer-events: none$p であったかのように挙動する)。 ◎ cannot be interacted with (and behave as if they had pointer-events: none),\
- ~naviから除去される( `display: none$p と類似に)。 ◎ are removed from navigation (similar to display: none),\
- 発話にも具現化されない ( `speak$p が `always$v のときは除いて `CSS-SPEECH-1$r )。 ◎ and are also not rendered to speech (except when speak is always [CSS-SPEECH-1]).\
しかしながら,それらの容器としての意味論上の役割は、[ `visible$v にされた子孫が適正に解釈される ]ことを確保するため — `display:contents$p と同じく — 影響されない。 ◎ However, as with display: contents, their semantic role as a container is not affected, to ensure that any visible descendants are properly interpreted.
注記: `speak$p が `always$v の場合、 `不可視$な~boxで`あっても^em 発話~用には具現化され,[ 視覚的でない手法/空間的な手法 ]を利用してヤリトリし得る。 ◎ Note: If speak is always, an otherwise invisible box is rendered to speech, and may be interacted with using non-visual/spatial methods.
何かを一時的に隠すときは `display:none$p で足ることが多い。 そうすることは,当の要素を~layoutからまるごと除去するが、 要素が[ 隠される/示される ]とき,場合によっては周りの内容【!~page】が動いたり~flowし直される原因になる — 当の~pageに求まれないような。 代わりに `visibility$p を利用すれば、 何かが隠されたり表示されても,~pageの~layoutを安定的に保てる。 ◎ While temporarily hiding things with display: none is often sufficient, doing so removes the elements from layout entirely, possibly causing unwanted movement or reflow of the page when an element is hidden or shown. visibility: hidden can instead be used to keep the page’s layout stable as something is hidden and displayed.
例えば、[ 隠された~text上で~clickすれば露呈できる, “ネタバレ” 要素( `spoiler-text^e ) ]としてアリな(故意に単純~化された)実装は: ◎ For example, here is a (deliberately simplified) possible implementation of a "spoiler" element that can be revealed by clicking on the hidden text:
`visibility-1^xCodeこの例は、 故意に有意に単純~化されている。 これには、 いくつかの[ ~accessibility/~UX ]特能 — きちんと設計された “ネタバレ” 要素なら, `visibility$p を利用したことを もっとはっきり示すはずのそれら — が欠落である。 この~codeを本番~site用に複製しないこと。 ◎ This example is deliberately significantly simplified. It is missing a number of accessibility and UX features that a well-designed spoiler element would have to show off the visibility usage more plainly. Don’t copy this code for a real site.
【 この例は、 この訳による追加。 】
~tableにおける `visibility:collapse$p の用例。 この~table(~HTML `table^e 要素)は、 次の 3 行, 3 列からなるとするとき:
`visibility-2^dgm2 行目(の `tr^e 要素), 2 列目(の `col^e 要素)に `visibility:collapse^p をあてがったとき、 利用中の~UAによる呈示は,次の様になる:
`visibility-3^dgm`display:none^p との違いは、[ ~row/~col ]が`畳まれ$ても,他の[ ~row/~col ]内の~cellの~sizeは そのまま保たれることにある。
【 この例の~tableは `border-collapse^p に `separate^v を指定しているが、 `collapse^v を指定した場合,~UAによっては同じように挙動しないかもしれない。 】
6. 同行見出し~layout
`同行見出し~box@ ( `run-in box^en )とは、 後続の塊に`併合される^emような~boxである — ~boxは塊の[ 行内~levelの内容 ]の先頭に挿入される。 これは、 短い表題や定義語の類いを整形するとき — DOM 構造においては,表題は 後続の注釈文より先行する方が適切でありつつ、 表示においては,~textと伴に 行内~levelの表題として~lay-outする方が欲されるとき — に有用になる。 ◎ A run-in box is a box that merges into a block that comes after it, inserting itself at the beginning of that block’s inline-level content. This is useful for formatting compact headlines, definitions, and other similar things, where the appropriate DOM structure is to have a headline preceding the following prose, but the desired display is an inline headline laying out with the text.
例えば,辞書の見出し語は、 その定義と伴に行内に整形されることが多い: ◎ For example, dictionary definitions are often formatted so that the word is inline with the definition:
`run-in-1^xCodeこれは次のように整形される: ◎ Which is formatted as:
`run-in-2^dgm`同行見出し~box$の挙動は、 次を除き,他の`行内~levelの~box$と同じになる: ◎ A run-in box behaves exactly as any other inline-level box, except:
- `内縁~表示~型$が `flow$v にされた`同行見出し~box$は、 その内容を`行内~化$する。 ◎ A run-in box with a flow inner display type inlinifies its contents.
-
`同行見出し連列$の直後に[ 新たな`塊~整形~文脈$を確立しない`塊~box$ ]が来る場合、 その列は,`塊~box$に直な子として挿入される — 挿入-箇所は、 `marker$pe 疑似要素が生成する~box(もし在れば)より後, かつ 塊の内容が生成する 他の~box( `before$pe 疑似要素も含む)より前になる。 この親を違える~~処理は、 アリなら再帰的に行われる (同行見出しが、 実質的に,その整形~文脈における最も深い後続な “段落” の一部を成すように — 他の同行見出しが新たに隣接するようになったなら,それらを収集しながら)。 ◎ If a run-in sequence is immediately followed by a block box that does not establish a new block formatting context, it is inserted as direct children of that block box: after its ::marker pseudo-element’s boxes (if any), but preceding any other boxes generated by the contents of the block (including the box generated by the ::before pseudo-element, if any). This re-parenting recurses if possible (so that the run-in effectively becomes part of the deepest subsequent “paragraph” in its formatting context, collecting newly-adjacent run-ins as it goes).
次に,~layout上の親が違えられた内容は、 その親が元からそこに在ったかのように整形される。 注記: ~layout上の親子関係のみが影響され, 継承関係は影響されない — `匿名$でない~boxに対する~propの継承関係は要素~treeに基づくので。 ◎ The reparented content is then formatted as if originally parented there. Note that only layout is affected, not inheritance, because property inheritance for non-anonymous boxes is based only on the element tree.
- 他の場合(`同行見出し連列$にそのような塊は後続しない場合)、[ `同行見出し連列$と,[ その直後から連続する 行内~levelの内容~すべて — ただし,次の`同行見出し連列$が在れば その手前まで ]]の周囲に,`匿名$な`塊~box$が生成される。 ◎ Otherwise (if the run-in sequence is not followed by such a block), an anonymous block box is generated around the run-in sequence and all immediately following inline-level content (up to, but not including, the next run-in sequence, if any).
`同行見出し連列@ ( `run-in sequence^en )とは、 互いに同胞な`同行見出し~box$からなる,連続する(ただし,`空白$や`~flow外$にある~boxが挟まれてもよい)最長な連列である。 ◎ A run-in sequence is a maximal sequence of consecutive sibling run-in boxes and intervening white space and/or out-of-flow boxes.
注記: この言明は、 `~flow外$にある~boxは、 2 個の `run-in^v ~boxの間に挟まれている場合には, ~layout上の親が違えられることを含意する。 この案は,多少無作為に選び取られており、 他にも,次に挙げる案がある — 実装者と作者には、 選好する挙動があれば~CSS~WGに伝えることが奨励される ⇒# 挟まれている~flow外にある~boxは、後ろに回す/ ~flow外にある~boxは、それに~~先行する `run-in^v ~boxが同行見出しになるのを妨げる ◎ Note: This statement implies that out-of-flow boxes are reparented if they are between two run-in boxes. Another alternative would be to leave behind the intervening out-of-flow boxes, or to have out-of-flow boxes impede the running-in of earlier boxes. Implementers and authors are encouraged to contact the CSSWG if they have a preferred behavior, as this one was picked somewhat at random.
この修復は、 `CSS2$r `§ ~box生成の制御-法@~CSS2J#box-gen$ に述べられる,`匿名$な塊と行内~boxの修復の前に生じ、 影響される要素の`整形される最初の行l$の決定に影響する — `同行見出し連列$が、 ~box~treeにおけるその最終的な所在に,元からあったかのように。 ◎ This fixup occurs before the anonymous block and inline box fixup described in CSS2§9.2, and affects the determination of the first formatted line of the affected elements as if the run-in sequence were originally in its final location in the box tree.
注記: 先頭に来る同行見出しは,その包含塊の`整形される最初の行l$上の最初の~textを表現するので、 その塊~要素に適用される `first-letter$pe 疑似要素は、 自前の内容の先頭字( `first letter^en )ではなく,その同行見出しの先頭字を選択する。 ◎ Note: As the earliest run-in represents the first text on the first formatted line of its containing block, a ::first-letter pseudo-element applied to that block element selects the first letter of the run-in, rather than the first letter of its own contents.
注記: この同行見出し~modelは、 以前の `CSS2$r 改訂版にて提案されたものから 少しばかり異なる。 ◎ Note: This run-in model is slightly different from the one proposed in earlier revisions of [CSS2].
付録 A. 用語集
ここでは、 便利~用に以下に挙げる用語を定義する: ◎ The following terms are defined here for convenience:
- `根~要素@ ( `root element^en )
- `文書~tree$の根を成す`要素$。 ~DOMの下で生産された`文書~tree$においては, これが`文書~要素$であり、 ~HTMLにおいては, `html$e 要素になる。 `DOM$r `HTML$r ◎ The element at the root of the document tree. In a document tree produced under the DOM, this is the document element; in HTML it is the html element. [DOM] [HTML]
- `首要~box@ ( `principal box^en )
-
`要素$が 1 個~以上の`~box$を生成するとき、 それらのうち 1 つが`首要~box$になり,それが:
- 要素の[ 子孫~boxたち, 生成d内容 ]を包含する。
- 【 `position$p による】位置決め~schemeに孕まれる~boxになる。
-
要素は,`首要~box$の他にも追加的な~boxを生成することもあり、 それらは首要~boxを基準に配置される — 例:
- `list-item$v 要素は、 追加的な~marker~boxを生成する。
- `table$v 要素は、 `首要~box$として`~table包装~box$を生成することに加え,追加的な`~table格子~box$も生成する。
- `行内~level@ ( `inline-level^en )
- 行内~layoutに関与する内容。 特定的には、 `行内~levelの~box$, `~text連列$。 ◎ Content that participates in inline layout. Specifically, inline-level boxes and text sequences.
- `塊~level@ ( `block-level^en )
- `塊~layout$に関与する内容。 特定的には、 `塊~levelの~box$。 ◎ Content that participates in block layout. Specifically, block-level boxes.
- 【 “〜に関与する( `participate^en )” : 生成される~boxが、[ 当の種別(ここでは,種別 “塊” )であるような,`整形~文脈$ ]の一部を成していて,その種別の~layout規則に則って~layoutされることを意味する。 整形~文脈を確立している~box自身(整形~文脈の根)は、 自身が確立した整形~文脈に “関与する” とは言わない — それが関与するのは、 親の整形~文脈になる。 】【 “X ~levelの Y”, “Y は X ~levelである” の様な句は、 Y の外からは, Y は X であるかのように見える/扱われることを表す (一般に、 “~level” という語は外に対する関係を含意する)。 “X ~levelの〜” は、 “〜は X ~levelである” を意味する形容詞としての用法になる (この場合、 英文では `X-level^en のようにハイフンで連結されることが多い)。 】
- `行内~box@ ( `inline box^en ) 【 “可分な行内( `non-atomic inline^en )” 】
- `行内~level$の~boxのうち,[ `内縁~表示~型$は `flow$v である, かつ`置換され$ない ]もの。 `行内~box$の内容は,~box自身と同じ`行内~整形~文脈$に関与する。 ◎ A non-replaced inline-level box whose inner display type is flow. The contents of an inline box participate in the same inline formatting context as the inline box itself.
- `行内@ ( `inline^en )
- 多義的にならない所で、[ `行内~box$, `行内~levelの~box$ ]いずれかの略語として利用される。 形容詞として`行内~level$の意味でも利用されるが†、 この用法は非推奨にされた。 ◎ Used as a shorthand for inline box or inline-level box where unambiguous, or as an adjective meaning inline-level. The latter usage is deprecated.
- 【 ここに述べたように,よく似た/多義的にも見える用語がいくつかある。 】【† 例えば、 “行内~内容”, “行内~要素” など, “行内” がどちらを意味するのか自明でないこともあり、 ときには,仕様にも誤用がある(実に紛らわしい)。 】
- `不可分な行内@ ( `atomic inline^en )
- `行内~level$の~boxのうち,[ `置換され$る(画像など), または 新たな`整形~文脈$を確立する( `inline-block$v や `inline-table$v など ) ]もの。 (`行内~box$や`~ruby容器$のように)複数~行lに分割されることはない。 ◎ An inline-level box that is replaced (such as an image) or that establishes a new formatting context (such as an inline-block or inline-table) and cannot split across lines (as inline boxes and ruby containers can).
- `内縁~表示~型$が `flow$v でない 行内~levelの~boxは、 指定された`内縁~表示~型$による新たな`整形~文脈$を確立する。 ◎ Any inline-level box whose inner display type is not flow establishes a new formatting context of the specified inner display type.
- 【 すなわち,`行内~level$の~boxは、 二つの類型[ `行内~box$, `不可分な行内$ ]に,排他的に分類される — `行内~box$を意図している “行内” は、 実際には “可分な” ( “不可分な” の否定)が省略されている。 】【 `置換され$るものは,常に`独立な整形~文脈$を確立するので、[ (可分な)行内/不可分な行内 ]の分類は,新たな整形~文脈を[ 確立しないもの/確立するもの ]に捉え直すことができる。 】
- `塊~容器@ ( `block container^en )
- 塊~容器は、 `行内~整形~文脈$に関与する`行内~levelの~box$のみを包含するか, または `塊~整形~文脈$に関与する`塊~levelの~box$のみを包含する (場合によっては、 この拘束を確保するため,`匿名$な`塊~box$を生成した上で) — `CSS2$r `§ 匿名~塊~box@~CSS2J#anonymous-block-level$ にて定義されるとおり。 ◎ A block container either contains only inline-level boxes participating in an inline formatting context, or contains only block-level boxes participating in a block formatting context (possibly generating anonymous block boxes to ensure this constraint, as defined in CSS2§9.2.1.1).
- 【 内容が空でも、 塊~容器になり得る( 0 個の~box “のみ” を包含する)。 】
- 行内~levelの内容のみを包含する塊~容器は、 新たな`行内~整形~文脈$を確立する。 そのような要素は、 自身の行内~内容すべてを包装する,`根~行内~box$も生成する。 注記: この`根~行内~box$の概念は、 実質的に `CSS2$r `§ 匿名~行内~box@~CSS2J#anonymous-inline$ にて導入された “匿名~行内~box”【!匿名~行内~要素】 の概念を置換する。 ◎ A block container that contains only inline-level content establishes a new inline formatting context. The element then also generates a root inline box which wraps all of its inline content. Note, this root inline box concept effectively replaces the "anonymous inline element" concept introduced in CSS2§9.2.2.1.
- 塊~容器は、 親の整形~文脈は`塊~整形~文脈$`でない^emならば,新たな`塊~整形~文脈$を確立する。 他の場合,すなわち`塊~整形~文脈$に関与しているならば、 自身の内容~用に新たな`塊~整形~文脈$を確立するか,ただ関与するものであり続ける — どちらになるかは、 他の~prop( `overflow$p や `align-content$p など)による拘束により決定される。 ◎ A block container establishes a new block formatting context if its parent formatting context is not a block formatting context; otherwise, when participating in a block formatting context itself, it either establishes a new block formatting context for its contents or continues the one in which it participates, as determined by the constraints of other properties (such as overflow or align-content).
- 注記: 塊~容器~boxは、 塊~整形~文脈と行内~整形~文脈を同時に確立することもある。 ◎ Note: A block container box can both establish a block formatting context and an inline formatting context simultaneously.
- `塊~box@ ( `block box^en )
- `塊~容器$であって,`塊~levelの~box$でもあるもの。 ◎ A block-level box that is also a block container.
- 注記: `塊~容器~box$であっても,`塊~levelの~box$になるとは限らない。 例えば,`置換され$ない[ `行内~塊$ /~table~cell ]は、 塊~容器であるが,塊~levelの~boxではない。 同様に、 `塊~levelの~box$であっても,`塊~容器~box$になるとは限らない。 例えば,[ 塊~levelの置換d要素( `display:block$p )/ `~flex容器$( `display:flex$p ) ]は塊~容器でない。 ◎ Note: Not all block container boxes are block-level boxes: non-replaced inline blocks and non-replaced table cells, for example, are block containers but not block-level boxes. Similarly, not all block-level boxes are block containers: block-level replaced elements (display: block) and flex containers (display: flex), for example, are not block containers.
- `塊@ ( `block^en )
- 多義的にならない所で、[ `塊~box$, `塊~levelの~box$, `塊~容器~box$ ]いずれかの略語として利用される。 ◎ Used as a shorthand for block box, block-level box, or block container box, where unambiguous.
- `置換d要素@ (置換される要素, `replaced element^en )
- 要素のうち,その内容は~CSS整形~modelの視野から外れるもの — 画像, 埋込まれた文書など。 例えば~HTML `img$e 要素の内容は、 その `src$a 属性が指す画像に置換されることが多い。 ◎ An element whose content is outside the scope of the CSS formatting model, such as an image or embedded document. For example, the content of the HTML img element is often replaced by the image that its src attribute designates.
- 置換d要素は、 `生来な寸法$を有することが多い。 例えば~bitmap画像は、 絶対~単位で指定された[ 生来な横幅, 生来な縦幅 ]を有する(`生来な縦横比$も,それらから自明に決定できる)。 他方、 生来な寸法を有さない~objもある(例えば空内容の~HTML文書)。 `css-images-3$r を見よ。 ◎ Replaced elements often have natural dimensions. For example, a bitmap image has a natural width and a natural height specified in absolute units (from which the natural ratio can obviously be determined). On the other hand, other objects may not have any natural dimensions (for example, a blank HTML document). See [css-images-3].
- ~UAは、 置換d要素の生来な寸法を通して敏感な情報が第三者-主体に漏洩され得ると予見される場合には、 生来な寸法を有さないものと見なしてヨイ。 例えば~HTML文書において,利用者の預金残高に依存して生来な~sizeが変化する場合、 ~UAは,その資源は生来な寸法を有さないかのように動作するよう求まれるかもしれない。 ◎ User agents may consider a replaced element to not have any natural dimensions if it is believed that those dimensions could leak sensitive information to a third party. For example, if an HTML document changed natural size depending on the user’s bank balance, then the UA might want to act as if that resource had no natural dimensions.
- 置換d要素の内容は、 ~CSS整形~modelの外にあると見なされる。 しかしながら、 その`生来な寸法$は,様々な~layout計算に利用される。 置換d要素は、 常に【CSSからは未知な】`独立な整形~文脈$を確立する。 ◎ The content of replaced elements is not considered in the CSS formatting model; however, their natural dimensions are used in various layout calculations. Replaced elements always establish an independent formatting context.
- `置換され$ない要素( “`置換され$る” の否定)は、 `非~置換d@ ( `non-replaced^en )要素とも称される — すなわち、 その具現化は~CSS~modelにより規定される。 【和訳では、単に`置換され$ないと記すことも多い。】 ◎ A non-replaced element is one that is not replaced, i.e. whose rendering is dictated by the CSS model.
- `包含塊@ ( `containing block^en )
- `~box$用の~sizingと位置決めの基準を形成するために,`~box$に結付けられる矩形。 特に,`包含塊$は`~box$ではない(それは矩形である 【言い換えれば、~boxを~lay-outするための座標系を成す】)。 しかしながら,`包含塊$は、 【当の~boxの先祖である】`~box$の寸法から導出されることが多い。 各`~box$の位置は、 ~boxの`包含塊$を基準に与えられるが,この包含塊~内に限定されるわけではない — それは`~overflow$し得る。 “~boxの包含塊” という句は、 ~boxがそれを生成したことではなく,~boxは “`包含塊$内に住まう” ことを意味する。 ◎ A rectangle that forms the basis of sizing and positioning for the boxes associated with it. Notably, a containing block is not a box (it is a rectangle), however it is often derived from the dimensions of a box. Each box is given a position with respect to its containing block, but it is not confined by this containing block; it can overflow. The phrase “a box’s containing block” means “the containing block in which the box lives,” not the one it generates.
- 一般に,`~box$を成す各`辺$は、 子孫~box用の`包含塊$として動作する。 そのことを指して、[ ~boxは,その子孫~用に`包含塊$を “確立する( `establish^en する)” ]という。 `包含塊$の~propが参照される場合、 それは`包含塊$を生成した`~box$上の値を参照する (`初期~包含塊$用には、 他が指定されない限り,値は`根~要素$から採られる)。 ◎ In general, the edges of a box act as the containing block for descendant boxes; we say that a box “establishes” the containing block for its descendants. If properties of a containing block are referenced, they reference the values on the box that generated the containing block. (For the initial containing block, values are taken from the root element unless otherwise specified.)
- 詳細は `CSS2$r `§ 包含塊@~CSS2J#containing-block$, `CSS2$r `§ 包含塊の定義@~CSS2J#containing-block-details$, `CSS-POSITION-3$r `§ 有位置な~boxの包含塊@~CSSPOS#def-cb$ を見よ。 ◎ See [CSS2] Section 9.1.2 and Section 10.1 and CSS Positioned Layout 3 § 2.1 Containing Blocks of Positioned Boxes for details.
- `包含塊~連鎖@( `containing block chain^en )
- `包含塊$の関係を通して[ 先祖 ↔ 子孫 ]の連鎖を形成する,`包含塊$たちが成す連列。 例えば、 `行内~box$ B の包含塊は, B に最も近い先祖の`塊~容器$ C の内容~boxになる。 C が`~flow内$にある`塊$であるならば、 C の包含塊は, C の親である`塊~容器$ C1 により形成される。 親の親である C1 が`絶対的に位置され$ているならば、 C1 の包含塊は C1 に最も近い有位置な先祖( C1 の親になるとは限らない)の~padding辺からなる, 等々。 以下同様に、 `初期~包含塊$に~~達するまで連鎖は続く。 ◎ A sequence of successive containing blocks that form an ancestor-descendant chain through the containing block relation. For example, an inline box’s containing block is the content box of its closest block container ancestor; if that block container is an in-flow block, then its containing block is formed by its parent block container; if that grandparent block container is absolutely positioned, then its containing block is the padding edges of its closest positioned ancestor (not necessarily its parent), and so on up to the initial containing block.
- `初期~包含塊@ ( `initial containing block^en )
- `根~要素$の`包含塊$。 `初期~包含塊$は`塊~整形~文脈$を確立する。 その位置と寸法は、[ `連続的~媒体$用には `CSS2$r `§ 包含塊の定義@~CSS2J#containing-block-details$/ `~paged媒体$用には `CSS-PAGE-3$r 【`~page区画$として与えられる】 ]を見よ。 ◎ The containing block of the root element. The initial containing block establishes a block formatting context. See CSS2.1§10.1 for continuous media; and [CSS-PAGE-3] for paged media for its position and dimensions.
- `整形~文脈@ ( `formatting context^en )
- 関係する~boxたちを~lay-outするための環境。 ~lay-outするための規則は、 `整形~文脈$の型ごとに異なる。 例えば、 `~flex整形~文脈$ `CSS-FLEXBOX-1$r は,`~flex~layout$の規則に則って~boxたちを~lay-outする一方で、 `塊~整形~文脈$ `CSS2$r は,~boxたちを`塊&行内~layout$の規則に則って~lay-outする。 加えて,一部の型の`整形~文脈$たちは、 互いに差挟まれたり共存することもある。 例えば,`行内~整形~文脈$は、 それを確立した要素が関与している`塊~整形~文脈$の中にあり,それと相互作用する。 また,`~ruby容器$は、 その`~ruby基底~容器$が関与している`行内~整形~文脈$越しに`~ruby整形~文脈$を重層する。 ◎ A formatting context is the environment into which a set of related boxes are laid out. Different formatting contexts lay out their boxes according to different rules. For example, a flex formatting context lays out boxes according to the flex layout rules [CSS-FLEXBOX-1], whereas a block formatting context lays out boxes according to the block-and-inline layout rules [CSS2]. Additionally, some types of formatting contexts interleave and co-exist: for example, an inline formatting context exists within and interacts with the block formatting context of the element that establishes it, and a ruby container overlays a ruby formatting context over the inline formatting context in which its ruby base container participates.
- ~boxは、 新たな`独立な整形~文脈$を確立するか,自身の包含塊の`整形~文脈$を継続する。 一部の事例では、 それに加えて,他と共存する(独立でない)新たな整形~文脈を確立する。 しかしながら,他が指定されない限り、 新たな`整形~文脈$を確立したときには,`独立な整形~文脈$を作成する。 ~boxにより確立される整形~文脈の型は、 ~boxの`内縁~表示~型$により決定される。 `display$p ~propを見よ。 例えば ⇒# `格子~容器$は 新たな`格子~整形~文脈$を確立する / `~ruby容器$は 新たな`~ruby整形~文脈$を確立する / `塊~容器$は 新たな[`塊~整形~文脈$/`行内~整形~文脈$]を確立し得る ◎ A box either establishes a new independent formatting context or continues the formatting context of its containing block. In some cases, it might additionally establish a new (non-independent) co-existing formatting context. Unless otherwise specified, however, establishing a new formatting context creates an independent formatting context. The type of formatting context established by the box is determined by its inner display type. E.g. a grid container establishes a new grid formatting context, a ruby container establishes a new ruby formatting context, and a block container can establish a new block formatting context and/or a new inline formatting context. See the display property.
- `独立な整形~文脈@ ( `independent formatting context^en )
- ~boxが独立な整形~文脈を確立するときは、 本質的に,他と独立な~layout環境を新たに作成する (自身の親の`整形~文脈$と同じ型かどうかに関わらず): 一般に、 ~box自身の~sizingによるものを除いて、 その子孫の~layoutは, ~boxの外側の`整形~文脈$による規則や内容からは影響されず, その逆も同様になる。 ◎ When a box establishes an independent formatting context (whether that formatting context is of the same type as its parent or not), it essentially creates a new, independent layout environment: except through the sizing of the box itself, the layout of its descendants is (generally) not affected by the rules and contents of the formatting context outside the box, and vice versa.
- 【 言い換えれば,独立な整形~文脈は、 `~box~tree$の中で[ それを確立している~boxを根とする下位tree ]が成す内容から,[ 新たに別の独立な整形~文脈を確立するような各 子孫~box ]の内容すべてを除いた部分を表現する。 】
- 例えば,`塊~整形~文脈$の中の浮動体(浮動される~box)は、 周囲の~boxの~layoutに影響するが,その効果が その`整形~文脈$の外へ~~波及することはない: その`整形~文脈$を確立している~box【の塊~size】は、 浮動体を全部的に包含するように大きくされ,その~boxの外側の浮動体が[ ~box内に突き出たり,~boxの内側の内容に影響する ]ことは許容されない。 ◎ For example, in a block formatting context, floated boxes affect the layout of surrounding boxes. But their effects do not escape their formatting context: the box establishing their formatting context grows to fully contain them, and floats from outside that box are not allowed to protrude into and affect the contents inside the box.
- 別の例として,~marginは、 `整形~文脈$の境界をまたがって相殺されることはない。 ◎ As another example, margins do not collapse across formatting context boundaries.
- 注記: `排他~box$ `CSS3-EXCLUSIONS$r は、 `独立な整形~文脈$の境界を超えて内容に影響できる (この仕様を書いている時点では、 そのような~layout特能は,これに限られる)。 ◎ Exclusions are able to affect content across independent formatting context boundaries. (At time of writing, they are the only layout feature that can.) [CSS3-EXCLUSIONS]
- ある種の~propは、 普通でない事例では,~boxに `独立な整形~文脈を確立-@ するよう強制する。 例えば,`~flow外$にされた~boxは、 `塊~化$されるに伴い,`独立な整形~文脈を確立-$するようになる。 別の例として、 `contain$p ~propのある種の値は,~boxに`独立な整形~文脈を確立-$させる。 塊を`~scroll容器$に転換することは、 それに`独立な整形~文脈を確立-$させることになる — しかしながら,`下位格子$を`~scroll容器$に転換しても そうはならず、 下位格子として動作し続け,その内容は親の`格子~容器$の~layoutに関与し続ける。 ◎ Certain properties can force a box to establish an independent formatting context in cases where it wouldn’t ordinarily. For example, making a box out-of-flow causes it to blockify as well as to establish an independent formatting context. As another example, certain values of the contain property can cause a box to establish an independent formatting context. Turning a block into a scroll container will cause it to establish an independent formatting context; however turning a subgrid into a scroll container will not—it continues to act as a subgrid, with its contents participating in the layout of its parent grid container.
- `独立な整形~文脈を確立-$する`塊~box$は、 自身の内容~用に新たな`塊~整形~文脈$を確立する。 他のほとんどの事例では、 ~boxに`独立な整形~文脈を確立-$させようと強制しても,何も起きない — ~boxはすでに`独立な整形~文脈$を確立しているか(例:`~flex容器$),その型の~box上に全く独立な新たな整形~文脈を確立することはアリでない(例:置換されない`行内~box$)。 ◎ A block box that establishes an independent formatting context establishes a new block formatting context for its contents. In most other cases, forcing a box to establish an independent formatting context is a no-op—either the box already establishes an independent formatting context (e.g. flex containers), or it’s not possible to establish a totally independent new formatting context on that type of box (e.g. non-replaced inline boxes).
- `塊~整形~文脈@ ( `block formatting context^en )
- `行内~整形~文脈@ ( `inline formatting context^en )
- [ `塊~整形~文脈$/`行内~整形~文脈$ ]は `CSS2$r `§ 通常~flow@~CSS2J#normal-flow$ にて定義される。 `行内~整形~文脈$は、 `塊~整形~文脈$の中に存在する (また、それを包含している`塊~整形~文脈$の一部を成す) — 例えば,`行内~整形~文脈$に属する行l~boxは、 `塊~整形~文脈$に属する浮動体と相互作用する。 ◎ Block and inline formatting contexts are defined in CSS 2.1 Section 9.4. Inline formatting contexts exist within (are part of their containing) block formatting contexts; for example, line boxes belonging to the inline formatting context interact with floats belonging to the block formatting context.
- `塊~layout@ ( `block layout^en )
- `塊~整形~文脈$の中で遂行される,`塊~levelの~box$の~layout。 【`~flow~layout$の一部を成す。】 ◎ The layout of block-level boxes, performed within a block formatting context.
- `塊~整形~文脈~根@ ( `block formatting context root^en )
- `塊~容器~box$であって,新たな`塊~整形~文脈$を確立するもの。 ◎ A block container that establishes a new block formatting context.
- `~BFC@
-
[ `塊~整形~文脈$, または `塊~整形~文脈~根$ ]の略称。 [ 内部に浮動体を包含する/ 外部の浮動体を除外する/ ~margin相殺を抑止する ]ような~boxを指すときなど,様々な非正式な定義があるため、 特定的には次のいずれかを指し得る: ◎ Abbreviation for block formatting context or block formatting context root. Has various informal definitions referring to boxes which contain internal floats, exclude external floats, and suppress margin collapsing, and may therefore refer specifically to one of:
- `塊~容器~box$であって,自身の内容に対し新たな`塊~整形~文脈$を確立するもの。 ◎ a block container that establishes a new block formatting context for its contents
- `塊~box$(すなわち,`塊~level$の`塊~容器$)であって,自身の内容に対し`塊~整形~文脈$を確立するもの(確立しない塊~boxと判別されるよう)。 ◎ a block box (i.e. a block-level block container) that establishes a block formatting context for its contents (as distinguished from a block box which does not)
- (ごく大雑把に、) `塊~levelの~box$であって,(`行内~整形~文脈$以外の)新たな`整形~文脈$を確立するもの。 ◎ (very loosely) any block-level box that establishes a new formatting context (other than an inline formatting context)
- `~flow外@ ( `out-of-flow^en )
- `~flow内@ ( `in-flow^en )
- ~boxが`~flow外$にあるとは、[ それに期待される位置, その周囲の内容との相互作用 ]から引き抜かれ,[ 親~整形~文脈における通常の内容~flowの外側で,異なる~paradigmを利用して~lay-outされる ]ことをいう。 これは、 ~boxが( `float$p を介して)浮動されるか,( `position$p を介して)`絶対的に位置され$る場合に生じる。 `~flow外$にない~boxは、 `~flow内$にあるとされる。 ◎ A box is out-of-flow if it is extracted from its expected position and interaction with surrounding content and laid out using a different paradigm outside the normal flow of content in its parent formatting context. This occurs if the box is floated (via float) or absolutely positioned (via position). A box is in-flow if it is not out-of-flow.
- 注記: `整形~文脈$によっては、 要素は,その `float$p が `none^v 以外でも浮動されず,`~flow外$にならなくなる場合がある。 【例:格子~layout/~flex~layoutの中】 ◎ Note: Some formatting contexts inhibit floating, so that an element with float: left is not necessarily out-of-flow.
- `文書~順序@( `document order^en, 略して “文書~順” )
- 文書~内で,~boxや内容が生じる順序(具現化~用に現れる順序とは異なり得る)。 疑似要素たちの順序を決定する目的においては、 `~box~tree$による順序が利用される — `CSS-PSEUDO-4$r `§ ~treeに留まる疑似要素@~CSSPSEUDO#treelike$ を見よ。 ◎ The order in which boxes or content occurs in the document (which can be different from the order in which it appears for rendering). For the purpose of determining the relative order of pseudo-elements, the box-tree order is used, see CSS Pseudo-Elements 4 § 4 Tree-Abiding Pseudo-elements.
これらの用語の全部的な定義については `CSS2$r `§ 視覚-整形~model@~CSS2J#visuren$ を見よ。 ◎ See [CSS2] Chapter 9 for a fuller definition of these terms.
付録 B. 通例的でない要素に対する `display:contents^p の効果
`この節は、(現時点では)規範的でない。^em ◎ This section is (currently) non-normative.
要素には、 純粋に~CSS~boxの概念で具現化されないものもある。 例えば ⇒# 置換d要素( `img$e など), 多くの~form~control( `input$e など), ~SVG要素 ◎ Some elements aren’t rendered purely by CSS box concepts; for example, replaced elements (such as img), many form controls (such as input), and SVG elements.
この付録は、 `display:contents$p が,それらにどう相互作用するかを定義する。 ◎ This appendix defines how they interact with display: contents.
~HTML要素
- `br$e
- `wbr$e
- `meter$e
- `progress$e
- `canvas$e
- `embed$e
- `object$e
- `audio$e
- `iframe$e
- `img$e
- `video$e
- `frame$e
- `frameset$e
- `input$e
- `textarea$e
- `select$e
- `display:contents$p は、 `display:none^p に算出される。 ◎ display: contents computes to display: none.
- `legend$e
- ~HTMLに従って, `display:contents$p を伴う `legend$e は、 `具現化される~legend@~HTMLrendering#rendered-legend$にはならず,特に変わった挙動はない(したがって、 `display:contents$p に対し,通常通り反応する)。 ◎ Per HTML, a legend with display: contents is not a rendered legend, so it does not have magical display behavior. (Thus, it reacts to display: contents normally.)
- `button$e
- `details$e
- `fieldset$e
- これらの要素には、 特別な挙動はない。 `display:contents$p は、 単純に要素の`首要~box$を除去し,その内容は通常通り具現化される。 ◎ These elements don’t have any special behavior; display: contents simply removes their principal box, and their contents render as normal.
- その他の~HTML要素
- `display:contents$p は、 通常通り挙動する。 ◎ Behaves as normal for display: contents.
~SVG要素
- ~CSS~box~layoutを有する `svg$e 要素 (これには、 文書の`根~要素$に加えて,親は~HTML要素である `svg^e も含まれる) ◎ An svg element that has CSS box layout (this includes all svg whose parent is an HTML element, as well as document root elements)
- `display:contents$p は、 `display:none^p に算出される。 ◎ display: contents computes to display: none.
- 他のすべての~SVG`容器~要素$のうち,`描画-可能$なもの ◎ All other SVG container elements that are also renderable elements
- ~SVG `~text内容~子~要素$ ◎ SVG text content child elements
- `use$e
- `display:contents$p は、 要素を整形~treeから剥取って,要素の内容を その箇所に表示するよう巻上げる。 そのような内容には、 `use$e 用の Shadow DOM 内容も含まれる。 ◎ display: contents strips the element from the formatting tree, and hoists its contents up to display in its place. These contents include the shadow-DOM content for use.
- その他の~SVG要素 ◎ any other SVG elements
- `display:contents$p は、 `display:none^p に算出される。 ◎ display: contents computes to display: none.
注記: ここでの意図nは、 要素の内側と外側における “描画~文脈” が異なるときは, `display:none$p の挙動を適用することである。 要素の子~要素が要素の親の子として妥当にならない場合、 単純にそれを整形~treeの~~上方へ巻上げることはできない。 ◎ The intention here is that the display: none behavior applies whenever the "rendering context" inside the element is different than the context outside of it. If the element’s child elements would not be valid children of the element’s parent, you cannot simply hoist them up the formatting tree.
例えば,~SVGにおける[ ~text内容/~text整形~要素 ]は、 `text$e 要素~文脈を要求する。 `text$e を除去した場合、 その子[ ~text内容/要素 ]は もはや妥当でなくなる。 その理由から、 `text$e 上の `display:contents$p は,~text要素~全体を描画させなくする。 対照的に,[ `tspan$e / `textPath$e ]には、 巻上げの挙動が適用される — その内側にある妥当な内容は、 親~text整形~文脈の内側でも妥当な内容になるので。 ◎ For example, text content and text formatting elements in SVG require a text element context; if you remove a text, its child text content and elements are no longer valid. For that reason, display: contents on text prevents the entire text element from being rendered. In contrast, any valid content inside a tspan or textPath is also valid content inside the parent text formatting context, so the hoisting behavior applies for these elements.
同様に,巻上げにより,`描画され$ない要素の子(例: `pattern$e や `symbol$e の内側にある図形)が`描画され$る要素(例: `svg$e の直な子である図形)に変換されることになる場合、 描画~文脈の変化は妥当でない。 したがって、 決して描画されない容器~要素は, `display:contents$p で “~boxを~~剥ぎ取る” ことはできない。 ◎ Similarly, if hoisting would convert the children from non-rendered elements (e.g., a shape inside a pattern or symbol) to rendered elements (e.g., a shape that is a direct child of the svg), that is an invalid change of rendering context. Never-rendered container elements therefore cannot be "un-boxed" by display: contents.
要素が整形~treeから剥取られたときは、 その要素~上の~SVG属性のうち[ ~layout/ 視覚-整形 ]を制御するものは,内容を描画するときには無視される。 しかしながら,~SVGの`呈示~属性$は、 ~CSS~propに対応付けられるので,値の処理と継承に影響し続ける `CSS-CASCADE-3$r — そのような属性は、 要素の子孫~上の そのような~propの値に波及することにより,子孫の[ ~layout/ 視覚-整形 ]に影響し得る。 ◎ When an element is stripped from the formatting tree, then any SVG attributes on that element that control layout and visual formatting are ignored when rendering the contents. However, SVG presentation attributes—which map to CSS properties—continue to affect value processing and inheritance [CSS-CASCADE-3]; thus such attributes can affect the layout and visual formatting of the element’s descendants by influencing the values of such properties on those descendants.
~MathML要素
どの~MathML要素に対しても、 `display:contents$p は, `display:none^p に算出される。 ◎ For all MathML elements, display: contents computes to display: none.
付録 C. 仕様~策定者~向けの~box構築~指針
`この節は、仕様~策定者~向けの規範的でない指導である。^em ◎ This section is non-normative guidance for specification authors.
- ~boxを`塊~化$すると同時に`行内~化$することは,できない。 そのようになり得る場合、 どちらになるか定義すること。 ◎ A box cannot be blockified and inlinified at the same time; if such a thing would occur, define which wins over the other.
- `塊~化$できるのは、[ `首要~box$, `匿名~box$ ]に限られる — 塊~化は、 当の要素の算出d値に影響する結果,その`首要~box$の型を決定する。 ◎ Non-principal non-anonymous boxes can’t be blockified: blockification affects the element’s computed values and thus determines the type of its principal box.
- 自身の内容を`塊~化$する~boxは、 `行内~level$の内容を直に包含できない。 そのような要素の中で生成される[ ~box/~text連列 ]は、 `塊~化$するか`匿名$な`塊~容器$内に包装しなければナラナイ。 ◎ Boxes which blockify their contents can’t directly contain inline-level content; any boxes or text sequences generated within such an element must be blockified or wrapped in an anonymous block container.
- 自身の内容を`行内~化$する~boxは、 `塊~level$の~boxを直に包含し得ない。 そのような要素の中で生成される~boxは、 `行内~level$にならなければナラナイ。 ◎ Boxes which inlinify their contents can’t directly contain block-level boxes; any boxes generated within such an element must be inline-level.
- ~boxのうち,根幹的に`独立な整形~文脈$を確立し得ないもの(`置換され$ない行内など)は、 `独立な整形~文脈を確立-$させてはナラナイ。 その前に塊~化するか,その~box型を`独立な整形~文脈$を確立できるものに変更すること。 ◎ Boxes that fundamentally cannot establish an independent formatting context (such as non-replaced inlines) must not be asked to establish an independent formatting context. Blockify them first, or otherwise change their box type to one that can establish an independent formatting context.
謝辞
年月に渡り,~box生成における異質な詳細を~~分別しようと試みてきた 多くの方々に。 特に、 目標達成には至らなかったが,現在の仕様の基礎になった, `Bert Bos^en 氏による `display-model^p, `display-role^p についての最後の試みに。 `CSS2$r `§ 視覚-整形~model@~CSS2J#visuren$に対する~~容赦なき~~考査により, 混沌から~~一定の秩序を導き出された `Anton Prowse^en 氏に。 この仕様における数多の繊細な区別と誤りを選り分けられた `Oriol Brufau^en 氏に。 ~feedbackを寄せられた、 次に挙げる方々にも: ◎ We would like to thank the many people who have attempted to separate out the disparate details of box generation over the years, most particularly Bert Bos, whose last attempt with display-model and display-role didn’t get anywhere, but primed us for the current spec; Anton Prowse, whose relentless assault on CSS2.1 Chapter 9 forced some order out of the chaos; and Oriol Brufau, who teased apart dozens of fine distinctions and errors in this spec.\
Honorable mentions also go to David Baron, Mats Palmgren, Ilya Streltsyn, and Boris Zbarsky for their feedback.
変更点
- `~level 3@~TR/css-display-3/$ からの変更点 ◎ Additions since Level 3 ◎ The following features were added since CSS Display Module Level 3:
- `reading-flow$p ~propを追加した。 ( `8589$issue ) ◎ the reading-flow property (Issue 8589)
- `display$p を~animateする能を追加した。 ◎ the ability to animate display
~privacyの考慮点
この仕様が導入する新たな~privacyの考慮点は無い。 ◎ This specification introduces no new privacy considerations.
~securityの考慮点
この仕様が導入する新たな~securityの考慮点は無い。 ◎ This specification introduces no new security considerations.