Skip to content

Commit 359f875

Browse files
[CSP3] Fix path matching in match-url-to-source-expression w3c/webappsec-csp@97e4a82
1 parent 06bc889 commit 359f875

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

CSP3-ja.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
●●options
138138

139139
spec_title:Content Security Policy Level 3
140-
spec_date:2025-06-22
141-
trans_update:2025-06-25
140+
spec_date:2025-06-30
141+
trans_update:2025-07-01
142142
source_checked:250622
143143
page_state_key:WEBAPPSEC
144144
original_url:https://w3c.github.io/webappsec-csp/
@@ -486,7 +486,7 @@
486486
%s
487487
%~scheme成分:-
488488
%~port成分:port-part
489-
%~URL~path:path
489+
%~path:path
490490
%A:-
491491
%B:-
492492
%A:A
@@ -1259,6 +1259,7 @@
12591259
基底~URL:~URL1#concept-base-url
12601260
~URL構文解析する:~URL1#concept-url-parser
12611261
~URLを直列化する:~URL1#concept-url-serializer
1262+
~URL~pathを直列化する:~URL1#url-path-serializer
12621263
~host:~URL1#concept-host
12631264
~domain:~URL1#concept-domain
12641265
既定~port:~URL1#default-port
@@ -1468,7 +1469,7 @@
14681469
[SRI-2]
14691470
Frederik Braun. <Subresource Integrity>. 22 April 2025. FPWD. URL: https://www.w3.org/TR/sri-2/
14701471
[TRUSTED-TYPES]
1471-
Krzysztof Kotowicz. <Trusted Types>. 10 January 2025. WD. URL: https://www.w3.org/TR/trusted-types/
1472+
Krzysztof Kotowicz. <Trusted Types>. 26 June 2025. WD. URL: https://www.w3.org/TR/trusted-types/
14721473
[URL]
14731474
Anne van Kesteren. <URL Standard>. Living Standard. URL: https://url.spec.whatwg.org/
14741475
[WEBIDL]
@@ -11160,21 +11161,13 @@ <h5 title="Does url match expression in origin with redirect count?">6.7.2.8. ~U
1116011161
</p>
1116111162
<ol>
1116211163
<li>
11163-
%~URL~path ~LET %~URL の`~path$url
11164+
%~path ~LET `~URL~pathを直列化する$( %~URL )
1116411165
11165-
</li>
11166-
<li>
11167-
~IF[
11168-
%~URL~path は`~list$である
11169-
11170-
11171-
%~URL~path ~SET %~URL~path を`~slash$で`連結する$
11172-
11173-
Let path be the resulting of joining url’s path on the U+002F SOLIDUS character (/).
11166+
Let path be the result of running the URL path serializer on url.
1117411167
</li>
1117511168
<li>
1117611169
~IF[
11177-
`~path成分は合致するか?$A( %式 の `path-part$p, %~URL~path )
11170+
`~path成分は合致するか?$A( %式 の `path-part$p, %~path )
1117811171
~EQ `合致しない^i
1117911172
1118011173

0 commit comments

Comments
 (0)