diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs index 8dd14b7013ba..803680d39913 100644 --- a/css-inline-3/Overview.bs +++ b/css-inline-3/Overview.bs @@ -424,7 +424,7 @@ Baselines and Metrics the [=line-under=] design edge of CJK (Han/Hangul/Kana) text. Assigned to ideo in OpenType. -
central +
central
Corresponds to the ideographic central baseline, halfway between the [=ideographic-under=] and [=ideographic-over=] baselines. diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index 51a0b52c322e..f547f3205529 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -1,7 +1,7 @@
 Title: CSS Basic User Interface Module Level 3 (CSS3 UI)
-ED: https://drafts.csswg.org/css-ui/
-TR: https://www.w3.org/TR/css3-ui/
+ED: https://drafts.csswg.org/css-ui-3/
+TR: https://www.w3.org/TR/css-ui-3/
 Previous Version: https://www.w3.org/TR/2017/PR-css-ui-3-20171214/
 Shortname: css-ui
 Level: 3
diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs
index eb125237e58e..7ac70e0e28cc 100644
--- a/css-view-transitions-2/Overview.bs
+++ b/css-view-transitions-2/Overview.bs
@@ -58,7 +58,9 @@ spec:geometry-1
 	text:multiply; type:dfn;
 	text:matrix; type:dfn;
 spec:infra; type:dfn; text:list
-spec:css-borders-4; type: property; text:border-radius;
+spec:css-borders-4; type: property;
+	text:border-radius;
+	text:border-width;
 spec:css-break-4; type:dfn; text:fragment
 spec:css2; type:dfn; text:viewport
 
diff --git a/css-writing-modes-4/Overview.bs b/css-writing-modes-4/Overview.bs index ec5514f7086c..b2ac0b21748a 100644 --- a/css-writing-modes-4/Overview.bs +++ b/css-writing-modes-4/Overview.bs @@ -25,8 +25,11 @@ Link Defaults: css2 (property) display/min-height/max-height/min-width/max-width @@ -68,7 +71,7 @@ Introduction to Writing Modes @@ -1256,7 +1259,7 @@ Introduction to Vertical Text Layout region would represent the bi-orientational scripts, while horizontal-only and vertical-only scripts would occupy their respective circles' exclusive regions." - src="diagrams/script-orientations.png"> + src="diagrams/script-orientations.png" width="500" height="159">

In modern typographic systems, all glyphs are assigned a horizontal @@ -1269,13 +1272,13 @@ Introduction to Vertical Text Layout

rotate
Rotate the glyph from horizontal to vertical - Rotate the glyph from horizontal to vertical
translate
Translate the glyph from horizontal to vertical - Translate the glyph from horizontal to vertical @@ -1436,7 +1439,7 @@ Vertical Typesetting and Font Features the UA may wish to [[!RFC6919]] (but is not expected to) synthesize the missing glyphs by typesetting them sideways etc. -
sideways typesetting +
sideways typesetting
Typographic character units typeset as a run rotated 90° clockwise from their upright orientation, @@ -1602,11 +1605,11 @@ Abstract Box Terminology is only one set of these terms.
- +
Physical & flow-relative terms as applicable to typical English text layout
- +
Physical & flow-relative terms as applicable to vertical Chinese text layout
@@ -1699,7 +1702,7 @@ Line-relative Directions Hence the need for distinct terminology.
- Mongolian mixed with English + Mongolian mixed with English

A primarily Mongolian document, such as the one above, is written in vertical lines stacking left to right, but lays its Latin text with the tops of the glyphs towards the right. This makes the text run in @@ -1740,7 +1743,7 @@ Line-relative Directions

- Line orientation compass

Line orientation in ''horizontal-tb''

@@ -1748,14 +1751,14 @@ Line-relative Directions
- Typical orientation in vertical

Line orientation in ''vertical-rl'', ''vertical-lr'', and ''sideways-rl''

- Typical orientation in vertical

Line orientation in ''sideways-lr''

@@ -1765,7 +1768,7 @@ Line-relative Directions

Baseline of an upright glyph is drawn vertically from the top center + width="80" height="176">

Vertical baseline of an upright glyph

When ''text-orientation: upright'', @@ -1943,7 +1946,7 @@ Principles of Layout in Vertical Writing Modes Diagram of a vertical-rl mixed rtl table in a
         vertical block formatting context, showing the ordering of rows,
         cells, and columns as described above. + src="diagrams/vertical-table.png" width="441" height="299">

Table in ''vertical-rl'' RTL writing mode

@@ -2022,8 +2025,8 @@ Orthogonal Flows
- We appreciate feedback in general, - but we are particularly interested in feedback + We appreciate feedback in general, + but we are particularly interested in feedback on this particularly complicated section.
@@ -2152,7 +2155,7 @@ Auto-sizing Block Containers in Orthogonal Flows

If a box establishing an orthogonal flow is - either a block container or a multi-column container, + either a [=block container=] or a [=multi-column container=], for the case where the box's inline size is ''width/auto'':

    @@ -2182,6 +2185,7 @@ Auto-sizing Block Containers in Orthogonal Flows else / capped by its inner max size if that is fixed, floored by its inner min size if that is fixed
  1. the initial containing block’s size +
    @@ -2189,7 +2193,7 @@ Auto-sizing Block Containers in Orthogonal Flows Diagram of automatically triggered multi-column preventing T-shaped documents
    - Note that this requirement automatically triggers multi-column flow on all block containers. + Note that this requirement automatically triggers multi-column flow on all [=block containers=]. This is so that overflowing content, instead of continuing off the side of the containing block, is wrapped into columns in the flow direction of the containing block, thus avoiding T-shaped documents. @@ -2255,17 +2259,17 @@ Auto-sizing Block Containers in Orthogonal Flows Auto-sizing Other Orthogonal Flow Roots

    In order to limit the length of lines, - block containers have special auto-sizing behavior + [=block containers=] have special auto-sizing behavior that triggers [=multi-column layout=] when their available inline space is infinite (which typically occurs when they establish an orthogonal flow).

    For calculating the [=automatic inline size=] for other [=display types=] when the available inline space is infinite, - if the box is [=block level=] + if the box is [=block-level=] or the formatting context otherwise calculates an [=automatic inline size=] using its [=max-content=] size, - use the same formula used for the [=block containers’=] 'column-width' + use the same formula used for the [=block container|block containers’=] 'column-width' (see above) in place of that [=max-content size=]: min(max-content, max(min-content, constraint)). @@ -2282,7 +2286,7 @@ Auto-sizing Other Orthogonal Flow Roots ensuring that its [=inline size=] still fits within the viewport or page area.

- Note: If the [=automatic inline size=] is a [=fit-content=] size + Note: If the [=automatic inline size=] is a [=fit-content sizing|fit-content size=] (for example, in a [=grid item=]) this can apply multiple maximum constraints on the [=max-content=] size. @@ -2417,7 +2421,7 @@ Purely Physical Mappings and do not respond to changes in writing mode:

@@ -2885,17 +2893,17 @@ Changes since the New in Level 4

- This module is simply a copy of the - 2015 Candidate Recommendation of CSS Writing Modes Level 3. - The difference from the current CSS Writing Modes Level 3 is the set of features that were deferred from Level 3 due to later implementation uptake: + This module is simply a copy of the + 2015 Candidate Recommendation of CSS Writing Modes Level 3. + The difference from the current CSS Writing Modes Level 3 is the set of features that were deferred from Level 3 due to later implementation uptake: - +

Acknowledgements

@@ -2975,4 +2983,4 @@ Vertical Scripts in Unicode

Due to limitations in the current feature set of Unicode Technical Report 50 and CSS Writing Modes, vertical ''mixed'' typesetting cannot automatically handle either Ogham or Old Turkic. - For these scripts, ''sideways-lr'' can be used to typeset passages. + For these scripts, ''sideways-lr'' can be used to typeset passages. \ No newline at end of file