136136●●options
137137
138138spec_title:CSS Values and Units Module Level 5
139- spec_date:2025 - 06 - 20
140- trans_update:2025 - 06 - 23
139+ spec_date:2025 - 07 - 28
140+ trans_update:2025 - 07 - 29
141141source_checked:250311
142142page_state_key:CSS
143143original_url:https://drafts.csswg.org/css-values-5/
10381038t . color :~ CSSCOLOR #typedef- color
10391039t . color :~ CSSCOLOR5 #typedef- color
10401040t . complex - real - selector - list :~ SELECTORS4 #typedef- complex - real - selector - list
1041- t . crossorigin - modifier :#typedef- request - url - modifier - crossorigin - modifier
1041+ t . cross - origin - modifier :#typedef- request - url - modifier - cross - origin - modifier
10421042t . custom - ident :~ CSSVAL #identifier- value
10431043t . custom - property - name :~ CSSVAR #typedef- custom - property - name
10441044t . dashed - ident :~ CSSVAL #typedef- dashed - ident
10761076 t . percentage :#valdef- progress - source - percentage
10771077t . random - item - args :#typedef- random - item - args
10781078t . random - value - sharing :#typedef- random - value - sharing
1079- t . referrerpolicy - modifier :#typedef- request - url - modifier - referrerpolicy - modifier
1079+ t . referrer - policy - modifier :#typedef- request - url - modifier - referrer - policy - modifier
10801080t . request - url - modifier :#typedef- request - url - modifier
10811081t . segment - options :#typedef- calc - interpolate - segment - options
10821082t . size - keyword :#typedef- size - keyword
11591159 #valdef- position - length - percentage
11601160
11611161v . integrity :#funcdef- request - url - modifier - integrity
1162- v . referrerpolicy :#funcdef- request - url - modifier - referrerpolicy
1163- v . crossorigin :#funcdef- request - url - modifier - crossorigin
1162+ v . referrer - policy :#funcdef- request - url - modifier - referrer - policy
1163+ v . cross - origin :#funcdef- request - url - modifier - cross - origin
11641164
11651165v . anonymous :#valdef- request - url - modifier - anonymous
11661166v . no - referrer - when - downgrade :#valdef- request - url - modifier - no - referrer - when - downgrade
15471547[ CSS - PROPERTIES - VALUES - API - 1 ]
15481548 Tab Atkins Jr . ; Alan Stearns ; Greg Whitworth . <CSS Properties and Values API Level 1 > . URL : https :/ / drafts . css - houdini . org / css - properties - values - api - 1 /
15491549[ CSS - PSEUDO - 4 ]
1550- Daniel Glazman ; Elika Etemad ; Alan Stearns . <CSS Pseudo - Elements Module Level 4 > . URL : https :/ / drafts . csswg . org / css - pseudo - 4 /
1550+ Elika Etemad ; Alan Stearns . <CSS Pseudo - Elements Module Level 4 > . URL : https :/ / drafts . csswg . org / css - pseudo - 4 /
15511551[ CSS - SCOPING - 1 ]
15521552 Tab Atkins Jr . ; Elika Etemad . <CSS Scoping Module Level 1 > . URL : https :/ / drafts . csswg . org / css - scoping /
15531553[ CSS - SIZING - 3 ]
@@ -2351,7 +2351,7 @@ <h4 title="Parsing as <syntax>">3.3.1. `syntax$t としての構文解析-
23512351これらの課題を避けて,きちんと定義された結果を取得するため、
23522352次の~algoが利用される:
23532353◎
2354- To avoid these issues and get a well-defined result, use parse with a * :
2354+ To avoid these issues and get a well-defined result, use parse with a <syntax> :
23552355</ p >
23562356
23572357< div class ="algo ">
@@ -2531,22 +2531,22 @@ <h4 title="Request URL Modifiers">4.1.1. 要請~URL改変子</h4>
25312531< div >
25322532< pre class ="prod ">
25332533`request-url-modifier$t
2534- = `crossorigin -modifier$t
2534+ = `cross-origin -modifier$t
25352535 | `integrity-modifier$t
2536- | `referrerpolicy -modifier$t
2536+ | `referrer-policy -modifier$t
25372537</ pre >
25382538◎
2539- <request-url-modifier> = <crossorigin- modifier> | <integrity-modifier> | <referrerpolicy -modifier>
2540- ↓↓ <crossorigin- modifier> = crossorigin (anonymous | use-credentials)
2539+ <request-url-modifier> = <cross-origin- modifier> | <integrity-modifier> | <referrer-policy -modifier>
2540+ ↓↓ <cross-origin- modifier> = cross-origin (anonymous | use-credentials)
25412541↓↓ <integrity-modifier> = integrity(<string>)
2542- ↓↓ <referrerpolicy- modifier> = referrerpolicy (no-referrer | no-referrer-when-downgrade | same-origin | origin | strict-origin | origin-when-cross-origin | strict-origin-when-cross-origin | unsafe-url)
2542+ ↓↓ <referrer-policy- modifier> = referrer-policy (no-referrer | no-referrer-when-downgrade | same-origin | origin | strict-origin | origin-when-cross-origin | strict-origin-when-cross-origin | unsafe-url)
25432543</ div >
25442544
25452545< dl >
25462546 < dt >
25472547< pre class ="prod ">
2548- `crossorigin -modifier@t
2549- = `crossorigin @v(`anonymous@v | `use-credentials@v)
2548+ `cross-origin -modifier@t
2549+ = `cross-origin @v(`anonymous@v | `use-credentials@v)
25502550</ pre >
25512551 </ dt >
25522552 < dd class ="algo ">
@@ -2567,8 +2567,8 @@ <h4 title="Request URL Modifiers">4.1.1. 要請~URL改変子</h4>
25672567 < li >
25682568`要請$の`資格証~mode$rq ~SET 引数に与えられた値に応じて
25692569⇒#
2570- `use-credentials $v ならば `include ^l /
2571- ~ELSE_ `same-origin ^l
2570+ `anonymous $v ならば `same-origin ^l /
2571+ `use-credentials$v ならば `include ^l
25722572◎
25732573If the given value is use-credentials, set req’s credentials mode to "include".
25742574◎
@@ -2596,8 +2596,8 @@ <h4 title="Request URL Modifiers">4.1.1. 要請~URL改変子</h4>
25962596
25972597 < dt >
25982598< pre class ="prod ">
2599- `referrerpolicy -modifier@t
2600- = `referrerpolicy @v(
2599+ `referrer-policy -modifier@t
2600+ = `referrer-policy @v(
26012601 `no-referrer@v
26022602 | `no-referrer-when-downgrade@v
26032603 | `same-origin@v
@@ -6015,7 +6015,7 @@ <h4 title="Substitution">8.7.1. 代入</h4>
60156015 < li >
60166016%結果 ~LET `構文~値で構文解析する$( %属性~値, %構文, %要素 )
60176017◎
6018- then parse with a attr value, with syntax and el.\
6018+ then parse with a <syntax> attr value, with syntax and el.\
60196019</ li >
60206020 < li >
60216021~IF[
0 commit comments