|
545 | 545 | Keywords MAY use regular expressions to express constraints, or constrain
|
546 | 546 | the instance value to be a regular expression.
|
547 | 547 | These regular expressions SHOULD be valid according to the regular expression
|
548 |
| - dialect described in <xref target="ecma262">ECMA 262, section 21.2.1</xref>. |
| 548 | + dialect described in <xref target="ecma262">ECMA-262, section 21.2.1</xref>. |
549 | 549 | </t>
|
550 | 550 | <t>
|
551 | 551 | Regular expressions SHOULD be built with the "u" flag (or equivilent) to provide
|
552 |
| - Unicode support, or processed in such a way which provides Unicode support, |
553 |
| - as defined by ECMA 262. |
| 552 | + Unicode support, or processed in such a way which provides which provides Unicode |
| 553 | + as defined by ECMA-262. |
554 | 554 | </t>
|
555 | 555 | <t>
|
556 | 556 | Furthermore, given the high disparity in regular expression constructs support,
|
|
2485 | 2485 | <t>
|
2486 | 2486 | The value of "patternProperties" MUST be an object. Each property name
|
2487 | 2487 | of this object SHOULD be a valid regular expression, according to the
|
2488 |
| - ECMA 262 regular expression dialect. Each property value of this object |
| 2488 | + ECMA-262 regular expression dialect. Each property value of this object |
2489 | 2489 | MUST be a valid JSON Schema.
|
2490 | 2490 | </t>
|
2491 | 2491 | <t>
|
@@ -3298,9 +3298,9 @@ https://example.com/schemas/common#/$defs/count/minimum
|
3298 | 3298 | <reference anchor="ecma262"
|
3299 | 3299 | target="https://www.ecma-international.org/ecma-262/11.0">
|
3300 | 3300 | <front>
|
3301 |
| - <title>ECMA-262 11.0 edition specification</title> |
| 3301 | + <title>ECMA-262, 11th edition specification</title> |
3302 | 3302 | <author/>
|
3303 |
| - <date year="2020" /> |
| 3303 | + <date month="June" year="2020" /> |
3304 | 3304 | </front>
|
3305 | 3305 | </reference>
|
3306 | 3306 | </references>
|
@@ -3931,7 +3931,7 @@ https://example.com/schemas/common#/$defs/count/minimum
|
3931 | 3931 | <t>$dynamic* (previously $recursive) no longer use runtime base URI determination</t>
|
3932 | 3932 | <t>Reference ecma262 11th edition for regular expression support</t>
|
3933 | 3933 | <t>Define Compound Schema Documents (bundle) and processing</t>
|
3934 |
| - <t>Reference ecma262 11th edition for regular expression support</t> |
| 3934 | + <t>Reference ECMA-262, 11th edition for regular expression support</t> |
3935 | 3935 | <t></t>
|
3936 | 3936 | <t></t>
|
3937 | 3937 | <t></t>
|
|
0 commit comments