diff --git a/source b/source index bf4284c3506..859c69b6e49 100644 --- a/source +++ b/source @@ -3032,6 +3032,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute + +

User agents that support JavaScript must also implement the RegExp v flag + proposal.

WebAssembly
@@ -50855,7 +50858,8 @@ ldh-str = < as defined in values, are to be checked.

If specified, the attribute's value must match the JavaScript Pattern[+UnicodeMode, +N] production.

+ data-x="js-prod-Pattern">Pattern[+UnicodeSetsMode, +N] production.

@@ -50871,7 +50875,7 @@ ldh-str = < as defined in pattern attribute of the element.

  • Let regexpCompletion be RegExpCreate(pattern, - "u").

  • + "v").

  • If regexpCompletion is an abrupt @@ -50886,7 +50890,7 @@ ldh-str = < as defined in )$".

  • Return ! RegExpCreate(anchoredPattern, "u").

  • + data-x="">v").

    The reasoning behind these steps, instead of just using the value of the [JSJSONMODULES]

    JSON Modules. Ecma International.
    +
    [JSREGEXPVFLAG]
    +
    RegExp v flag with set notation + properties of strings. Ecma International.
    +
    [JSRESIZABLEBUFFERS]
    Resizable ArrayBuffer and growable SharedArrayBuffer. Ecma International.