|
222 | 222 | ●●options |
223 | 223 |
|
224 | 224 | spec_title:CSS Text Decoration Module Level 4 |
225 | | -spec_date:2025-11-11 |
226 | | -trans_update:2026-01-14 |
| 225 | +spec_date:2026-03-04 |
| 226 | +trans_update:2026-03-06 |
227 | 227 | source_checked:251111 |
228 | 228 | page_state_key:CSS |
229 | 229 | original_url:https://drafts.csswg.org/css-text-decor-4/ |
|
233 | 233 | ref_id_lowercase:true |
234 | 234 | site_nav:typeset,css |
235 | 235 | conformance:css |
236 | | -copyright:2025,permissive |
| 236 | +copyright:2026,permissive |
237 | 237 | trans_1st_pub:2015-10-10 |
238 | 238 |
|
239 | 239 | ●●class_map |
|
343 | 343 | t.color:~CSSCOLOR#typedef-color |
344 | 344 | t.length-percentage:~CSSVAL#typedef-length-percentage |
345 | 345 | t.length:~CSSVAL#length-value |
| 346 | +t.line-width:~CSSBORDER#typedef-line-width |
346 | 347 | t.percentage:~CSSVAL#percentage-value |
347 | 348 | t.string:~CSSVAL#string-value |
348 | 349 | t.shadow:~CSSBG3#typedef-shadow |
|
387 | 388 | #valdef-text-decoration-thickness-auto |
388 | 389 | #valdef-text-decoration-thickness-from-font |
389 | 390 | t.length-percentage:#valdef-text-decoration-thickness-length-percentage |
| 391 | + t.line-width:#valdef-text-decoration-thickness-line-width |
390 | 392 |
|
391 | 393 | text-underline-position: |
392 | 394 | #valdef-text-underline-position-from-font |
|
1086 | 1088 | [CSS-CASCADE-5] |
1087 | 1089 | Elika Etemad; Miriam Suzanne; Tab Atkins Jr.. <CSS Cascading and Inheritance Level 5>. URL: https://drafts.csswg.org/css-cascade-5/ |
1088 | 1090 | [CSS-COLOR-4] |
1089 | | - Chris Lilley; Tab Atkins Jr.; Lea Verou. <CSS Color Module Level 4>. URL: https://drafts.csswg.org/css-color-4/ |
| 1091 | + Tab Atkins Jr.; Chris Lilley; Lea Verou. <CSS Color Module Level 4>. URL: https://drafts.csswg.org/css-color-4/ |
1090 | 1092 | [CSS-COLOR-5] |
1091 | | - Chris Lilley; et al. <CSS Color Module Level 5>. URL: https://drafts.csswg.org/css-color-5/ |
| 1093 | + Chris Lilley; Una Kravets; Lea Verou. <CSS Color Module Level 5>. URL: https://drafts.csswg.org/css-color-5/ |
1092 | 1094 | [CSS-DISPLAY-4] |
1093 | 1095 | Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4>. URL: https://drafts.csswg.org/css-display-4/ |
1094 | 1096 | [CSS-FONTS-3] |
|
1112 | 1114 | [CSS-TEXT-4] |
1113 | 1115 | Elika Etemad; et al. <CSS Text Module Level 4>. URL: https://drafts.csswg.org/css-text-4/ |
1114 | 1116 | [CSS-UI-4] |
1115 | | - Florian Rivoal. <CSS Basic User Interface Module Level 4>. URL: https://drafts.csswg.org/css-ui-4/ |
| 1117 | + Tab Atkins Jr.; Florian Rivoal. <CSS Basic User Interface Module Level 4>. URL: https://drafts.csswg.org/css-ui-4/ |
1116 | 1118 | [CSS-VALUES-3] |
1117 | 1119 | Tab Atkins Jr.; Elika Etemad. <CSS Values and Units Module Level 3>. URL: https://drafts.csswg.org/css-values-3/ |
1118 | 1120 | [CSS-VALUES-4] |
|
1122 | 1124 | [CSS2] |
1123 | 1125 | Bert Bos; et al. <Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification>. URL: https://drafts.csswg.org/css2/ |
1124 | 1126 | [FILL-STROKE-3] |
1125 | | - Elika Etemad; Tab Atkins Jr.. <CSS Fill and Stroke Module Level 3>. URL: https://drafts.fxtf.org/fill-stroke/ |
| 1127 | + Elika Etemad; Tab Atkins Jr.. <CSS Fill and Stroke Module Level 3>. URL: https://drafts.csswg.org/fill-stroke/ |
1126 | 1128 | [RFC2119] |
1127 | 1129 | S. Bradner. <Key words for use in RFCs to Indicate Requirement Levels>. March 1997. Best Current Practice. URL: https://datatracker.ietf.org/doc/html/rfc2119 |
| 1130 | +[SELECTORS-4] |
| 1131 | + Elika Etemad; Tab Atkins Jr.. <Selectors Level 4>. URL: https://drafts.csswg.org/selectors/ |
1128 | 1132 | [UAX11] |
1129 | 1133 | Ken Lunde 小林剣. <East Asian Width>. 24 July 2025. Unicode Standard Annex #11. URL: https://www.unicode.org/reports/tr11/tr11-44.html |
1130 | 1134 | [UAX15] |
@@ -2044,7 +2048,7 @@ <h3 title="Text Decoration Line Thickness: the text-decoration-thickness propert |
2044 | 2048 |
|
2045 | 2049 | <div> |
2046 | 2050 | ◎名 `text-decoration-thickness@p |
2047 | | -◎値 `auto$v | `from-font$v | `length-percentage$t |
| 2051 | +◎値 `auto$v | `from-font$v | `length-percentage$t | `line-width$t |
2048 | 2052 | ◎初 `auto$v |
2049 | 2053 | ◎適 すべての要素 |
2050 | 2054 | ◎継 されない |
@@ -2106,8 +2110,9 @@ <h3 title="Text Decoration Line Thickness: the text-decoration-thickness propert |
2106 | 2110 | </dd> |
2107 | 2111 |
|
2108 | 2112 | <dt id="valdef-text-decoration-thickness-length-percentage">`length-percentage$t</dt> |
| 2113 | + <dt id="valdef-text-decoration-thickness-line-width">`line-width$t</dt> |
2109 | 2114 | <dd> |
2110 | | -長さ値は、 |
| 2115 | +長さ値【 `line-width$t も含む】は、 |
2111 | 2116 | ~text装飾~線の太さを固定d長さとして指定する。 |
2112 | 2117 | ◎ |
2113 | 2118 | A length value specifies the thickness of text decoration lines as a fixed length. |
|
0 commit comments