Skip to content

Commit 50f7dee

Browse files
[css-text-4] text-fit should inherit w3c/csswg-drafts@88d526f
1 parent 81548fa commit 50f7dee

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

css-text-ja.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@
295295
●●options
296296

297297
spec_title:CSS Text Module Level 4
298-
spec_date:2026-04-20
299-
trans_update:2026-05-10
298+
spec_date:2026-05-26
299+
trans_update:2026-05-26
300300
sorce_checked:250606
301301
page_state_key:CSS
302302
original_url:https://drafts.csswg.org/css-text-4/
@@ -2180,6 +2180,8 @@
21802180
Chris Lilley. <CSS Color HDR Module Level 1>. URL: https://drafts.csswg.org/css-color-hdr-1/
21812181
[CSS-DISPLAY-4]
21822182
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4>. URL: https://drafts.csswg.org/css-display-4/
2183+
[CSS-FLEXBOX-2]
2184+
<CSS Flexible Box Layout Module Level 2>. Editor's Draft. URL: https://drafts.csswg.org/css-flexbox-2/
21832185
[CSS-FONTS-3]
21842186
John Daggett; Myles Maxfield; Chris Lilley. <CSS Fonts Module Level 3>. URL: https://drafts.csswg.org/css-fonts-3/
21852187
[CSS-FONTS-4]
@@ -2210,8 +2212,6 @@
22102212
Bert Bos; et al. <Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification>. URL: https://drafts.csswg.org/css2/
22112213
[CSS3-BREAK]
22122214
Rossen Atanassov; Elika Etemad. <CSS Fragmentation Module Level 3>. URL: https://drafts.csswg.org/css-break/
2213-
[CSS3-FLEXBOX]
2214-
Elika Etemad; Tab Atkins Jr.; Rossen Atanassov. <CSS Flexible Box Layout Module Level 1>. URL: https://drafts.csswg.org/css-flexbox/
22152215
[CSSOM-1]
22162216
Daniel Glazman; Emilio Cobos Álvarez. <CSS Object Model (CSSOM)>. URL: https://drafts.csswg.org/cssom/
22172217
[HTML]
@@ -2247,6 +2247,8 @@
22472247
Fuqiao Xue; Richard Ishida. <Requirements for Chinese Text Layout - 中文排版需求>. URL: https://www.w3.org/International/clreq/
22482248
[CSS-DISPLAY-3]
22492249
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 3>. URL: https://drafts.csswg.org/css-display/
2250+
[CSS3-FLEXBOX]
2251+
Elika Etemad; Tab Atkins Jr.; Rossen Atanassov. <CSS Flexible Box Layout Module Level 1>. URL: https://drafts.csswg.org/css-flexbox/
22502252
[CSS-TEXT-DECOR-3]
22512253
Elika Etemad; Koji Ishii. <CSS Text Decoration Module Level 3>. URL: https://drafts.csswg.org/css-text-decor-3/
22522254
[DOM]
@@ -9886,7 +9888,7 @@ <h3 title="Text fitting: the text-fit property">7.7. ~textの収法: `text-fit
98869888
◎値 [ `none$v | `grow$v | `shrink$v ] [ `consistent$v | `per-line$v | `per-line-all$v]? `percentage$t?
98879889
◎初 `none$v
98889890
◎適 `塊~容器$
9889-
◎継 されない
9891+
◎継 される
98909892
◎百 受容しない
98919893
◎算 指定された~keywordたち/ `percentage$t の算出d値
98929894
◎順 文法に従う
@@ -9898,7 +9900,7 @@ <h3 title="Text fitting: the text-fit property">7.7. ~textの収法: `text-fit
98989900
Value: [ none | grow | shrink ] [consistent | per-line | per-line-all]? &lt;percentage&gt;?
98999901
Initial: none
99009902
Applies to: block containers
9901-
Inherited: no
9903+
Inherited: yes
99029904
Percentages: N/A
99039905
Computed value: specified keywords or computed &lt;percentage&gt; value
99049906
Canonical order: per grammar

0 commit comments

Comments
 (0)