Skip to content

Commit 4b5b513

Browse files
[css-text-4] Fix link to MathML section w3c/csswg-drafts@6e1b9f8
+編集(原文テキストデータの不一致を修正
1 parent 25613d1 commit 4b5b513

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

css-text-ja.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@
293293
●●options
294294

295295
spec_title:CSS Text Module Level 4
296-
spec_date:2025-03-21
297-
trans_update:2024-11-28
298-
sorce_checked:230905
296+
spec_date:2025-06-06
297+
trans_update:2025-06-08
298+
sorce_checked:250606
299299
page_state_key:CSS
300300
original_url:https://drafts.csswg.org/css-text-4/
301301
spec_status:ED
@@ -3053,10 +3053,10 @@ <h3 title="Case Transforms: the text-transform property">2.1. 大小~変形: `
30533053

30543054
<dt>`math-auto@v</dt>
30553055
<dd>
3056-
`MATHML-CORE$r <a href="~MATHMLcore#new-text-transform-values">§ 新たな `text-transform^p 値</a>
3056+
`MATHML-CORE$r <a href="~MATHMLcore#math-auto-transform">§ `math-auto^v による変形</a>
30573057
を見よ。
30583058
3059-
See MathML Core § 4.2 New text-transform value.
3059+
See MathML Core § 4.2 The math-auto transform.
30603060
</dd>
30613061
</dl>
30623062

@@ -3792,7 +3792,7 @@ <h2 title="White Space and Wrapping: the white-space property">3. 空白と折
37923792
`§ 行-分断法@#line-breaking$
37933793
を見よ。
37943794
3795-
whether lines may wrap at unforced soft wrap opportunities; see § 5 Text Wrapping and Line Breakin
3795+
whether lines may wrap at unforced soft wrap opportunities; see § 5 Text Wrapping and Line Breaking
37963796
</li>
37973797
</ul>
37983798

@@ -5831,7 +5831,7 @@ <h3 title="Selecting How to Wrap: the text-wrap-style property">5.4. 折返す
58315831
58325832
Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto.
58335833
5834-
The height of the line boxes may nevertheless change, due to changes in which content appears together on one line.
5834+
Note: The height of the line boxes may nevertheless change, due to changes in which content appears together on one line.
58355835
</dd>
58365836
<dd>
58375837
残り続ける空間として考慮されるのは、[
@@ -8236,15 +8236,15 @@ <h4 title="Hyphenation Size Limit: the hyphenate-limit-zone property">6.3.3. ~hy
82368236
◎ア 算出d値の型による
82378237
◎表終
82388238
8239-
Name: hyphenate-character
8240-
Value: auto | &lt;string&gt;
8241-
Initial: auto
8242-
Applies to: text
8239+
Name: hyphenate-limit-zone
8240+
Value: &lt;length-percentage&gt;
8241+
Initial: 0
8242+
Applies to: block containers
82438243
Inherited: yes
8244-
Percentages: n/a
8245-
Computed value: specified keyword
8244+
Percentages: refers to length of the line box
8245+
Computed value: computed &lt;length-percentage&gt; value
82468246
Canonical order: per grammar
8247-
Animation type: discrete
8247+
Animation type: by computed value type
82488248
</div>
82498249

82508250
<p class="issue">
@@ -10490,7 +10490,7 @@ <h3 title="Line Start/End Padding: the line-padding property">8.3. 行lの始端
1049010490
</p>
1049110491

1049210492
<pre class="lang-css">
10493-
p { line-padding: 0.5em; text-align: center }
10493+
p { line-padding: 0.5em; line-height: 1; text-align: center }
1049410494
span { background: black; color: white; }
1049510495
em { background: green; color: white; }
1049610496
</pre>
@@ -11068,7 +11068,7 @@ <h4 title="Fullwidth Punctuation Collapsing">8.5.1. 全角~約物の縮約-法</
1106811068
半角(概して,表語文字の字幅の半分), 全角
1106911069
]どちらに組まれるか制御することを作者に許容する。
1107011070
11071-
Typically, fullwidth characters have glyphs with the same advance width as a standard Han character (e.g. 水 U+6C34). However, many fullwidth punctuation glyphs only take up part of the fullwidth design space. Thus such punctuation are not always set fullwidth. Several values of text-spacing allow the author to control when such characters are set half-width (typically half the width of an ideograph) and when they are set full-width.
11071+
Typically, fullwidth characters have glyphs with the same advance width as a standard Han character (e.g. 水 U+6C34). However, many fullwidth punctuation glyphs only take up part of the fullwidth design space. Thus such punctuation are not always set fullwidth. Several values of text-spacing-trim allow the author to control when such characters are set half-width (typically half the width of an ideograph) and when they are set full-width.
1107211072
</p>
1107311073

1107411074
<p>
@@ -11284,7 +11284,7 @@ <h4 title="Fullwidth Punctuation Collapsing">8.5.1. 全角~約物の縮約-法</
1128411284
【表tの “見かけ” 列においては、】
1128511285
削り効果を近似するため,等価な半角~glyphが利用される。
1128611286
11287-
The following example table lists the punctuation pairs affected by adjancent-pairs trimming. It uses halfwidth equivalents to approximate the trimming effect.
11287+
The following example table lists the punctuation pairs affected by adjacent-pairs trimming. It uses halfwidth equivalents to approximate the trimming effect.
1128811288
</p>
1128911289

1129011290
<div>

0 commit comments

Comments
 (0)