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.
-
baseURL descriptor is not given then one is created from
+ if a base-url descriptor is not given then one is created from
the [=style resource base URL=] of the rule.
ISSUE: Should this use <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:viewportdiff --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
spec:css2; type:property; text:float spec:css2; type:property; text:clear +spec:css-borders-4; type:property; text:box-shadow spec:css-break-3; type:dfn; text:fragment +spec:css-masking-1; type:function; text:rect() spec:css-text-3; type:dfn; text:character +spec:html; type:element; text:body@@ -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


@@ -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.
-
+
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 in ''horizontal-tb''

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

Line orientation in ''sideways-lr''
+ width="80" height="176">
Vertical baseline of an upright glyph
+ src="diagrams/vertical-table.png" width="441" height="299">
Table in ''vertical-rl'' RTL writing mode
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'':
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.
+ src="images/tate-chu-yoko.png" width="121" height="326">
Example of horizontal-in-vertical tate-chu-yoko
+ src="images/bad-tate-chu-yoko.png" width="41" height="192">
Example of mis-applied tate-chu-yoko
@@ -2813,11 +2817,15 @@ Full-width Characters can potentially affect the selection of variants for characters included in combined text runs. Authors are advised to use these properties with care when 'text-combine-upright' is also used. -Privacy and Security Considerations {#priv-sec} +Privacy Considerations {#privacy} =============================================== - This specification introduces no new privacy leaks, - or security considerations beyond “implement it correctly”. + This specification introduces no new privacy leaks beyond “implement it correctly”. + +Security Considerations {#security} +=============================================== + + This specification introduces no new security considerations beyond “implement it correctly”.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