File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4254,7 +4254,11 @@ <h3>Algorithm</h3>
4254
4254
and processing is aborted.</ li >
4255
4255
< li > If < var > vocab</ var > is < code > false</ code > ,
4256
4256
transform < var > var</ var > to a < a > relative IRI reference</ a > using
4257
- the < span class ="changed "> < a data-lt ="context-base-iri "> base IRI</ a > from < var > active context</ var > , if it exists</ span > .</ li >
4257
+ the < span class ="changed "> < a data-lt ="context-base-iri "> base IRI</ a > from < var > active context</ var > , if it exists</ span > .
4258
+ < span class ="changed "> To avoid confusion with a < a > keyword</ a > , if < var > var</ var > has the form of a keyword
4259
+ (i.e., it matches the ABNF rule `"@"1*ALPHA` from [[RFC5234]]),
4260
+ prepend to it a colon followed by a a slash (`./`).</ span >
4261
+ </ li >
4258
4262
< li > Finally, return < var > var</ var > as is.</ li >
4259
4263
</ ol >
4260
4264
</ section >
@@ -7100,6 +7104,7 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
7100
7104
< li > Regenerated definition list, which does not attempt to filter out unused definitions.</ li >
7101
7105
< li > Changed obsolete use of `void` in WebIDL to `undefined`.</ li >
7102
7106
< li > Added some clarifications to the algorithm of < a href ="#node-map-generation "> </ a > .</ li >
7107
+ < li > Added some clarifications to the algorithm of < a href ="#iri-compaction "> </ a > .</ li >
7103
7108
</ ul >
7104
7109
</ section >
7105
7110
< section id ="ack "
You can’t perform that action at this time.
0 commit comments