diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index c1bda7643a5d..21ca07fff5be 100644 --- a/ed/algorithms/css-flexbox-1.json +++ b/ed/algorithms/css-flexbox-1.json @@ -68,7 +68,7 @@ "html": "Otherwise,\n\t\t\t\t\tif the used flex basis is content or depends on its available space,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using the rules for a box in an orthogonal flow [CSS3-WRITING-MODES].\n\t\t\t\t\tThe flex base size is the item’s max-content main size." }, { - "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." + "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." } ] }, diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index d70ea8dde374..a1b4a74a46f6 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." @@ -394,17 +394,17 @@ "rationale": "increase", "steps": [ { - "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", + "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", "rationale": "for", "steps": [ { "html": "…" }, { - "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." + "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." }, { - "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." + "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." } ] } diff --git a/ed/algorithms/css-grid-2.json b/ed/algorithms/css-grid-2.json index 15cdd5eb694c..d8c96f2585ee 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/serial.json b/ed/algorithms/serial.json index f3321d0bfe3b..ec932cff6b75 100644 --- a/ed/algorithms/serial.json +++ b/ed/algorithms/serial.json @@ -9,13 +9,13 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this's relevant global object's associated Document is not allowed to use the policy-controlled feature named \"serial\", reject\n promise with a \"SecurityError\" DOMException and return\n promise." + "html": "If this's relevant global object's associated Document is not allowed to use the policy-controlled feature named \"serial\", reject\n promise with a \"SecurityError\" DOMException and return\n promise." }, { - "html": "If the relevant global object of this does not have\n transient activation, reject promise with a\n \"SecurityError\" DOMException and return promise." + "html": "If the relevant global object of this does not have\n transient activation, reject promise with a\n \"SecurityError\" DOMException and return promise." }, { "html": "If options[\"filters\"] is present,\n then for each filter in\n options[\"filters\"] run the following\n steps:", @@ -26,42 +26,42 @@ "rationale": "if", "steps": [ { - "html": "If filter[\"usbVendorId\"] is present,\n reject promise with a TypeError and return promise." + "html": "If filter[\"usbVendorId\"] is present,\n reject promise with a TypeError and return promise." }, { - "html": "If filter[\"usbProductId\"] is present,\n reject promise with a TypeError and return promise." + "html": "If filter[\"usbProductId\"] is present,\n reject promise with a TypeError and return promise." } ] }, { - "html": "If filter[\"usbVendorId\"] is not\n present, reject promise with a TypeError and return\n promise." + "html": "If filter[\"usbVendorId\"] is not\n present, reject promise with a TypeError and return\n promise." } ] }, { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "let", "steps": [ { - "html": "Let allPorts be an empty list." + "html": "Let allPorts be an empty list." }, { - "html": "For each Bluetooth device registered with the system:", + "html": "For each Bluetooth device registered with the system:", "rationale": "for", "steps": [ { - "html": "For each BluetoothServiceUUID\n uuid supported by the device:", + "html": "For each BluetoothServiceUUID\n uuid supported by the device:", "rationale": "if", "steps": [ { - "html": "options[\"allowedBluetoothServiceClassIds\"]\n is present and contains uuid:", + "html": "options[\"allowedBluetoothServiceClassIds\"]\n is present and contains uuid:", "rationale": "let", "steps": [ { "html": "Let port be a SerialPort\n representing the service on the Bluetooth device." }, { - "html": "Append port to allPorts." + "html": "Append port to allPorts." } ] } @@ -70,14 +70,14 @@ ] }, { - "html": "For each available non-Bluetooth serial port:", + "html": "For each available non-Bluetooth serial port:", "rationale": "let", "steps": [ { "html": "Let port be a SerialPort representing\n the port." }, { - "html": "Append port to allPorts." + "html": "Append port to allPorts." } ] }, @@ -85,13 +85,13 @@ "html": "Prompt the user to grant the site access to a serial port by\n presenting them with a list of ports in allPorts that match any filter in options[\"filters\"]\n if present and allPorts otherwise." }, { - "html": "If the user does not choose a port, queue a global task\n on the relevant global object of this using the serial port task source to reject promise with a\n \"NotFoundError\" DOMException and abort these steps." + "html": "If the user does not choose a port, queue a global task\n on the relevant global object of this using the serial port task source to reject promise with a\n \"NotFoundError\" DOMException and abort these steps." }, { "html": "Let port be a SerialPort representing the\n port chosen by the user." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with port." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with port." } ] }, @@ -169,13 +169,13 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this's relevant global object's associated Document is not allowed to use the policy-controlled feature named \"serial\", reject promise with a\n \"SecurityError\" DOMException and return promise." + "html": "If this's relevant global object's associated Document is not allowed to use the policy-controlled feature named \"serial\", reject promise with a\n \"SecurityError\" DOMException and return promise." }, { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "let", "steps": [ { @@ -185,7 +185,7 @@ "html": "Let ports be the sequence of the SerialPorts\n representing the ports in availablePorts." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with ports." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with ports." } ] }, @@ -205,7 +205,7 @@ "html": "Set port.[[connected]] to true." }, { - "html": "Fire an event named connect at port with its\n bubbles attribute initialized to true." + "html": "Fire an event named connect at port with its\n bubbles attribute initialized to true." } ] }, @@ -220,7 +220,7 @@ "html": "Set port.[[connected]] to false." }, { - "html": "Fire an event named disconnect at port with its\n bubbles attribute initialized to true." + "html": "Fire an event named disconnect at port with its\n bubbles attribute initialized to true." } ] }, @@ -228,7 +228,7 @@ "rationale": "let", "steps": [ { - "html": "Let info be a new SerialPortInfo\n dictionary." + "html": "Let info be a new SerialPortInfo\n dictionary." }, { "html": "If the port is part of a USB device, perform the following steps:", @@ -261,44 +261,44 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this.[[state]] is not \"closed\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." + "html": "If this.[[state]] is not \"closed\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." }, { - "html": "If options[\"dataBits\"] is not 7 or 8, reject\n promise with TypeError and return promise." + "html": "If options[\"dataBits\"] is not 7 or 8, reject\n promise with TypeError and return promise." }, { - "html": "If options[\"stopBits\"] is not 1 or 2, reject\n promise with TypeError and return promise." + "html": "If options[\"stopBits\"] is not 1 or 2, reject\n promise with TypeError and return promise." }, { - "html": "If options[\"bufferSize\"] is 0, reject\n promise with TypeError and return promise." + "html": "If options[\"bufferSize\"] is 0, reject\n promise with TypeError and return promise." }, { - "html": "Optionally, if options[\"bufferSize\"] is\n larger than the implementation is able to support, reject promise\n with a TypeError and return promise." + "html": "Optionally, if options[\"bufferSize\"] is\n larger than the implementation is able to support, reject promise\n with a TypeError and return promise." }, { - "html": "Set this.[[state]] to \"opening\"." + "html": "Set this.[[state]] to \"opening\"." }, { - "html": "Perform the following steps in parallel.", + "html": "Perform the following steps in parallel.", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to open the serial port using the\n connection parameters (or their defaults) specified in options." }, { - "html": "If this fails for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException and abort these steps." + "html": "If this fails for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException and abort these steps." }, { - "html": "Set this.[[state]] to \"opened\"." + "html": "Set this.[[state]] to \"opened\"." }, { - "html": "Set this.[[bufferSize]] to\n options[\"bufferSize\"]." + "html": "Set this.[[bufferSize]] to\n options[\"bufferSize\"]." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." } ] }, @@ -312,7 +312,7 @@ "rationale": "return", "steps": [ { - "html": "Return this.[[connected]]." + "html": "Return this.[[connected]]." } ] }, @@ -321,36 +321,36 @@ "rationale": "if", "steps": [ { - "html": "If this.[[readable]] is not null, return\n this.[[readable]]." + "html": "If this.[[readable]] is not null, return\n this.[[readable]]." }, { - "html": "If this.[[state]] is not \"opened\", return\n null." + "html": "If this.[[state]] is not \"opened\", return\n null." }, { - "html": "If this.[[readFatal]] is true, return\n null." + "html": "If this.[[readFatal]] is true, return\n null." }, { - "html": "Let stream be a new ReadableStream." + "html": "Let stream be a new ReadableStream." }, { "html": "Let pullAlgorithm be the following steps:", "rationale": "let", "steps": [ { - "html": "Let desiredSize be the desired size to fill up to the high water mark for\n this.[[readable]]." + "html": "Let desiredSize be the desired size to fill up to the high water mark for\n this.[[readable]]." }, { - "html": "If this.[[readable]]'s\n current BYOB request view is non-null, then\n set desiredSize to this.[[readable]]'s\n current BYOB request view's\n byte length." + "html": "If this.[[readable]]'s\n current BYOB request view is non-null, then\n set desiredSize to this.[[readable]]'s\n current BYOB request view's\n byte length." }, { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "invoke", "steps": [ { - "html": "Invoke the operating system to read up to desiredSize\n bytes from the port, putting the result in the byte sequence bytes." + "html": "Invoke the operating system to read up to desiredSize\n bytes from the port, putting the result in the byte sequence bytes." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", "rationale": "if", "steps": [ { @@ -358,40 +358,40 @@ "rationale": "if", "steps": [ { - "html": "If this.[[readable]]'s\n current BYOB request view is\n non-null, then write bytes into\n this.[[readable]]'s\n current BYOB request view, and set\n view to this.[[readable]]'s\n current BYOB request view." + "html": "If this.[[readable]]'s\n current BYOB request view is\n non-null, then write bytes into\n this.[[readable]]'s\n current BYOB request view, and set\n view to this.[[readable]]'s\n current BYOB request view." }, { - "html": "Otherwise, set view to the result of\n creating a Uint8Array\n from bytes in this's relevant Realm." + "html": "Otherwise, set view to the result of\n creating a Uint8Array\n from bytes in this's relevant Realm." }, { - "html": "Enqueue view into\n this.[[readable]]." + "html": "Enqueue view into\n this.[[readable]]." } ] }, { - "html": "If a buffer overrun condition was encountered, invoke\n error on\n this.[[readable]] with a\n \"BufferOverrunError\" DOMException and\n invoke the steps to handle closing the readable stream." + "html": "If a buffer overrun condition was encountered, invoke\n error on\n this.[[readable]] with a\n \"BufferOverrunError\" DOMException and\n invoke the steps to handle closing the readable stream." }, { - "html": "If a break condition was encountered, invoke\n error on\n this.[[readable]] with a\n \"BreakError\" DOMException and invoke the\n steps to handle closing the readable stream." + "html": "If a break condition was encountered, invoke\n error on\n this.[[readable]] with a\n \"BreakError\" DOMException and invoke the\n steps to handle closing the readable stream." }, { - "html": "If a framing error was encountered, invoke\n error on\n this.[[readable]] with a\n \"FramingError\" DOMException and invoke\n the steps to handle closing the readable stream." + "html": "If a framing error was encountered, invoke\n error on\n this.[[readable]] with a\n \"FramingError\" DOMException and invoke\n the steps to handle closing the readable stream." }, { - "html": "If a parity error was encountered, invoke\n error on\n this.[[readable]] with a\n \"ParityError\" DOMException and invoke\n the steps to handle closing the readable stream." + "html": "If a parity error was encountered, invoke\n error on\n this.[[readable]] with a\n \"ParityError\" DOMException and invoke\n the steps to handle closing the readable stream." }, { - "html": "If an operating system error was encountered, invoke\n error on\n this.[[readable]] with an\n \"UnknownError\" DOMException and invoke the steps\n to handle closing the readable stream." + "html": "If an operating system error was encountered, invoke\n error on\n this.[[readable]] with an\n \"UnknownError\" DOMException and invoke the steps\n to handle closing the readable stream." }, { "html": "If the port was disconnected, run the following\n steps:", "rationale": "set", "steps": [ { - "html": "Set this.[[readFatal]] to\n true," + "html": "Set this.[[readFatal]] to\n true," }, { - "html": "Invoke error on\n this.[[readable]] with a\n \"NetworkError\" DOMException." + "html": "Invoke error on\n this.[[readable]] with a\n \"NetworkError\" DOMException." }, { "html": "Invoke the steps to handle closing the readable stream." @@ -403,7 +403,7 @@ ] }, { - "html": "Return a promise resolved with undefined." + "html": "Return a promise resolved with undefined." } ] }, @@ -412,24 +412,24 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "Run the following steps in parallel.", + "html": "Run the following steps in parallel.", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to discard the contents of\n all software and hardware receive buffers for the port." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", "rationale": "invoke", "steps": [ { "html": "Invoke the steps to handle closing the readable stream." }, { - "html": "Resolve promise with undefined." + "html": "Resolve promise with undefined." } ] } @@ -441,10 +441,10 @@ ] }, { - "html": "Set up with byte reading support stream with\n pullAlgorithm set to pullAlgorithm,\n cancelAlgorithm set to cancelAlgorithm, and\n highWaterMark set to\n this.[[bufferSize]]." + "html": "Set up with byte reading support stream with\n pullAlgorithm set to pullAlgorithm,\n cancelAlgorithm set to cancelAlgorithm, and\n highWaterMark set to\n this.[[bufferSize]]." }, { - "html": "Set this.[[readable]] to stream." + "html": "Set this.[[readable]] to stream." }, { "html": "Return stream." @@ -456,10 +456,10 @@ "rationale": "set", "steps": [ { - "html": "Set this.[[readable]] to null." + "html": "Set this.[[readable]] to null." }, { - "html": "If this.[[writable]] is null and\n this.[[pendingClosePromise]] is not null,\n resolve this.[[pendingClosePromise]] with\n undefined." + "html": "If this.[[writable]] is null and\n this.[[pendingClosePromise]] is not null,\n resolve this.[[pendingClosePromise]] with\n undefined." } ] }, @@ -468,62 +468,62 @@ "rationale": "if", "steps": [ { - "html": "If this.[[writable]] is not null, return\n this.[[writable]]." + "html": "If this.[[writable]] is not null, return\n this.[[writable]]." }, { - "html": "If this.[[state]] is not \"opened\", return\n null." + "html": "If this.[[state]] is not \"opened\", return\n null." }, { - "html": "If this.[[writeFatal]] is true, return\n null." + "html": "If this.[[writeFatal]] is true, return\n null." }, { - "html": "Let stream be a new WritableStream." + "html": "Let stream be a new WritableStream." }, { - "html": "Let signal be stream's signal." + "html": "Let signal be stream's signal." }, { "html": "Let writeAlgorithm be the following steps, given chunk:", "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "Assert: signal is not aborted." + "html": "Assert: signal is not aborted." }, { - "html": "If chunk cannot be converted to an IDL value of type\n BufferSource, reject promise with a TypeError and\n return promise. Otherwise, save the result of the conversion in\n source." + "html": "If chunk cannot be converted to an IDL value of type\n BufferSource, reject promise with a TypeError and\n return promise. Otherwise, save the result of the conversion in\n source." }, { - "html": "Get a copy of the buffer source source and save the\n result in bytes." + "html": "Get a copy of the buffer source source and save the\n result in bytes." }, { - "html": "In parallel, run the following steps:", + "html": "In parallel, run the following steps:", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to write bytes to the port.\n Alternately, store the chunk for future coalescing." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", "rationale": "if", "steps": [ { - "html": "If the chunk was successfully written, or was stored\n for future coalescing, resolve promise with\n undefined." + "html": "If the chunk was successfully written, or was stored\n for future coalescing, resolve promise with\n undefined." }, { - "html": "If an operating system error was encountered,\n reject promise with an \"UnknownError\"\n DOMException." + "html": "If an operating system error was encountered,\n reject promise with an \"UnknownError\"\n DOMException." }, { "html": "If the port was disconnected, run the following\n steps:", "rationale": "set", "steps": [ { - "html": "Set this.[[writeFatal]] to\n true." + "html": "Set this.[[writeFatal]] to\n true." }, { - "html": "Reject promise with a \"NetworkError\"\n DOMException." + "html": "Reject promise with a \"NetworkError\"\n DOMException." }, { "html": "Invoke the steps to handle closing the writable stream." @@ -531,7 +531,7 @@ ] }, { - "html": "If signal is aborted, reject\n promise with signal's abort reason." + "html": "If signal is aborted, reject\n promise with signal's abort reason." } ] } @@ -547,24 +547,24 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "Run the following steps in parallel.", + "html": "Run the following steps in parallel.", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to discard the contents of\n all software and hardware transmit buffers for the port." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", "rationale": "invoke", "steps": [ { "html": "Invoke the steps to handle closing the writable stream." }, { - "html": "Resolve promise with undefined." + "html": "Resolve promise with undefined." } ] } @@ -580,27 +580,27 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "Run the following steps in parallel.", + "html": "Run the following steps in parallel.", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to flush the contents of all\n software and hardware transmit buffers for the port." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to run the\n following steps:", "rationale": "invoke", "steps": [ { "html": "Invoke the steps to handle closing the writable stream." }, { - "html": "If signal is aborted, reject\n promise with signal's abort reason." + "html": "If signal is aborted, reject\n promise with signal's abort reason." }, { - "html": "Otherwise, resolve promise with undefined." + "html": "Otherwise, resolve promise with undefined." } ] } @@ -612,10 +612,10 @@ ] }, { - "html": "Set up stream with \n writeAlgorithm set to writeAlgorithm, \n abortAlgorithm set to abortAlgorithm, \n closeAlgorithm set to closeAlgorithm, \n highWaterMark set to this.[[bufferSize]],\n and \n sizeAlgorithm set to a byte-counting size algorithm." + "html": "Set up stream with \n writeAlgorithm set to writeAlgorithm, \n abortAlgorithm set to abortAlgorithm, \n closeAlgorithm set to closeAlgorithm, \n highWaterMark set to this.[[bufferSize]],\n and \n sizeAlgorithm set to a byte-counting size algorithm." }, { - "html": "Add the following abort steps to signal:", + "html": "Add the following abort steps to signal:", "rationale": "cause", "steps": [ { @@ -624,7 +624,7 @@ ] }, { - "html": "Set this.[[writable]] to stream." + "html": "Set this.[[writable]] to stream." }, { "html": "Return stream." @@ -636,10 +636,10 @@ "rationale": "set", "steps": [ { - "html": "Set this.[[writable]] to null." + "html": "Set this.[[writable]] to null." }, { - "html": "If this.[[readable]] is null and\n this.[[pendingClosePromise]] is not null,\n resolve this.[[pendingClosePromise]] with\n undefined." + "html": "If this.[[readable]] is null and\n this.[[pendingClosePromise]] is not null,\n resolve this.[[pendingClosePromise]] with\n undefined." } ] }, @@ -648,16 +648,16 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." + "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." }, { - "html": "If all of the specified members of signals are not present\n reject promise with TypeError and return promise." + "html": "If all of the specified members of signals are not present\n reject promise with TypeError and return promise." }, { - "html": "Perform the following steps in parallel:", + "html": "Perform the following steps in parallel:", "rationale": "if", "steps": [ { @@ -670,10 +670,10 @@ "html": "If signals[\"break\"] is present,\n invoke the operating system to either assert (if true) or\n deassert (if false) the \"break\" signal on the serial port." }, { - "html": "If the operating system fails to change the state of any of\n these signals for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException." + "html": "If the operating system fails to change the state of any of\n these signals for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." } ] }, @@ -686,23 +686,23 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." + "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." }, { - "html": "Perform the following steps in parallel:", + "html": "Perform the following steps in parallel:", "rationale": "query", "steps": [ { "html": "Query the operating system for the status of the control\n signals that may be asserted by the device connected to the\n serial port." }, { - "html": "If the operating system fails to determine the status of\n these signals for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException and abort these steps." + "html": "If the operating system fails to determine the status of\n these signals for any reason, queue a global task on the\n relevant global object of this using the serial port task source to reject promise with a \"NetworkError\"\n DOMException and abort these steps." }, { - "html": "Let signals be a new\n SerialInputSignals." + "html": "Let signals be a new\n SerialInputSignals." }, { "html": "Set signals[\"dataCarrierDetect\"] to\n true if the \"data carrier detect\" or \"DCD\" signal has been\n asserted by the device, and false otherwise." @@ -717,7 +717,7 @@ "html": "Set signals[\"dataSetReady\"] to\n true if the \"data set ready\" or \"DSR\" signal has been asserted\n by the device, and false otherwise." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with signals." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with signals." } ] }, @@ -731,54 +731,54 @@ "rationale": "let", "steps": [ { - "html": "Let promise be a new promise." + "html": "Let promise be a new promise." }, { - "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." + "html": "If this.[[state]] is not \"opened\", reject\n promise with an \"InvalidStateError\" DOMException and return\n promise." }, { - "html": "Let cancelPromise be the result of invoking\n cancel on this.[[readable]] or\n a promise resolved with undefined if\n this.[[readable]] is null." + "html": "Let cancelPromise be the result of invoking\n cancel on this.[[readable]] or\n a promise resolved with undefined if\n this.[[readable]] is null." }, { - "html": "Let abortPromise be the result of invoking\n abort on this.[[writable]] or\n a promise resolved with undefined if\n this.[[writable]] is null." + "html": "Let abortPromise be the result of invoking\n abort on this.[[writable]] or\n a promise resolved with undefined if\n this.[[writable]] is null." }, { - "html": "Let pendingClosePromise be a new promise." + "html": "Let pendingClosePromise be a new promise." }, { - "html": "If this.[[readable]] and\n this.[[writable]] are null, resolve\n pendingClosePromise with undefined." + "html": "If this.[[readable]] and\n this.[[writable]] are null, resolve\n pendingClosePromise with undefined." }, { - "html": "Set this.[[pendingClosePromise]] to\n pendingClosePromise." + "html": "Set this.[[pendingClosePromise]] to\n pendingClosePromise." }, { - "html": "Let combinedPromise be the result of getting a promise to wait for all with «cancelPromise, abortPromise,\n pendingClosePromise»." + "html": "Let combinedPromise be the result of getting a promise to wait for all with «cancelPromise, abortPromise,\n pendingClosePromise»." }, { - "html": "Set this.[[state]] to \"closing\"." + "html": "Set this.[[state]] to \"closing\"." }, { "html": "If combinedPromise was fulfilled, then:", "rationale": "run", "steps": [ { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "invoke", "steps": [ { "html": "Invoke the operating system to close the serial port\n and release any associated resources." }, { - "html": "Set this.[[state]] to \"closed\"." + "html": "Set this.[[state]] to \"closed\"." }, { - "html": "Set this.[[readFatal]] and\n this.[[writeFatal]] to false." + "html": "Set this.[[readFatal]] and\n this.[[writeFatal]] to false." }, { - "html": "Set this.[[pendingClosePromise]]\n to null." + "html": "Set this.[[pendingClosePromise]]\n to null." }, { - "html": "Queue a global task on the relevant global object of this using the serial port task source to resolve promise with undefined." + "html": "Queue a global task on the relevant global object of this using the serial port task source to resolve promise with undefined." } ] } @@ -789,10 +789,10 @@ "rationale": "set", "steps": [ { - "html": "Set this.[[pendingClosePromise]] to\n null." + "html": "Set this.[[pendingClosePromise]] to\n null." }, { - "html": "Queue a global task on the relevant global object\n of this using the serial port task source to\n reject promise with r." + "html": "Queue a global task on the relevant global object\n of this using the serial port task source to\n reject promise with r." } ] } @@ -808,23 +808,23 @@ "rationale": "if", "steps": [ { - "html": "If the user agent can't perform this action (e.g. permission was\n granted by administrator policy), return a promise resolved with\n undefined." + "html": "If the user agent can't perform this action (e.g. permission was\n granted by administrator policy), return a promise resolved with\n undefined." }, { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "set", "steps": [ { - "html": "Set this.[[state]] to \"forgetting\"." + "html": "Set this.[[state]] to \"forgetting\"." }, { - "html": "Remove this from the sequence of serial ports\n on the system which the user has allowed the site to access as\n the result of a previous call to requestPort()." + "html": "Remove this from the sequence of serial ports\n on the system which the user has allowed the site to access as\n the result of a previous call to requestPort()." }, { - "html": "Set this.[[state]] to \"forgotten\"." + "html": "Set this.[[state]] to \"forgotten\"." }, { - "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." + "html": "Queue a global task on the relevant global object of\n this using the serial port task source to resolve\n promise with undefined." } ] }, @@ -840,19 +840,19 @@ "rationale": "let", "steps": [ { - "html": "Let uuid be the result of calling\n BluetoothUUID.getService() with serviceUuid." + "html": "Let uuid be the result of calling\n BluetoothUUID.getService() with serviceUuid." }, { "html": "Let blocklist be the result of\n parsing the Bluetooth service class ID blocklist at https://github.com/WICG/serial/blob/main/blocklist.txt." }, { - "html": "If blocklist contains uuid, return true." + "html": "If blocklist contains uuid, return true." }, { - "html": "If uuid is the Serial Port Profile service class ID, return false." + "html": "If uuid is the Serial Port Profile service class ID, return false." }, { - "html": "If uuid ends with \"-0000-1000-8000-00805f9b34fb\",\n return true." + "html": "If uuid ends with \"-0000-1000-8000-00805f9b34fb\",\n return true." }, { "html": "Otherwise, return false." diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index 5a466160861d..c1f58921e6bf 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1306,11 +1306,11 @@ { "name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)", "href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", + "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", "rationale": "if", "steps": [ { - "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" + "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" } ] }, diff --git a/ed/algorithms/web-bluetooth.json b/ed/algorithms/web-bluetooth.json index 6357da5d5456..0df5ae88b203 100644 --- a/ed/algorithms/web-bluetooth.json +++ b/ed/algorithms/web-bluetooth.json @@ -682,7 +682,10 @@ "html": "

If simulatedBluetoothAdapter’s adapter state is \"absent\", queue a global task on the Bluetooth task source given global to resolve promise with false.

" }, { - "html": "

Otherwise, queue a global task on the Bluetooth task source given global to resolve promise with true.

" + "html": "

If simulatedBluetoothAdapter’s LE supported state is false, queue a global task on the Bluetooth task source given global to resolve promise with false.

" + }, + { + "html": "

Otherwise, queue a global task on the Bluetooth task source given global to resolve promise with true.

" }, { "html": "

Abort these steps.

" @@ -690,17 +693,17 @@ ] }, { - "html": "

If the UA is running on a system that has a Bluetooth radio queue a global task on the Bluetooth task source given global to resolve promise with true regardless of the powered state of the Bluetooth\nradio.

" + "html": "

If the UA is running on a system that has a Bluetooth radio queue a global task on the Bluetooth task source given global to resolve promise with true regardless of the powered state of the Bluetooth\nradio.

" }, { - "html": "

Otherwise, queue a global task on the Bluetooth task source given global to resolve promise with false.

" + "html": "

Otherwise, queue a global task on the Bluetooth task source given global to resolve promise with false.

" } ] }, { "name": "availabilitychanged", "href": "https://webbluetoothcg.github.io/web-bluetooth/#availability-changed-algorithm", - "html": "If the UA becomes able or unable to use Bluetooth, for example because a radio\nwas physically attached or detached, or the user has changed their configuration for the answer returned from getAvailability(), the UA must queue a global task on the Bluetooth task source given each global object global to run the following steps:", + "html": "If the UA becomes able or unable to use Bluetooth, for example because a radio\nwas physically attached or detached, or the user has changed their configuration for the answer returned from getAvailability(), the UA must queue a global task on the Bluetooth task source given each global object global to run the following steps:", "rationale": ".algorithm", "steps": [ { @@ -803,7 +806,7 @@ "html": "

Remove device from storage with storage.

" }, { - "html": "

Resolve promise.

" + "html": "

Resolve promise.

" } ] }, @@ -860,7 +863,7 @@ "html": "

Ensure that the UA is scanning for this device’s\n advertisements. The UA SHOULD NOT filter out \"duplicate\"\n advertisements for the same device.

" }, { - "html": "If the UA fails to enable scanning, queue a global task on the Bluetooth task source given global to perform\n the following steps, and abort these steps:", + "html": "If the UA fails to enable scanning, queue a global task on the Bluetooth task source given global to perform\n the following steps, and abort these steps:", "rationale": "set", "steps": [ { @@ -892,7 +895,7 @@ ] }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following steps, but abort when this.[[watchAdvertisementsState]] becomes not-watching:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following steps, but abort when this.[[watchAdvertisementsState]] becomes not-watching:", "rationale": "set", "steps": [ { @@ -902,7 +905,7 @@ "html": "

Set this.watchingAdvertisements to true.

" }, { - "html": "

Resolve promise with undefined.

" + "html": "

Resolve promise with undefined.

" } ] } @@ -926,7 +929,7 @@ "rationale": "resolve", "steps": [ { - "html": "

Resolve promise with undefined.

" + "html": "

Resolve promise with undefined.

" } ] } @@ -988,7 +991,7 @@ "html": "

Let global be document’s relevant global object.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to\nperform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to\nperform the following steps:", "rationale": "let", "steps": [ { @@ -1016,7 +1019,7 @@ "html": "

Let global be document’s relevant global object.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to\nperform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to\nperform the following steps:", "rationale": "let", "steps": [ { @@ -1232,7 +1235,7 @@ "html": "

Populate the Bluetooth cache with entries matching the description.

" }, { - "html": "

If the previous step returns an error, queue a global task on the Bluetooth task source given global to reject promise with that\nerror and abort these steps.

" + "html": "

If the previous step returns an error, queue a global task on the Bluetooth task source given global to reject promise with that\nerror and abort these steps.

" }, { "html": "

Let entries be the sequence of known-present cache entries matching the\ndescription.

" @@ -1256,7 +1259,7 @@ ] }, { - "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with the result of waiting for all elements of result.

" + "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with the result of waiting for all elements of result.

" } ] }, @@ -1371,10 +1374,10 @@ "html": "

Attempt to create an ATT Bearer using the procedures described in \"Connection Establishment\" under GAP Interoperability Requirements. Abort this attempt if promise is removed from this.[[activeAlgorithms]].

" }, { - "html": "

If this attempt was aborted because promise was removed from this.[[activeAlgorithms]], queue a global task on\nthe Bluetooth task source given global to reject promise with an \"AbortError\" DOMException and abort these\nsteps.

" + "html": "

If this attempt was aborted because promise was removed from this.[[activeAlgorithms]], queue a global task on\nthe Bluetooth task source given global to reject promise with an \"AbortError\" DOMException and abort these\nsteps.

" }, { - "html": "

If this attempt failed for another reason, queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and abort\nthese steps.

" + "html": "

If this attempt failed for another reason, queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and abort\nthese steps.

" }, { "html": "

Use the Exchange MTU procedure to negotiate the largest\nsupported MTU. Ignore any errors from this step.

" @@ -1385,7 +1388,7 @@ ] }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following sub-steps:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following sub-steps:", "rationale": "if", "steps": [ { @@ -1401,7 +1404,7 @@ "html": "

Set this.connected to true.

" }, { - "html": "

Resolve promise with this.

" + "html": "

Resolve promise with this.

" } ] } @@ -1552,7 +1555,7 @@ "html": "

Get the BluetoothDevice representing the device in\nwhich service appears, and let device be the result.

" }, { - "html": "

If the previous step threw an error, queue a global task on the Bluetooth task source given global to reject promise with\nthat error and abort these steps.

" + "html": "

If the previous step threw an error, queue a global task on the Bluetooth task source given global to reject promise with\nthat error and abort these steps.

" }, { "html": "

Initialize result.device from device.

" @@ -1564,7 +1567,7 @@ "html": "

If service is a Primary Service, initialize result.isPrimary to true. Otherwise,\ninitialize result.isPrimary to false.

" }, { - "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with result.

" + "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with result.

" } ] }, @@ -1602,7 +1605,7 @@ "html": "

Create a BluetoothCharacteristicProperties instance from the\nCharacteristic characteristic, and let properties be the result.

" }, { - "html": "

If the previous step returned an error, queue a global task on the Bluetooth task source given global to reject promise with\nthat error and abort these steps.

" + "html": "

If the previous step returned an error, queue a global task on the Bluetooth task source given global to reject promise with\nthat error and abort these steps.

" }, { "html": "

Initialize result.properties to properties.

" @@ -1611,7 +1614,7 @@ "html": "

Initialize result.value to null. The UA MAY initialize result.value to a new DataView wrapping a new ArrayBuffer containing the most\nrecently read value from characteristic if this value is available.

" }, { - "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with result.

" + "html": "

Queue a global task on the Bluetooth task source given global to resolve promise with result.

" } ] }, @@ -1649,16 +1652,16 @@ "rationale": "if", "steps": [ { - "html": "

If the Read bit is not set in characteristic’s properties, queue a global task on the Bluetooth task source given global to reject promise with a \"NotSupportedError\" DOMException and abort\nthese steps.

" + "html": "

If the Read bit is not set in characteristic’s properties, queue a global task on the Bluetooth task source given global to reject promise with a \"NotSupportedError\" DOMException and abort\nthese steps.

" }, { - "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" + "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" }, { "html": "

Use any combination of the sub-procedures in the Characteristic Value Read procedure to retrieve the value of characteristic.\nHandle errors as described in § 6.7 Error handling.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", "rationale": "if", "steps": [ { @@ -1674,7 +1677,7 @@ "html": "

Fire an event named \"characteristicvaluechanged\" with its bubbles attribute initialized to true at this.

" }, { - "html": "

Resolve promise with this.value.

" + "html": "

Resolve promise with this.value.

" } ] } @@ -1720,7 +1723,7 @@ "html": "

Assert: response is one of \"required\", \"never\", or \"optional\".

" }, { - "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" + "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" }, { "html": "Write bytes to characteristic by performing the\nfollowing steps:", @@ -1746,7 +1749,7 @@ ] }, { - "html": "Queue a global task on global using the Bluetooth task source to perform the following steps:", + "html": "Queue a global task on global using the Bluetooth task source to perform the following steps:", "rationale": "if", "steps": [ { @@ -1759,7 +1762,7 @@ "html": "

Set this.value to a new DataView wrapping a new ArrayBuffer containing bytes.

" }, { - "html": "

Resolve promise with undefined.

" + "html": "

Resolve promise with undefined.

" } ] } @@ -1796,13 +1799,13 @@ "rationale": "if", "steps": [ { - "html": "

If neither of the Notify or Indicate bits are set\nin characteristic’s properties, queue a global task on the Bluetooth task source given global to reject promise with a NotSupportedError and abort these\nsteps.

" + "html": "

If neither of the Notify or Indicate bits are set\nin characteristic’s properties, queue a global task on the Bluetooth task source given global to reject promise with a NotSupportedError and abort these\nsteps.

" }, { - "html": "

If characteristic’s active notification context set contains navigator.bluetooth, queue a global task on the Bluetooth task source given global to resolve promise with this and abort these steps.

" + "html": "

If characteristic’s active notification context set contains navigator.bluetooth, queue a global task on the Bluetooth task source given global to resolve promise with this and abort these steps.

" }, { - "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" + "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" }, { "html": "

If the characteristic has a Client Characteristic Configuration descriptor, use any of the Characteristic Descriptors procedures to\nensure that one of the Notification or Indication bits in characteristic’s Client Characteristic Configuration descriptor is set, matching the constraints in characteristic’s properties. The UA SHOULD avoid\nsetting both bits, and MUST deduplicate value-change events if both bits are\nset. Handle errors as described in § 6.7 Error handling.

" @@ -1811,7 +1814,7 @@ "html": "

If the procedures were successful, navigator.bluetooth to characteristic’s active notification context set.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", "rationale": "if", "steps": [ { @@ -1821,7 +1824,7 @@ "html": "

If the procedures above returned an error, reject promise with\nthat error and abort these steps.

" }, { - "html": "

Resolve promise with this.

" + "html": "

Resolve promise with this.

" } ] } @@ -1848,7 +1851,7 @@ "html": "

If characteristic’s active notification context set became\nempty and the characteristic has a Client Characteristic\nConfiguration descriptor, the UA SHOULD use any of the Characteristic\nDescriptors procedures to clear the Notification and Indication bits in characteristic’s Client\nCharacteristic Configuration descriptor.

" }, { - "html": "

Queue a global task on the Bluetooth task source given this’s relevant global object to resolve promise with this.

" + "html": "

Queue a global task on the Bluetooth task source given this’s relevant global object to resolve promise with this.

" } ] }, @@ -1916,7 +1919,7 @@ "html": "

Initialize result.value to null.\nThe UA MAY initialize result.value a new DataView wrapping a new ArrayBuffer containing\nthe most recently read value from descriptor if this value is\navailable.

" }, { - "html": "

Queue a global task on the Bluetooth task source given this’s relevant global object to resolve promise with result.

" + "html": "

Queue a global task on the Bluetooth task source given this’s relevant global object to resolve promise with result.

" } ] }, @@ -1954,13 +1957,13 @@ "rationale": "if", "steps": [ { - "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" + "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" }, { "html": "

Use either the Read Characteristic Descriptors or the Read Long Characteristic Descriptors sub-procedure to retrieve the value of descriptor. Handle errors as described in § 6.7 Error handling.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", "rationale": "if", "steps": [ { @@ -1973,7 +1976,7 @@ "html": "

Let buffer be a new ArrayBuffer holding the retrieved\nvalue, and assign a new DataView created with buffer to this.value.

" }, { - "html": "

Resolve promise with this.value.

" + "html": "

Resolve promise with this.value.

" } ] } @@ -2016,13 +2019,13 @@ "rationale": "if", "steps": [ { - "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" + "html": "

If the UA is currently using the Bluetooth system, it MAY queue a global task on the Bluetooth task source given global to reject promise with a \"NetworkError\" DOMException and\nabort these steps.

" }, { "html": "

Use either the Write Characteristic Descriptors or the Write Long Characteristic Descriptors sub-procedure to write bytes to descriptor. Handle errors as described in § 6.7 Error handling.

" }, { - "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", + "html": "Queue a global task on the Bluetooth task source given global to perform the following steps:", "rationale": "if", "steps": [ { @@ -2035,7 +2038,7 @@ "html": "

Set this.value to a new DataView wrapping a new ArrayBuffer containing bytes.

" }, { - "html": "

Resolve promise with undefined.

" + "html": "

Resolve promise with undefined.

" } ] } @@ -2045,7 +2048,7 @@ }, { "name": "disconnection", - "html": "When a Bluetooth device device’s ATT Bearer is lost\n(e.g. because the remote device moved out of range or the user used a platform\nfeature to disconnect it), for each BluetoothDevice deviceObj the\nUA MUST queue a global task on the Bluetooth task source given deviceObj’s relevant global object to perform the following steps:", + "html": "When a Bluetooth device device’s ATT Bearer is lost\n(e.g. because the remote device moved out of range or the user used a platform\nfeature to disconnect it), for each BluetoothDevice deviceObj the\nUA MUST queue a global task on the Bluetooth task source given deviceObj’s relevant global object to perform the following steps:", "rationale": ".algorithm", "steps": [ { @@ -2112,7 +2115,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "For each bluetoothGlobal in the Characteristic’s active notification context set, queue a global task on the Bluetooth task source given bluetoothGlobal’s relevant global object to do the following\nsub-steps:", + "html": "For each bluetoothGlobal in the Characteristic’s active notification context set, queue a global task on the Bluetooth task source given bluetoothGlobal’s relevant global object to do the following\nsub-steps:", "rationale": "let", "steps": [ { @@ -2188,7 +2191,7 @@ "html": "

Let changedDevices be the set of Bluetooth devices that\ncontain any Service in removedAttributes, addedAttributes, and changedServices.

" }, { - "html": "For each BluetoothDevice deviceObj that is connected to a device in changedDevices, queue a global task on the Bluetooth task source given deviceObj’s relevant global object to do the following steps:", + "html": "For each BluetoothDevice deviceObj that is connected to a device in changedDevices, queue a global task on the Bluetooth task source given deviceObj’s relevant global object to do the following steps:", "rationale": "for", "steps": [ { @@ -2762,16 +2765,73 @@ "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { - "html": "

Let simulatedBluetoothAdapter be a new simulated Bluetooth adapter.

" - }, - { - "html": "

Set simulatedBluetoothAdapter’s adapter state to params[\"state\"].

" + "html": "If params[\"type\"] is create, run the following steps:", + "rationale": "if", + "steps": [ + { + "html": "

If params[\"leSupported\"] does not exist, return error with error code invalid argument.

" + }, + { + "html": "

If params[\"state\"] does not exist, return error with error code invalid argument.

" + }, + { + "html": "

Let simulatedBluetoothAdapter be a new simulated Bluetooth adapter.

" + }, + { + "html": "

Set simulatedBluetoothAdapter’s LE supported state to params[\"leSupported\"].

" + }, + { + "html": "

Set simulatedBluetoothAdapter’s adapter state to params[\"state\"].

" + }, + { + "html": "

Set navigable’s simulated Bluetooth adapter to simulatedBluetoothAdapter.

" + }, + { + "html": "

Return success with data null.

" + } + ] }, { - "html": "

Set navigable’s simulated Bluetooth adapter to simulatedBluetoothAdapter.

" + "html": "If params[\"type\"] is update, run the following steps:", + "rationale": "if", + "steps": [ + { + "html": "

If params[\"leSupported\"] exists, return error with error code invalid argument.

" + }, + { + "html": "

If params[\"state\"] does not exist, return error with error code invalid argument.

" + }, + { + "html": "

Let simulatedBluetoothAdapter be navigable’s simulated Bluetooth adapter.

" + }, + { + "html": "

If simulatedBluetoothAdapter is empty, return error with error code invalid argument.

" + }, + { + "html": "

Set simulatedBluetoothAdapter’s adapter state to params[\"state\"].

" + }, + { + "html": "

Return success with data null.

" + } + ] }, { - "html": "

Return success with data null.

" + "html": "If params[\"type\"] is remove, run the following steps:", + "rationale": "if", + "steps": [ + { + "html": "

If params[\"leSupported\"] exists, return error with error code invalid argument.

" + }, + { + "html": "

If params[\"state\"] exists, return error with error code invalid argument.

" + }, + { + "html": "

Set navigable’s simulated Bluetooth adapter to empty.

" + }, + { + "html": "

Return success with data null.

" + } + ] } ] }, @@ -2787,13 +2847,13 @@ "html": "

Let navigable be the result of trying to get a navigable with contextId.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { - "html": "

Let simulatedBluetoothAdapter be navigable’s simulated Bluetooth adapter.

" + "html": "

Let simulatedBluetoothAdapter be navigable’s simulated Bluetooth adapter.

" }, { - "html": "

If simulatedBluetoothAdapter is empty, return error with error code invalid argument.

" + "html": "

If simulatedBluetoothAdapter is empty, return error with error code invalid argument.

" }, { "html": "

Let deviceAddress be params[\"address\"].

" @@ -2802,7 +2862,7 @@ "html": "

Let deviceMapping be simulatedBluetoothAdapter’s simulated Bluetooth device mapping.

" }, { - "html": "

If deviceMapping[deviceAddress] exists, return error with error code invalid argument.

" + "html": "

If deviceMapping[deviceAddress] exists, return error with error code invalid argument.

" }, { "html": "

Let simulatedBluetoothDevice be a new simulated Bluetooth device.

" @@ -2823,7 +2883,7 @@ "html": "

Set deviceMapping[deviceAddress] to simulatedBluetoothDevice.

" }, { - "html": "

Return success with data null.

" + "html": "

Return success with data null.

" } ] }, @@ -2839,7 +2899,7 @@ "html": "

Let topLevelNavigable be the result of trying to get a navigable with contextId.

" }, { - "html": "

If topLevelNavigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If topLevelNavigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "

Let scanEntry be params[\"scanEntry\"].

" @@ -2848,16 +2908,16 @@ "html": "

Let deviceAddress be scanEntry[\"deviceAddress\"].

" }, { - "html": "

Let simulatedBluetoothAdapter be topLevelNavigable’s simulated Bluetooth adapter.

" + "html": "

Let simulatedBluetoothAdapter be topLevelNavigable’s simulated Bluetooth adapter.

" }, { - "html": "

If simulatedBluetoothAdapter is empty, return error with error code invalid argument.

" + "html": "

If simulatedBluetoothAdapter is empty, return error with error code invalid argument.

" }, { "html": "

Let deviceMapping be simulatedBluetoothAdapter’s simulated Bluetooth device mapping.

" }, { - "html": "

If deviceMapping[deviceAddress] exists, let simulatedDevice be deviceMapping[deviceAddress]. Otherwise, let simulatedDevice be a new simulated Bluetooth device with deviceAddress and set deviceMapping[deviceAddress] to simulatedDevice.

" + "html": "

If deviceMapping[deviceAddress] exists, let simulatedDevice be deviceMapping[deviceAddress]. Otherwise, let simulatedDevice be a new simulated Bluetooth device with deviceAddress and set deviceMapping[deviceAddress] to simulatedDevice.

" }, { "html": "

If topLevelNavigable is currently executing the scan for devices algorithm,\ninsert simulatedDevice into\nthe simulatedBluetoothDevices variable within that algorithm.

" @@ -2890,7 +2950,7 @@ ] }, { - "html": "

Return success with data null.

" + "html": "

Return success with data null.

" } ] }, diff --git a/ed/algorithms/webnn.json b/ed/algorithms/webnn.json index 647eba7748e9..ecd561574ea8 100644 --- a/ed/algorithms/webnn.json +++ b/ed/algorithms/webnn.json @@ -558,7 +558,7 @@ ] }, { - "html": "

Let elementSize be the element size of one of the ArrayBufferView types that matches desc.dataType according to this table.

" + "html": "

Let elementSize be the element size of one of the ArrayBufferView types that matches desc.dataType according to this table.

" }, { "html": "

Return elementLength * elementSize.

" @@ -1452,7 +1452,16 @@ ] }, { - "html": "

Let outputSizes be the result of calculating conv2d output sizes given inputHeight, inputWidth, filterHeight, filterWidth, options.padding, options.strides, and options.dilations.

" + "html": "

Let « outputHeight, outputWidth » be the result of calculating conv2d output sizes given inputHeight, inputWidth, filterHeight, filterWidth, options.padding, options.strides, and options.dilations.

" + }, + { + "html": "

Set outputHeight to floor( outputHeight ).

" + }, + { + "html": "

Set outputWidth to floor( outputWidth ).

" + }, + { + "html": "

If either outputHeight or outputWidth is not a valid dimension, then throw a TypeError.

" }, { "html": "Switch on options.inputLayout:", @@ -1463,19 +1472,16 @@ "steps": [ { "case": "\"nchw\"", - "html": "

Let outputShape be « batches, outputChannels, floor( outputSizes[0] ), floor( outputSizes[1] ) ».

" + "html": "

Let outputShape be « batches, outputChannels, outputHeight, outputWidth ».

" }, { "case": "\"nhwc\"", - "html": "

Let outputShape be « batches, floor( outputSizes[0] ), floor( outputSizes[1] ), outputChannels ».

" + "html": "

Let outputShape be « batches, outputHeight, outputWidth, outputChannels ».

" } ] } ] }, - { - "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" - }, { "html": "

Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.

" } @@ -1519,7 +1525,7 @@ "html": "

Let effectiveFilterSize be ( filterSize - 1 ) * dilation + 1.

" }, { - "html": "

Let outputSize be ( inputSize - 1 ) * stride + effectiveFilterSize - beginningPadding - endingPadding + outputPadding.

" + "html": "

Let outputSize be ( inputSize - 1 ) * stride + effectiveFilterSize - beginningPadding - endingPadding.

" }, { "html": "

Return outputSize.

" @@ -1562,7 +1568,7 @@ "html": "

Otherwise, if options.strides’s size is not 2, then throw a TypeError.

" }, { - "html": "

If any item in options.strides is equal to 0, then throw a TypeError.

" + "html": "

If any item in options.strides is equal to 0, then throw a TypeError.

" }, { "html": "

If options.dilations does not exist, set it to the list « 1, 1 ».

" @@ -1571,7 +1577,7 @@ "html": "

Otherwise, if options.dilations’s size is not 2, then throw a TypeError.

" }, { - "html": "

If any item in options.dilations is equal to 0, then throw a TypeError.

" + "html": "

If any item in options.dilations is equal to 0, then throw a TypeError.

" }, { "html": "

If options.outputPadding does not exist, set it to the list « 0, 0 ».

" @@ -1658,24 +1664,39 @@ { "html": "

Let outputChannels be filterOutputChannels * options.groups.

" }, + { + "html": "

If outputChannels is not a valid dimension, then throw a TypeError.

" + }, { "html": "If options.bias exists:", "rationale": "if", "steps": [ { - "html": "

If its shape is not equal to « outputChannels », then throw a TypeError.

" + "html": "

If its shape is not equal to « outputChannels », then throw a TypeError.

" }, { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" } ] }, + { + "html": "

Let calculatedOutputHeight be the result of calculating convtranspose output size given inputHeight, filterHeight, padding[0], padding[1], strides[0] and dilations[0].

" + }, + { + "html": "

Let calculatedOutputWidth be the result of calculating convtranspose output size given inputWidth, filterWidth, padding[2], padding[3], strides[1] and dilations[1].

" + }, { "html": "If options.outputSizes exists, then:", "rationale": "let", "steps": [ { "html": "

Let « outputHeight, outputWidth » be options.outputSizes.

" + }, + { + "html": "

If outputHeight is less than calculatedOutputHeight, or outputHeight is greater than or equal to calculatedOutputHeight + strides[0], then throw a TypeError.

" + }, + { + "html": "

If outputWidth is less than calculatedOutputWidth, or outputWidth is greater than or equal to calculatedOutputWidth + strides[1], then throw a TypeError.

" } ] }, @@ -1684,13 +1705,16 @@ "rationale": "let", "steps": [ { - "html": "

Let outputHeight be the result of calculating convtranspose output size given inputHeight, filterHeight, padding[0], padding[1], strides[0], dilations[0], and outputPadding[0].

" + "html": "

Let outputHeight be calculatedOutputHeight + options.outputPadding[0].

" }, { - "html": "

Let outputWidth be the result of calculating convtranspose output size given inputWidth, filterWidth, padding[2], padding[3], strides[1], dilations[1] and outputPadding[1].

" + "html": "

Let outputWidth be calculatedOutputWidth + options.outputPadding[1].

" } ] }, + { + "html": "

If either outputHeight or outputWidth is not a valid dimension, then throw a TypeError.

" + }, { "html": "Switch on options.inputLayout:", "rationale": ".switch", @@ -1710,9 +1734,6 @@ } ] }, - { - "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" - }, { "html": "

Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.

" } @@ -1756,20 +1777,20 @@ "html": "

Assert: op is one of \"add\", \"sub\", \"mul\", \"div\", \"max\", \"min\", \"pow\".

" }, { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" }, { - "html": "

If a’s dataType is not equal to b’s dataType, then throw a TypeError.

" + "html": "

If a’s dataType is not equal to b’s dataType, then throw a TypeError.

" }, { "html": "Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape.", "rationale": "if", "steps": [ { - "html": "

If that returns failure, then throw a TypeError.

" + "html": "

If that returns failure, then throw a TypeError.

" } ] }, @@ -1813,7 +1834,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1833,7 +1854,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1853,7 +1874,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1873,7 +1894,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1893,7 +1914,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1913,7 +1934,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1933,7 +1954,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -1951,17 +1972,17 @@ "html": "

Assert: op is one of \"equal\", \"greater\", \"greaterOrEqual\", \"lesser\", \"lesserOrEqual\", \"logicalNot\".

" }, { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { "html": "If op is \"logicalNot\":", "rationale": "if", "steps": [ { - "html": "

If validating operand with this and a returns false, then throw a TypeError.

" + "html": "

If validating operand with this and a returns false, then throw a TypeError.

" }, { - "html": "

If a’s dataType is not \"uint8\", then throw a TypeError.

" + "html": "

If a’s dataType is not \"uint8\", then throw a TypeError.

" }, { "html": "

Let outputShape be a clone of a’s shape.

" @@ -1973,13 +1994,13 @@ "rationale": "if", "steps": [ { - "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" }, { - "html": "

If a’s dataType is not equal to b’s dataType, then throw a TypeError.

" + "html": "

If a’s dataType is not equal to b’s dataType, then throw a TypeError.

" }, { - "html": "

Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape. If that returns failure, then throw a TypeError.

" + "html": "

Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape. If that returns failure, then throw a TypeError.

" } ] }, @@ -2023,7 +2044,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2043,7 +2064,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2063,7 +2084,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2083,7 +2104,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2103,7 +2124,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2123,7 +2144,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2141,13 +2162,13 @@ "html": "

Assert: op is one of \"abs\", \"ceil\", \"cos\", \"erf\", \"exp\", \"floor\", \"identity\", \"log\", \"neg\", \"reciprocal\", \"sin\", \"sqrt\", \"tan\".

" }, { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" + "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -2186,7 +2207,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2206,7 +2227,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2226,7 +2247,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2246,7 +2267,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2266,7 +2287,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2286,7 +2307,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2306,7 +2327,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2326,7 +2347,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2346,7 +2367,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2366,7 +2387,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2386,7 +2407,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2406,7 +2427,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2426,7 +2447,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -2441,13 +2462,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

Set options.alpha to the result of casting options.alpha to input’s dataType.

" @@ -2484,17 +2505,17 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { "html": "Let outputShape be the result of unidirectionally broadcasting input’s shape and newShape.", "rationale": "if", "steps": [ { - "html": "

If that returns failure, then throw a TypeError.

" + "html": "

If that returns failure, then throw a TypeError.

" } ] }, @@ -2533,13 +2554,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input and indices returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input and indices returns false, then throw a TypeError.

" }, { - "html": "

If indices’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If indices’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

Let shapeInput be input’s shape and rankInput be shapeInput’s rank.

" @@ -2551,7 +2572,7 @@ "html": "

Let axis be options.axis.

" }, { - "html": "

If axis is greater than or equal to rankInput, then throw a TypeError.

" + "html": "

If axis is greater than or equal to rankInput, then throw a TypeError.

" }, { "html": "

Let dimCount be zero.

" @@ -2651,13 +2672,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -2691,16 +2712,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If the rank of any of a or b is not its allowed rank, then throw a TypeError.

" + "html": "

If the rank of any of a or b is not its allowed rank, then throw a TypeError.

" }, { "html": "

Set options.alpha to the result of casting options.alpha to a’s dataType.

" @@ -2721,17 +2742,17 @@ "html": "

If options.bTranspose is true, then reverse the order of the items in shapeB.

" }, { - "html": "

If shapeA[1] is not equal to shapeB[0], then throw a TypeError.

" + "html": "

If shapeA[1] is not equal to shapeB[0], then throw a TypeError.

" }, { "html": "If options.c exists:", "rationale": "if", "steps": [ { - "html": "

If it is not unidirectionally broadcastable to the shape « shapeA[0], shapeB[1] », then throw a TypeError.

" + "html": "

If it is not unidirectionally broadcastable to the shape « shapeA[0], shapeB[1] », then throw a TypeError.

" }, { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" } ] }, @@ -2773,19 +2794,19 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, weight, recurrentWeight, options.bias (if it exists), options.recurrentBias (if it exists), and options.initialHiddenState (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, weight, recurrentWeight, options.bias (if it exists), options.recurrentBias (if it exists), and options.initialHiddenState (if it exists) returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError.

" + "html": "

If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError.

" }, { - "html": "

If input’s shape[0] is not equal to steps, then throw a TypeError.

" + "html": "

If input’s shape[0] is not equal to steps, then throw a TypeError.

" }, { "html": "

Let batchSize be input’s shape[1].

" @@ -2797,23 +2818,23 @@ "html": "

Let numDirections be 2 if options.direction is \"both\", or 1 otherwise.

" }, { - "html": "

If weight’s shape is not equal to « numDirections, 3 * hiddenSize, inputSize », then throw a TypeError.

" + "html": "

If weight’s shape is not equal to « numDirections, 3 * hiddenSize, inputSize », then throw a TypeError.

" }, { - "html": "

If recurrentWeight’s shape is not equal to « numDirections, 3 * hiddenSize, hiddenSize », then throw a TypeError.

" + "html": "

If recurrentWeight’s shape is not equal to « numDirections, 3 * hiddenSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenSize * 6 is not a valid dimension, then throw a TypeError.

" + "html": "

If hiddenSize * 6 is not a valid dimension, then throw a TypeError.

" }, { "html": "If options.bias exists:", "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -2822,10 +2843,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -2834,10 +2855,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" } ] }, @@ -2846,7 +2867,7 @@ "rationale": "if", "steps": [ { - "html": "

If its size is not 2, then throw a TypeError.

" + "html": "

If its size is not 2, then throw a TypeError.

" }, { "html": "

Let activations be a clone of options.activations.

" @@ -2948,16 +2969,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, weight, recurrentWeight, hiddenState, options.bias (if it exists), and options.recurrentBias (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, weight, recurrentWeight, hiddenState, options.bias (if it exists), and options.recurrentBias (if it exists) returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of input, weight, recurrentWeight, or hiddenState is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of input, weight, recurrentWeight, or hiddenState is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If the rank of any of input, weight, recurrentWeight or hiddenState is not its allowed ranks (according to this table), then throw a TypeError.

" + "html": "

If the rank of any of input, weight, recurrentWeight or hiddenState is not its allowed ranks (according to this table), then throw a TypeError.

" }, { "html": "

Let batchSize be input’s shape[0].

" @@ -2966,26 +2987,26 @@ "html": "

Let inputSize be input’s shape[1].

" }, { - "html": "

If weight’s shape is not equal to « 3 * hiddenSize, inputSize », then throw a TypeError.

" + "html": "

If weight’s shape is not equal to « 3 * hiddenSize, inputSize », then throw a TypeError.

" }, { - "html": "

If recurrentWeight’s shape is not equal to « 3 * hiddenSize, hiddenSize », then throw a TypeError.

" + "html": "

If recurrentWeight’s shape is not equal to « 3 * hiddenSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenSize * 6 is not a valid dimension, then throw a TypeError.

" + "html": "

If hiddenSize * 6 is not a valid dimension, then throw a TypeError.

" }, { "html": "If options.bias exists:", "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -2994,10 +3015,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3006,7 +3027,7 @@ "rationale": "if", "steps": [ { - "html": "

If its size is not 2, then throw a TypeError.

" + "html": "

If its size is not 2, then throw a TypeError.

" }, { "html": "

Let activations be a clone of options.activations.

" @@ -3066,13 +3087,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

Set options.alpha to the result of casting options.alpha to input’s dataType.

" @@ -3112,13 +3133,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -3152,16 +3173,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, options.scale (if it exists), and options.bias (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, options.scale (if it exists), and options.bias (if it exists) returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If input’s rank is not its allowed rank, then throw a TypeError.

" + "html": "

If input’s rank is not its allowed rank, then throw a TypeError.

" }, { "html": "

Set options.epsilon to the result of casting options.epsilon to input’s dataType.

" @@ -3174,10 +3195,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « input’s shape[axis] », then throw a TypeError.

" + "html": "

If its shape is not equal to « input’s shape[axis] », then throw a TypeError.

" } ] }, @@ -3186,10 +3207,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « input’s shape[axis] », then throw a TypeError.

" + "html": "

If its shape is not equal to « input’s shape[axis] », then throw a TypeError.

" } ] }, @@ -3231,19 +3252,19 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, options.scale (if it exists), and options.bias (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, options.scale (if it exists), and options.bias (if it exists) returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

If options.axes does not exist, then set options.axes to a new list, either the range from 1 to input’s rank, exclusive, if input’s rank is greater than 1, or an empty list otherwise.

" }, { - "html": "

Otherwise, if options.axes contains duplicate values, or if any of its items is not in the range 0 to input’s rank, exclusive, then throw a TypeError.

" + "html": "

Otherwise, if options.axes contains duplicate values, or if any of its items is not in the range 0 to input’s rank, exclusive, then throw a TypeError.

" }, { "html": "

Set options.epsilon to the result of casting options.epsilon to input’s dataType.

" @@ -3253,10 +3274,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its rank is not equal to options.axes’s size, then throw a TypeError.

" + "html": "

If its rank is not equal to options.axes’s size, then throw a TypeError.

" } ] }, @@ -3265,10 +3286,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its rank is not equal to options.axes’s size, then throw a TypeError.

" + "html": "

If its rank is not equal to options.axes’s size, then throw a TypeError.

" } ] }, @@ -3280,7 +3301,7 @@ "html": "

Let axis be options.axes[index].

" }, { - "html": "

If axis is greater or equal to input’s rank, then throw a TypeError.

" + "html": "

If axis is greater or equal to input’s rank, then throw a TypeError.

" }, { "html": "

Let size be input’s shape[axis].

" @@ -3290,7 +3311,7 @@ "rationale": "if", "steps": [ { - "html": "

If its shape[index] is not equal to size, then throw a TypeError.

" + "html": "

If its shape[index] is not equal to size, then throw a TypeError.

" } ] }, @@ -3299,7 +3320,7 @@ "rationale": "if", "steps": [ { - "html": "

If its shape[index] is not equal to size, then throw a TypeError.

" + "html": "

If its shape[index] is not equal to size, then throw a TypeError.

" } ] } @@ -3343,13 +3364,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

Set options.alpha to the result of casting options.alpha to input’s dataType.

" @@ -3386,13 +3407,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "

Set options.alpha to the result of casting options.alpha to input’s dataType.

" @@ -3432,22 +3453,25 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, weight, recurrentWeight, options.bias (if it exists), options.recurrentBias (if it exists), options.peepholeWeight (if it exists), options.initialHiddenState (if it exists), and options.initialCellState (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, weight, recurrentWeight, options.bias (if it exists), options.recurrentBias (if it exists), options.peepholeWeight (if it exists), options.initialHiddenState (if it exists), and options.initialCellState (if it exists) returns false, then throw a TypeError.

" }, { "html": "

Let numDirections be 2 if options.direction is \"both\", or 1 otherwise.

" }, { - "html": "

If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError.

" + "html": "

If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError.

" }, { - "html": "

If input’s shape[0] is not equal to steps, then throw a TypeError.

" + "html": "

If steps is 0, then throw a TypeError.

" + }, + { + "html": "

If input’s shape[0] is not equal to steps, then throw a TypeError.

" }, { "html": "

Let batchSize be input’s shape[1].

" @@ -3456,23 +3480,23 @@ "html": "

Let inputSize be input’s shape[2].

" }, { - "html": "

If weight’s shape is not equal to « numDirections, 4 * hiddenSize, inputSize », then throw a TypeError.

" + "html": "

If weight’s shape is not equal to « numDirections, 4 * hiddenSize, inputSize », then throw a TypeError.

" }, { - "html": "

If recurrentWeight’s shape is not equal to « numDirections, 4 * hiddenSize, hiddenSize », then throw a TypeError.

" + "html": "

If recurrentWeight’s shape is not equal to « numDirections, 4 * hiddenSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenSize * 8 is not a valid dimension, then throw a TypeError.

" + "html": "

If hiddenSize * 8 is not a valid dimension, then throw a TypeError.

" }, { "html": "If options.bias exists:", "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3481,10 +3505,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3493,10 +3517,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3505,10 +3529,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" } ] }, @@ -3517,10 +3541,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError.

" } ] }, @@ -3529,7 +3553,7 @@ "rationale": "if", "steps": [ { - "html": "

If its size is not 3, then throw a TypeError.

" + "html": "

If its size is not 3, then throw a TypeError.

" }, { "html": "

Let activations be a clone of options.activations.

" @@ -3640,16 +3664,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input, weight, recurrentWeight, hiddenState, cellState, options.bias (if it exists), options.recurrentBias (if it exists), and options.peepholeWeight (if it exists) returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input, weight, recurrentWeight, hiddenState, cellState, options.bias (if it exists), options.recurrentBias (if it exists), and options.peepholeWeight (if it exists) returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of input, weight, recurrentWeight, hiddenState or cellState is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of input, weight, recurrentWeight, hiddenState or cellState is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If the rank of any of input, weight, recurrentWeight, hiddenState or cellState is not its allowed rank, then throw a TypeError.

" + "html": "

If the rank of any of input, weight, recurrentWeight, hiddenState or cellState is not its allowed rank, then throw a TypeError.

" }, { "html": "

Let batchSize be input’s shape[0].

" @@ -3658,29 +3682,29 @@ "html": "

Let inputSize be input’s shape[1].

" }, { - "html": "

If weight’s shape is not equal to « 4 * hiddenSize, inputSize », then throw a TypeError.

" + "html": "

If weight’s shape is not equal to « 4 * hiddenSize, inputSize », then throw a TypeError.

" }, { - "html": "

If recurrentWeight’s shape is not equal to « 4 * hiddenSize, hiddenSize », then throw a TypeError.

" + "html": "

If recurrentWeight’s shape is not equal to « 4 * hiddenSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If cellState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" + "html": "

If cellState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError.

" }, { - "html": "

If hiddenSize * 8 is not a valid dimension, then throw a TypeError.

" + "html": "

If hiddenSize * 8 is not a valid dimension, then throw a TypeError.

" }, { "html": "If options.bias exists:", "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « 4 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « 4 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3689,10 +3713,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « 4 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « 4 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3701,10 +3725,10 @@ "rationale": "if", "steps": [ { - "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If its dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" + "html": "

If its shape is not equal to « 3 * hiddenSize », then throw a TypeError.

" } ] }, @@ -3713,7 +3737,7 @@ "rationale": "if", "steps": [ { - "html": "

If its size is not 3, then throw a TypeError.

" + "html": "

If its size is not 3, then throw a TypeError.

" }, { "html": "

Let activations be a clone of options.activations.

" @@ -3788,13 +3812,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of a and b returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Calculate the output shape:", @@ -3813,7 +3837,7 @@ "html": "

Let rankB be b’s rank.

" }, { - "html": "

If either rankA or rankB is less than 2, then throw a TypeError.

" + "html": "

If either rankA or rankB is less than 2, then throw a TypeError.

" }, { "html": "

Let colsA be shapeA[rankA - 1].

" @@ -3828,7 +3852,7 @@ "html": "

Let rowsB be shapeB[rankB - 2].

" }, { - "html": "

If colsA is not equal to rowsB, then throw a TypeError.

" + "html": "

If colsA is not equal to rowsB, then throw a TypeError.

" }, { "html": "

Let batchShapeA be a clone of shapeA with the spatial dimensions (last 2 items) removed.

" @@ -3837,7 +3861,7 @@ "html": "

Let batchShapeB be a clone of shapeB with the spatial dimensions (last 2 items) removed.

" }, { - "html": "

Let outputShape be the result of bidirectionally broadcasting batchShapeA and batchShapeB. If that returns failure, then throw a TypeError.

" + "html": "

Let outputShape be the result of bidirectionally broadcasting batchShapeA and batchShapeB. If that returns failure, then throw a TypeError.

" }, { "html": "

Append « rowsA, colsB » to outputShape.

" @@ -3879,16 +3903,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s rank is 0, then throw a TypeError.

" + "html": "

If input’s rank is 0, then throw a TypeError.

" }, { - "html": "

If beginningPadding’s size and endingPadding’s size are not both equal to input’s rank, then throw a TypeError.

" + "html": "

If beginningPadding’s size and endingPadding’s size are not both equal to input’s rank, then throw a TypeError.

" }, { "html": "

Let desc be a copy of input.[[descriptor]].

" @@ -3909,7 +3933,7 @@ ] }, { - "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" + "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" }, { "html": "

Set options.value to the result of casting options.value to input’s dataType.

" @@ -3952,16 +3976,16 @@ "html": "

Assert: op is one of \"averagePool2d\", \"l2Pool2d\", \"maxPool2d\".

" }, { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" + "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" }, { - "html": "

If input’s rank is not 4, then throw a TypeError.

" + "html": "

If input’s rank is not 4, then throw a TypeError.

" }, { "html": "Switch on options.layout:", @@ -3986,32 +4010,35 @@ "html": "

If options.windowDimensions does not exist, set options.windowDimensions to « inputHeight, inputWidth ».

" }, { - "html": "

If options.windowDimensions’s size is not 2, then throw a TypeError.

" + "html": "

If options.windowDimensions’s size is not 2, then throw a TypeError.

" + }, + { + "html": "

If any item in options.windowDimensions is equal to 0, then throw a TypeError.

" }, { "html": "

If options.outputSizes exists, or if options.padding does not exist, set options.padding to the list « 0, 0, 0, 0 ».

" }, { - "html": "

If options.padding’s size is not 4, then throw a TypeError.

" + "html": "

If options.padding’s size is not 4, then throw a TypeError.

" }, { "html": "

If options.strides does not exist, set options.strides to the list « 1, 1 ».

" }, { - "html": "

If options.strides’s size is not 2, then throw a TypeError.

" + "html": "

If options.strides’s size is not 2, then throw a TypeError.

" }, { - "html": "

If any value in options.strides is not greater than 0, then throw a TypeError.

" + "html": "

If any value in options.strides is not greater than 0, then throw a TypeError.

" }, { "html": "If options.outputSizes exists:", "rationale": "if", "steps": [ { - "html": "

If its size is not 2, then throw a TypeError.

" + "html": "

If its size is not 2, then throw a TypeError.

" }, { - "html": "

If its items are not smaller than the items at the same dimension (index) for options.strides, then throw a TypeError.

" + "html": "

If its items are not smaller than the items at the same dimension (index) for options.strides, then throw a TypeError.

" } ] }, @@ -4019,33 +4046,42 @@ "html": "

If options.dilations does not exist, set options.dilations to the list « 1, 1 ».

" }, { - "html": "

If options.dilations’s size is not 2, then throw a TypeError.

" + "html": "

If options.dilations’s size is not 2, then throw a TypeError.

" }, { - "html": "

If any value in options.dilations is not greater than 0, then throw a TypeError.

" + "html": "

If any value in options.dilations is not greater than 0, then throw a TypeError.

" }, { "html": "

Let desc be a copy of input.[[descriptor]].

" }, { "html": "Calculate the output shape:", - "rationale": "if", + "rationale": "let", "steps": [ { - "html": "

If options.outputSizes exists, then let « outputHeight, outputWidth » be options.outputSizes.

" + "html": "

Let « windowHeight, windowWidth » be options.windowDimensions.

" }, { - "html": "Otherwise:", + "html": "

Let « calculatedOutputHeight, calculatedOutputWidth » be the result of calculating conv2d output sizes given inputHeight, inputWidth, windowHeight, windowWidth, options.padding, options.strides, and options.dilations.

" + }, + { + "html": "If options.outputSizes exists, then:", "rationale": "let", "steps": [ { - "html": "

Let « windowHeight, windowWidth » be options.windowDimensions.

" + "html": "

Let « outputHeight, outputWidth » be options.outputSizes.

" }, { - "html": "

Let outputSizes be the result of calculating conv2d output sizes given inputHeight, inputWidth, windowHeight, windowWidth, options.padding, options.strides, and options.dilations.

" - }, + "html": "

If neither outputHeight equals floor( calculatedOutputHeight ) and outputWidth equals floor( calculatedOutputWidth ), nor outputHeight equals ceil( calculatedOutputHeight ) and outputWidth equals ceil( calculatedOutputWidth ), then throw a TypeError.

" + } + ] + }, + { + "html": "Otherwise:", + "rationale": "let", + "steps": [ { - "html": "

Let « outputHeight, outputWidth » be outputSizes.

" + "html": "

Let « outputHeight, outputWidth » be « calculatedOutputHeight, calculatedOutputWidth ».

" }, { "html": "Switch on options.roundingType:", @@ -4086,6 +4122,9 @@ } ] }, + { + "html": "

If either outputHeight or outputWidth is not a valid dimension, then throw a TypeError.

" + }, { "html": "Switch on options.layout:", "rationale": ".switch", @@ -4105,9 +4144,6 @@ } ] }, - { - "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" - }, { "html": "

Set desc.shape to outputShape.

" } @@ -4150,7 +4186,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4170,7 +4206,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4190,7 +4226,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4205,20 +4241,20 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of input and slope returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of input and slope returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of input or slope is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of input or slope is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Let outputShape be to the result of bidirectionally broadcasting slope’s shape and input’s shape.", "rationale": "if", "steps": [ { - "html": "

If that returns failure, then throw a TypeError.

" + "html": "

If that returns failure, then throw a TypeError.

" } ] }, @@ -4263,7 +4299,7 @@ "html": "

If axes is not given, let axes be the range 0 to inputRank, exclusive.

" }, { - "html": "

Otherwise, if axes contains duplicate values, or if any of its items is not in the range 0 to inputRank, exclusive, then return failure.

" + "html": "

Otherwise, if axes contains duplicate values, or if any of its items is not in the range 0 to inputRank, exclusive, then return failure.

" }, { "html": "If keepDimensions is true, then:", @@ -4315,16 +4351,16 @@ "html": "

Assert: op is one of \"reduceL1\", \"reduceL2\", \"reduceLogSum\", \"reduceLogSumExp\", \"reduceMax\", \"reduceMean\", \"reduceMin\", \"reduceProduct\", \"reduceSum\", \"reduceSumSquare\".

" }, { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" + "html": "

If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError.

" }, { - "html": "

Let outputShape be the result of calculating reduction output sizes given input’s shape, options.axes (if it exists), and options.keepDimensions. If that returns failure, then throw a TypeError.

" + "html": "

Let outputShape be the result of calculating reduction output sizes given input’s shape, options.axes (if it exists), and options.keepDimensions. If that returns failure, then throw a TypeError.

" }, { "html": "

Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.

" @@ -4366,7 +4402,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4386,7 +4422,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4406,7 +4442,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4426,7 +4462,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4446,7 +4482,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4466,7 +4502,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4486,7 +4522,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4506,7 +4542,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4526,7 +4562,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4546,7 +4582,7 @@ "rationale": "if", "steps": [ { - "html": "

If that throws an error, then re-throw the error.

" + "html": "

If that throws an error, then re-throw the error.

" } ] }, @@ -4561,13 +4597,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -4601,31 +4637,31 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If input’s rank is not its allowed rank, then throw a TypeError.

" + "html": "

If input’s rank is not its allowed rank, then throw a TypeError.

" }, { "html": "

If options.scales does not exist, set it to the list « 1.0, 1.0 ».

" }, { - "html": "

Otherwise, if any of its values is not greater than 0, or if its size is not 2, then throw a TypeError.

" + "html": "

Otherwise, if any of its values is not greater than 0, or if its size is not 2, then throw a TypeError.

" }, { - "html": "

If options.sizes exists, and if its size is not 2, or if any of its values is not greater than 0, then throw a TypeError.

" + "html": "

If options.sizes exists, and if its size is not 2, or if any of its values is not greater than 0, then throw a TypeError.

" }, { "html": "

If options.axes does not exists, set it to the list « 2, 3 ».

" }, { - "html": "

Otherwise, if options.axes contains duplicate values, or if any of its items is not in the range 0 to input’s rank, exclusive, then throw a TypeError.

" + "html": "

Otherwise, if options.axes contains duplicate values, or if any of its items is not in the range 0 to input’s rank, exclusive, then throw a TypeError.

" }, { "html": "Calculate the output shape:", @@ -4648,7 +4684,7 @@ "html": "

Otherwise, let size be floor(input’s shape[options.axes[index]] * options.scales[index]).

" }, { - "html": "

If size is not a valid dimension, then throw a TypeError.

" + "html": "

If size is not a valid dimension, then throw a TypeError.

" }, { "html": "

Set outputShape[options.axes[index]] to size.

" @@ -4692,10 +4728,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { "html": "

Let outputShape be an empty array of unsigned long.

" @@ -4704,13 +4740,13 @@ "html": "

If newShape’s size is 0, set outputShape to an empty list for a scalar.

" }, { - "html": "

If any item in newShape is not a valid dimension, then throw a TypeError.

" + "html": "

If any item in newShape is not a valid dimension, then throw a TypeError.

" }, { - "html": "

Let inputElementCount be the product of all items in input’s shape. Empty dimensions yield an inputElementCount of 1.

" + "html": "

Let inputElementCount be the product of all items in input’s shape. Empty dimensions yield an inputElementCount of 1.

" }, { - "html": "

If product of all values in newShape is not equal to inputElementCount, then throw a TypeError.

" + "html": "

If product of all values in newShape is not equal to inputElementCount, then throw a TypeError.

" }, { "html": "

Let desc be a copy of input.[[descriptor]].

" @@ -4750,13 +4786,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -4790,29 +4826,29 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If any of sizes’s items are 0, then throw a TypeError.

" + "html": "

If any of sizes’s items are 0, then throw a TypeError.

" }, { - "html": "

If starts’s size and sizes’s size are not both equal to input’s rank, then throw a TypeError.

" + "html": "

If starts’s size and sizes’s size are not both equal to input’s rank, then throw a TypeError.

" }, { "html": "For each index in the range 0 to input’s rank, exclusive:", "rationale": "if", "steps": [ { - "html": "

If sizes[index] is 0, then throw a TypeError.

" + "html": "

If sizes[index] is 0, then throw a TypeError.

" }, { - "html": "

If starts[index] is greater than or equal to input’s shape[index], then throw a TypeError.

" + "html": "

If starts[index] is greater than or equal to input’s shape[index], then throw a TypeError.

" }, { - "html": "

If starts[index] + sizes[index] is greater than input’s shape[index], then throw a TypeError.

" + "html": "

If starts[index] + sizes[index] is greater than input’s shape[index], then throw a TypeError.

" } ] }, @@ -4848,16 +4884,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { - "html": "

If axis is greater than or equal to input’s rank, then throw a TypeError.

" + "html": "

If axis is greater than or equal to input’s rank, then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -4891,13 +4927,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -4931,13 +4967,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -4971,23 +5007,26 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { "html": "

Let axis be options.axis.

" }, { - "html": "

If axis is greater than or equal to input’s rank, then throw a TypeError.

" + "html": "

If axis is greater than or equal to input’s rank, then throw a TypeError.

" }, { "html": "If splits is an unsigned long:", "rationale": "if", "steps": [ { - "html": "

If input’s shape[axis] % splits is not 0, then throw a TypeError.

" + "html": "

If splits is 0, then throw a TypeError.

" + }, + { + "html": "

If input’s shape[axis] % splits is not 0, then throw a TypeError.

" }, { "html": "

Otherwise, let splitCount be splits.

" @@ -4999,10 +5038,10 @@ "rationale": "if", "steps": [ { - "html": "

If any of its items is equal to 0, then throw a TypeError.

" + "html": "

If any of its items is equal to 0, then throw a TypeError.

" }, { - "html": "

If the sum of its items is not equal to input’s shape[axis], then throw a TypeError.

" + "html": "

If the sum of its items is not equal to input’s shape[axis], then throw a TypeError.

" }, { "html": "

Otherwise, let splitCount be splits’s size.

" @@ -5062,13 +5101,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -5102,10 +5141,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { "html": "

If options.permutation does not exist, let options.permutation be the reversed sequence of all indices for input’s shape.

" @@ -5115,13 +5154,13 @@ "rationale": "if", "steps": [ { - "html": "

If its size is not equal to input’s rank, then throw a TypeError.

" + "html": "

If its size is not equal to input’s rank, then throw a TypeError.

" }, { - "html": "

If its values are not in the range 0 to input’s rank exclusive, then throw a TypeError.

" + "html": "

If its values are not in the range 0 to input’s rank exclusive, then throw a TypeError.

" }, { - "html": "

If it contains duplicate values, then throw a TypeError.

" + "html": "

If it contains duplicate values, then throw a TypeError.

" } ] }, @@ -5157,13 +5196,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and input returns false, then throw a TypeError.

" + "html": "

If validating operand with this and input returns false, then throw a TypeError.

" }, { - "html": "

If input’s rank is not one of its allowed ranks (according to this table), then throw a TypeError.

" + "html": "

If input’s rank is not one of its allowed ranks (according to this table), then throw a TypeError.

" }, { "html": "Make graph connections:", @@ -5197,20 +5236,20 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If this can not build, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If validating operand with this and any of condition, trueValue, and falseValue returns false, then throw a TypeError.

" + "html": "

If validating operand with this and any of condition, trueValue, and falseValue returns false, then throw a TypeError.

" }, { - "html": "

If the dataType of any of condition, trueValue, or falseValue is not one of its allowed data types (according to this table), then throw a TypeError.

" + "html": "

If the dataType of any of condition, trueValue, or falseValue is not one of its allowed data types (according to this table), then throw a TypeError.

" }, { "html": "Let outputShape be the result of bidirectionally broadcasting trueValue’s shape and falseValue’s shape.", "rationale": "if", "steps": [ { - "html": "

If that returns failure, then throw a TypeError.

" + "html": "

If that returns failure, then throw a TypeError.

" } ] }, @@ -5219,7 +5258,7 @@ "rationale": "if", "steps": [ { - "html": "

If that returns failure, then throw a TypeError.

" + "html": "

If that returns failure, then throw a TypeError.

" } ] }, diff --git a/ed/cddl/web-bluetooth-all.cddl b/ed/cddl/web-bluetooth-all.cddl index 0017f46939a3..5748944e76c8 100644 --- a/ed/cddl/web-bluetooth-all.cddl +++ b/ed/cddl/web-bluetooth-all.cddl @@ -52,7 +52,9 @@ bluetooth.simulateAdapter = ( bluetooth.SimulateAdapterParameters = { context: text, - state: "absent" / "powered-off" / "powered-on" + type: "create" / "update" / "remove", + ? leSupported: bool, + ? state: "absent" / "powered-off" / "powered-on" } bluetooth.SimulatePreconnectedPeripheral = ( diff --git a/ed/cddl/web-bluetooth-local.cddl b/ed/cddl/web-bluetooth-local.cddl index 0017f46939a3..5748944e76c8 100644 --- a/ed/cddl/web-bluetooth-local.cddl +++ b/ed/cddl/web-bluetooth-local.cddl @@ -52,7 +52,9 @@ bluetooth.simulateAdapter = ( bluetooth.SimulateAdapterParameters = { context: text, - state: "absent" / "powered-off" / "powered-on" + type: "create" / "update" / "remove", + ? leSupported: bool, + ? state: "absent" / "powered-off" / "powered-on" } bluetooth.SimulatePreconnectedPeripheral = ( diff --git a/ed/cddl/web-bluetooth-remote.cddl b/ed/cddl/web-bluetooth-remote.cddl index 2db562fd1f36..12cd7f5b043d 100644 --- a/ed/cddl/web-bluetooth-remote.cddl +++ b/ed/cddl/web-bluetooth-remote.cddl @@ -52,7 +52,9 @@ bluetooth.simulateAdapter = ( bluetooth.SimulateAdapterParameters = { context: text, - state: "absent" / "powered-off" / "powered-on" + type: "create" / "update" / "remove", + ? leSupported: bool, + ? state: "absent" / "powered-off" / "powered-on" } bluetooth.SimulatePreconnectedPeripheral = ( diff --git a/ed/css/css-gaps.json b/ed/css/css-gaps.json index 045803b7f20d..658cdfe2c272 100644 --- a/ed/css/css-gaps.json +++ b/ed/css/css-gaps.json @@ -388,13 +388,29 @@ "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-repeat-line-color", "type": "type", - "value": "repeat( [ ] , [ ]+ )" + "value": "repeat( [ ] , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-auto-repeat-line-color", "type": "type", - "value": "repeat( auto , [ ]+ )" + "value": "repeat( auto , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", @@ -418,13 +434,29 @@ "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-repeat-line-style", "type": "type", - "value": "repeat( [ ] , [ ]+ )" + "value": "repeat( [ ] , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-auto-repeat-line-style", "type": "type", - "value": "repeat( auto , [ ]+ )" + "value": "repeat( auto , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", @@ -448,19 +480,29 @@ "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-repeat-line-width", "type": "type", - "value": "repeat( [ ] , [ ]+ )" + "value": "repeat( [ ] , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", "href": "https://drafts.csswg.org/css-gaps-1/#typedef-auto-repeat-line-width", "type": "type", - "value": "repeat( auto , [ ]+ )" - }, - { - "name": "repeat()", - "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", - "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat", - "type": "function" + "value": "repeat( auto , [ ]+ )", + "values": [ + { + "name": "repeat()", + "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 § 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", + "type": "function" + } + ] }, { "name": "", diff --git a/ed/css/css-grid.json b/ed/css/css-grid.json index b044c0df8701..19a9b868e772 100644 --- a/ed/css/css-grid.json +++ b/ed/css/css-grid.json @@ -690,50 +690,124 @@ "value": "'[' * ']'" }, { - "name": "repeat()", - "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.", - "href": "https://drafts.csswg.org/css-grid-2/#funcdef-repeat", - "type": "function", + "name": "", + "href": "https://drafts.csswg.org/css-grid-2/#typedef-track-repeat", + "type": "type", + "value": "repeat( [ ] , [ ? ]+ ? )", "values": [ { - "name": "auto-fill", - "prose": "Otherwise on a standalone axis, when auto-fill is given as the repetition number, if the grid container has a definite size or max size in the relevant axis, then the number of repetitions is the largest possible positive integer that does not cause the grid to overflow the content box of its grid container (treating each track as its max track sizing function if that is definite or as its minimum track sizing function otherwise, flooring the max track sizing function by the min track sizing function if both are definite, and taking gap into account); if any number of repetitions would overflow, then 1 repetition. Otherwise, if the grid container has a definite min size in the relevant axis, the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement. Otherwise, the specified track list repeats only once.", - "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fill", - "type": "value", - "value": "auto-fill" - }, - { - "name": "auto-fit", - "prose": "The auto-fit keyword behaves the same as auto-fill, except that after grid item placement any empty repeated tracks are collapsed. An empty track is one with no in-flow grid items placed into or spanning across it. (This can result in all tracks being collapsed, if they’re all empty.)", - "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fit", - "type": "value", - "value": "auto-fit" + "name": "repeat()", + "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", + "type": "function", + "values": [ + { + "name": "auto-fill", + "prose": "Otherwise on a standalone axis, when auto-fill is given as the repetition number, if the grid container has a definite size or max size in the relevant axis, then the number of repetitions is the largest possible positive integer that does not cause the grid to overflow the content box of its grid container (treating each track as its max track sizing function if that is definite or as its minimum track sizing function otherwise, flooring the max track sizing function by the min track sizing function if both are definite, and taking gap into account); if any number of repetitions would overflow, then 1 repetition. Otherwise, if the grid container has a definite min size in the relevant axis, the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement. Otherwise, the specified track list repeats only once.", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fill", + "type": "value", + "value": "auto-fill" + }, + { + "name": "auto-fit", + "prose": "The auto-fit keyword behaves the same as auto-fill, except that after grid item placement any empty repeated tracks are collapsed. An empty track is one with no in-flow grid items placed into or spanning across it. (This can result in all tracks being collapsed, if they’re all empty.)", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fit", + "type": "value", + "value": "auto-fit" + } + ] } ] }, - { - "name": "", - "href": "https://drafts.csswg.org/css-grid-2/#typedef-track-repeat", - "type": "type", - "value": "repeat( [ ] , [ ? ]+ ? )" - }, { "name": "", "href": "https://drafts.csswg.org/css-grid-2/#typedef-auto-repeat", "type": "type", - "value": "repeat( [ auto-fill | auto-fit ] , [ ? ]+ ? )" + "value": "repeat( [ auto-fill | auto-fit ] , [ ? ]+ ? )", + "values": [ + { + "name": "repeat()", + "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", + "type": "function", + "values": [ + { + "name": "auto-fill", + "prose": "Otherwise on a standalone axis, when auto-fill is given as the repetition number, if the grid container has a definite size or max size in the relevant axis, then the number of repetitions is the largest possible positive integer that does not cause the grid to overflow the content box of its grid container (treating each track as its max track sizing function if that is definite or as its minimum track sizing function otherwise, flooring the max track sizing function by the min track sizing function if both are definite, and taking gap into account); if any number of repetitions would overflow, then 1 repetition. Otherwise, if the grid container has a definite min size in the relevant axis, the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement. Otherwise, the specified track list repeats only once.", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fill", + "type": "value", + "value": "auto-fill" + }, + { + "name": "auto-fit", + "prose": "The auto-fit keyword behaves the same as auto-fill, except that after grid item placement any empty repeated tracks are collapsed. An empty track is one with no in-flow grid items placed into or spanning across it. (This can result in all tracks being collapsed, if they’re all empty.)", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fit", + "type": "value", + "value": "auto-fit" + } + ] + } + ] }, { "name": "", "href": "https://drafts.csswg.org/css-grid-2/#typedef-fixed-repeat", "type": "type", - "value": "repeat( [ ] , [ ? ]+ ? )" + "value": "repeat( [ ] , [ ? ]+ ? )", + "values": [ + { + "name": "repeat()", + "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", + "type": "function", + "values": [ + { + "name": "auto-fill", + "prose": "Otherwise on a standalone axis, when auto-fill is given as the repetition number, if the grid container has a definite size or max size in the relevant axis, then the number of repetitions is the largest possible positive integer that does not cause the grid to overflow the content box of its grid container (treating each track as its max track sizing function if that is definite or as its minimum track sizing function otherwise, flooring the max track sizing function by the min track sizing function if both are definite, and taking gap into account); if any number of repetitions would overflow, then 1 repetition. Otherwise, if the grid container has a definite min size in the relevant axis, the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement. Otherwise, the specified track list repeats only once.", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fill", + "type": "value", + "value": "auto-fill" + }, + { + "name": "auto-fit", + "prose": "The auto-fit keyword behaves the same as auto-fill, except that after grid item placement any empty repeated tracks are collapsed. An empty track is one with no in-flow grid items placed into or spanning across it. (This can result in all tracks being collapsed, if they’re all empty.)", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fit", + "type": "value", + "value": "auto-fit" + } + ] + } + ] }, { "name": "", "href": "https://drafts.csswg.org/css-grid-2/#typedef-name-repeat", "type": "type", - "value": "repeat( [ | auto-fill ], +)" + "value": "repeat( [ | auto-fill ], +)", + "values": [ + { + "name": "repeat()", + "prose": "The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.", + "href": "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", + "type": "function", + "values": [ + { + "name": "auto-fill", + "prose": "Otherwise on a standalone axis, when auto-fill is given as the repetition number, if the grid container has a definite size or max size in the relevant axis, then the number of repetitions is the largest possible positive integer that does not cause the grid to overflow the content box of its grid container (treating each track as its max track sizing function if that is definite or as its minimum track sizing function otherwise, flooring the max track sizing function by the min track sizing function if both are definite, and taking gap into account); if any number of repetitions would overflow, then 1 repetition. Otherwise, if the grid container has a definite min size in the relevant axis, the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement. Otherwise, the specified track list repeats only once.", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fill", + "type": "value", + "value": "auto-fill" + }, + { + "name": "auto-fit", + "prose": "The auto-fit keyword behaves the same as auto-fill, except that after grid item placement any empty repeated tracks are collapsed. An empty track is one with no in-flow grid items placed into or spanning across it. (This can result in all tracks being collapsed, if they’re all empty.)", + "href": "https://drafts.csswg.org/css-grid-2/#valdef-repeat-auto-fit", + "type": "value", + "value": "auto-fit" + } + ] + } + ] }, { "name": "", diff --git a/ed/dfns/css-gaps-1.json b/ed/dfns/css-gaps-1.json index 671b084f789f..d67c8a7f08b2 100644 --- a/ed/dfns/css-gaps-1.json +++ b/ed/dfns/css-gaps-1.json @@ -717,14 +717,21 @@ "definedIn": "pre" }, { - "id": "funcdef-repeat", - "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat", + "id": "funcdef-repeat-line-color-repeat", + "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", "linkingText": [ "repeat()" ], "localLinkingText": [], "type": "function", - "for": [], + "for": [ + "", + "", + "", + "", + "", + "" + ], "access": "public", "informative": false, "heading": { diff --git a/ed/dfns/css-grid-2.json b/ed/dfns/css-grid-2.json index c930772fc062..e42f1176898b 100644 --- a/ed/dfns/css-grid-2.json +++ b/ed/dfns/css-grid-2.json @@ -1107,14 +1107,19 @@ "definedIn": "prose" }, { - "id": "funcdef-repeat", - "href": "https://drafts.csswg.org/css-grid-2/#funcdef-repeat", + "id": "funcdef-track-repeat-repeat", + "href": "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", "linkingText": [ "repeat()" ], "localLinkingText": [], "type": "function", - "for": [], + "for": [ + "", + "", + "", + "" + ], "access": "public", "informative": false, "heading": { diff --git a/ed/dfns/ppa.json b/ed/dfns/ppa.json index c4f6459ec376..7ef7047139fa 100644 --- a/ed/dfns/ppa.json +++ b/ed/dfns/ppa.json @@ -897,6 +897,48 @@ }, "definedIn": "dt" }, + { + "id": "dom-permissionpolicy-save-impression", + "href": "https://w3c.github.io/ppa/#dom-permissionpolicy-save-impression", + "linkingText": [ + "save-impression" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PermissionPolicy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "permission-policy", + "href": "https://w3c.github.io/ppa/#permission-policy", + "title": "Permissions Policy Integration", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-permissionpolicy-measure-conversion", + "href": "https://w3c.github.io/ppa/#dom-permissionpolicy-measure-conversion", + "linkingText": [ + "measure-conversion" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PermissionPolicy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "permission-policy", + "href": "https://w3c.github.io/ppa/#permission-policy", + "title": "Permissions Policy Integration", + "number": "3.6" + }, + "definedIn": "prose" + }, { "id": "impression-store", "href": "https://w3c.github.io/ppa/#impression-store", @@ -1255,48 +1297,6 @@ }, "definedIn": "prose" }, - { - "id": "dom-permissionpolicy-save-impression", - "href": "https://w3c.github.io/ppa/#dom-permissionpolicy-save-impression", - "linkingText": [ - "save-impression" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "PermissionPolicy" - ], - "access": "public", - "informative": false, - "heading": { - "id": "permission-policy", - "href": "https://w3c.github.io/ppa/#permission-policy", - "title": "Permissions Policy Integration", - "number": "5" - }, - "definedIn": "prose" - }, - { - "id": "dom-permissionpolicy-measure-conversion", - "href": "https://w3c.github.io/ppa/#dom-permissionpolicy-measure-conversion", - "linkingText": [ - "measure-conversion" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "PermissionPolicy" - ], - "access": "public", - "informative": false, - "heading": { - "id": "permission-policy", - "href": "https://w3c.github.io/ppa/#permission-policy", - "title": "Permissions Policy Integration", - "number": "5" - }, - "definedIn": "prose" - }, { "id": "aggregation-service", "href": "https://w3c.github.io/ppa/#aggregation-service", @@ -1312,7 +1312,7 @@ "id": "aggregation", "href": "https://w3c.github.io/ppa/#aggregation", "title": "Aggregation", - "number": "7" + "number": "6" }, "definedIn": "prose" }, @@ -1331,7 +1331,7 @@ "id": "s-mpc", "href": "https://w3c.github.io/ppa/#s-mpc", "title": "Multi-Party Computation Aggregation", - "number": "7.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -1350,7 +1350,7 @@ "id": "s-tee", "href": "https://w3c.github.io/ppa/#s-tee", "title": "Trusted Execution Environments", - "number": "7.2" + "number": "6.2" }, "definedIn": "prose" }, @@ -1369,7 +1369,7 @@ "id": "dp", "href": "https://w3c.github.io/ppa/#dp", "title": "Differential Privacy", - "number": "8" + "number": "7" }, "definedIn": "prose" }, @@ -1388,7 +1388,7 @@ "id": "dp", "href": "https://w3c.github.io/ppa/#dp", "title": "Differential Privacy", - "number": "8" + "number": "7" }, "definedIn": "prose" }, @@ -1407,7 +1407,7 @@ "id": "dp-unit", "href": "https://w3c.github.io/ppa/#dp-unit", "title": "Privacy Unit", - "number": "8.1" + "number": "7.1" }, "definedIn": "prose" }, @@ -1428,7 +1428,7 @@ "id": "dp-refresh", "href": "https://w3c.github.io/ppa/#dp-refresh", "title": "Privacy Budget Epochs", - "number": "8.1.3" + "number": "7.1.3" }, "definedIn": "prose" }, @@ -1447,7 +1447,7 @@ "id": "dp-budget", "href": "https://w3c.github.io/ppa/#dp-budget", "title": "Privacy Budgets", - "number": "8.2" + "number": "7.2" }, "definedIn": "prose" }, @@ -1466,7 +1466,7 @@ "id": "dp-safety", "href": "https://w3c.github.io/ppa/#dp-safety", "title": "Safety Limits", - "number": "8.2.2" + "number": "7.2.2" }, "definedIn": "prose" } diff --git a/ed/dfns/web-bluetooth.json b/ed/dfns/web-bluetooth.json index ca9c59612f08..f6722330701c 100644 --- a/ed/dfns/web-bluetooth.json +++ b/ed/dfns/web-bluetooth.json @@ -4982,6 +4982,24 @@ }, "definedIn": "prose" }, + { + "id": "le-supported-state", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#le-supported-state", + "linkingText": [ + "LE supported state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "automated-testing", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#automated-testing", + "title": "12. Automated testing" + }, + "definedIn": "prose" + }, { "id": "simulated-bluetooth-device", "href": "https://webbluetoothcg.github.io/web-bluetooth/#simulated-bluetooth-device", diff --git a/ed/headings/ppa.json b/ed/headings/ppa.json index abcd7e4d2e7e..ee9de656b6d4 100644 --- a/ed/headings/ppa.json +++ b/ed/headings/ppa.json @@ -140,6 +140,13 @@ "title": "Operation", "number": "3.5.1" }, + { + "id": "permission-policy", + "href": "https://w3c.github.io/ppa/#permission-policy", + "level": 3, + "title": "Permissions Policy Integration", + "number": "3.6" + }, { "id": "api-internals", "href": "https://w3c.github.io/ppa/#api-internals", @@ -217,199 +224,193 @@ "title": "Visibility", "number": "4.4.2" }, - { - "id": "permission-policy", - "href": "https://w3c.github.io/ppa/#permission-policy", - "level": 2, - "title": "Permissions Policy Integration", - "number": "5" - }, { "id": "implementation-considerations", "href": "https://w3c.github.io/ppa/#implementation-considerations", "level": 2, "title": "Implementation Considerations", - "number": "6" + "number": "5" }, { "id": "aggregation", "href": "https://w3c.github.io/ppa/#aggregation", "level": 2, "title": "Aggregation", - "number": "7" + "number": "6" }, { "id": "s-mpc", "href": "https://w3c.github.io/ppa/#s-mpc", "level": 3, "title": "Multi-Party Computation Aggregation", - "number": "7.1" + "number": "6.1" }, { "id": "prio", "href": "https://w3c.github.io/ppa/#prio", "level": 4, "title": "Prio and DAP", - "number": "7.1.1" + "number": "6.1.1" }, { "id": "s-tee", "href": "https://w3c.github.io/ppa/#s-tee", "level": 3, "title": "Trusted Execution Environments", - "number": "7.2" + "number": "6.2" }, { "id": "anti-replay", "href": "https://w3c.github.io/ppa/#anti-replay", "level": 3, "title": "Anti-Replay Requirements", - "number": "7.3" + "number": "6.3" }, { "id": "dp", "href": "https://w3c.github.io/ppa/#dp", "level": 2, "title": "Differential Privacy", - "number": "8" + "number": "7" }, { "id": "dp-unit", "href": "https://w3c.github.io/ppa/#dp-unit", "level": 3, "title": "Privacy Unit", - "number": "8.1" + "number": "7.1" }, { "id": "dp-instance", "href": "https://w3c.github.io/ppa/#dp-instance", "level": 4, "title": "Browser Instances", - "number": "8.1.1" + "number": "7.1.1" }, { "id": "dp-site", "href": "https://w3c.github.io/ppa/#dp-site", "level": 4, "title": "Per-Site Limits", - "number": "8.1.2" + "number": "7.1.2" }, { "id": "dp-refresh", "href": "https://w3c.github.io/ppa/#dp-refresh", "level": 4, "title": "Privacy Budget Epochs", - "number": "8.1.3" + "number": "7.1.3" }, { "id": "dp-budget", "href": "https://w3c.github.io/ppa/#dp-budget", "level": 3, "title": "Privacy Budgets", - "number": "8.2" + "number": "7.2" }, { "id": "dp-deduction", "href": "https://w3c.github.io/ppa/#dp-deduction", "level": 4, "title": "Privacy Budget Deduction", - "number": "8.2.1" + "number": "7.2.1" }, { "id": "dp-safety", "href": "https://w3c.github.io/ppa/#dp-safety", "level": 4, "title": "Safety Limits", - "number": "8.2.2" + "number": "7.2.2" }, { "id": "dp-mechanism", "href": "https://w3c.github.io/ppa/#dp-mechanism", "level": 3, "title": "Differential Privacy Mechanisms", - "number": "8.3" + "number": "7.3" }, { "id": "security", "href": "https://w3c.github.io/ppa/#security", "level": 2, "title": "Security Considerations", - "number": "9" + "number": "8" }, { "id": "security-impression-store", "href": "https://w3c.github.io/ppa/#security-impression-store", "level": 3, "title": "Impression Store", - "number": "9.1" + "number": "8.1" }, { "id": "security-api-implementation", "href": "https://w3c.github.io/ppa/#security-api-implementation", "level": 3, "title": "API Implementation", - "number": "9.2" + "number": "8.2" }, { "id": "security-aggregation-services", "href": "https://w3c.github.io/ppa/#security-aggregation-services", "level": 3, "title": "Aggregation Services", - "number": "9.3" + "number": "8.3" }, { "id": "security-multiple-sites", "href": "https://w3c.github.io/ppa/#security-multiple-sites", "level": 3, "title": "Combining Reports from Multiple Sites", - "number": "9.4" + "number": "8.4" }, { "id": "security-ad-fraud", "href": "https://w3c.github.io/ppa/#security-ad-fraud", "level": 3, "title": "Ad Fraud", - "number": "9.5" + "number": "8.5" }, { "id": "privacy", "href": "https://w3c.github.io/ppa/#privacy", "level": 2, - "title": "10. Privacy Considerations" + "title": "Privacy Considerations", + "number": "9" }, { "id": "privacy-exposure", "href": "https://w3c.github.io/ppa/#privacy-exposure", "level": 3, "title": "Information Exposed by the Private Attribution API", - "number": "10.1" + "number": "9.1" }, { "id": "privacy-opt-out", "href": "https://w3c.github.io/ppa/#privacy-opt-out", "level": 3, "title": "Disabling the Private Attribution API", - "number": "10.2" + "number": "9.2" }, { "id": "privacy-impression-store", "href": "https://w3c.github.io/ppa/#privacy-impression-store", "level": 3, "title": "Including Identifying Information with Saved Impressions", - "number": "10.3" + "number": "9.3" }, { "id": "privacy-third-party-contexts", "href": "https://w3c.github.io/ppa/#privacy-third-party-contexts", "level": 3, "title": "Use in Third-party Contexts", - "number": "10.4" + "number": "9.4" }, { "id": "ack", "href": "https://w3c.github.io/ppa/#ack", "level": 2, - "title": "11. Acknowledgements" + "title": "10. Acknowledgements" }, { "id": "w3c-conformance", diff --git a/ed/ids/css-animations-1.json b/ed/ids/css-animations-1.json index 47b3c3adcac4..2caca30252ff 100644 --- a/ed/ids/css-animations-1.json +++ b/ed/ids/css-animations-1.json @@ -534,11 +534,11 @@ "https://drafts.csswg.org/css-animations-1/#4f60cc66", "https://drafts.csswg.org/css-animations-1/#0b00b5c1", "https://drafts.csswg.org/css-animations-1/#95b5db38", + "https://drafts.csswg.org/css-animations-1/#ad97d2e0", "https://drafts.csswg.org/css-animations-1/#ebcbc56d", "https://drafts.csswg.org/css-animations-1/#38cf5d56", "https://drafts.csswg.org/css-animations-1/#a81b1fb8", "https://drafts.csswg.org/css-animations-1/#3d312fb4", - "https://drafts.csswg.org/css-animations-1/#a8cb81d7", "https://drafts.csswg.org/css-animations-1/#bb5f9e40", "https://drafts.csswg.org/css-animations-1/#c297b070", "https://drafts.csswg.org/css-animations-1/#a0144f62", @@ -588,6 +588,7 @@ "https://drafts.csswg.org/css-animations-1/#biblio-css-display-4", "https://drafts.csswg.org/css-animations-1/#biblio-css-easing-1", "https://drafts.csswg.org/css-animations-1/#biblio-css-easing-2", + "https://drafts.csswg.org/css-animations-1/#biblio-css-gaps-1", "https://drafts.csswg.org/css-animations-1/#biblio-css-shapes-2", "https://drafts.csswg.org/css-animations-1/#biblio-css-syntax-3", "https://drafts.csswg.org/css-animations-1/#biblio-css-values-3", diff --git a/ed/ids/css-cascade-5.json b/ed/ids/css-cascade-5.json index 7334bd1c2757..1e11d3340797 100644 --- a/ed/ids/css-cascade-5.json +++ b/ed/ids/css-cascade-5.json @@ -854,6 +854,7 @@ "https://drafts.csswg.org/css-cascade-5/#8458d39f", "https://drafts.csswg.org/css-cascade-5/#0497de86", "https://drafts.csswg.org/css-cascade-5/#caf45308", + "https://drafts.csswg.org/css-cascade-5/#ad97d2e0", "https://drafts.csswg.org/css-cascade-5/#6f7798a0", "https://drafts.csswg.org/css-cascade-5/#16d57f47", "https://drafts.csswg.org/css-cascade-5/#f0c46389", @@ -868,7 +869,6 @@ "https://drafts.csswg.org/css-cascade-5/#cfd2c803", "https://drafts.csswg.org/css-cascade-5/#68019d7a", "https://drafts.csswg.org/css-cascade-5/#88643fe0", - "https://drafts.csswg.org/css-cascade-5/#65c9f2cf", "https://drafts.csswg.org/css-cascade-5/#c533ddd8", "https://drafts.csswg.org/css-cascade-5/#762610c7", "https://drafts.csswg.org/css-cascade-5/#0197874e", @@ -944,6 +944,7 @@ "https://drafts.csswg.org/css-cascade-5/#biblio-css-display-4", "https://drafts.csswg.org/css-cascade-5/#biblio-css-fonts-4", "https://drafts.csswg.org/css-cascade-5/#biblio-css-fonts-5", + "https://drafts.csswg.org/css-cascade-5/#biblio-css-gaps-1", "https://drafts.csswg.org/css-cascade-5/#biblio-css-namespaces-3", "https://drafts.csswg.org/css-cascade-5/#biblio-css-pseudo-4", "https://drafts.csswg.org/css-cascade-5/#biblio-css-scoping-1", diff --git a/ed/ids/css-cascade-6.json b/ed/ids/css-cascade-6.json index 40c9668d0070..526664af0bf3 100644 --- a/ed/ids/css-cascade-6.json +++ b/ed/ids/css-cascade-6.json @@ -439,13 +439,13 @@ "https://drafts.csswg.org/css-cascade-6/#63fe4250", "https://drafts.csswg.org/css-cascade-6/#a15951ea", "https://drafts.csswg.org/css-cascade-6/#0497de86", + "https://drafts.csswg.org/css-cascade-6/#ad97d2e0", "https://drafts.csswg.org/css-cascade-6/#a5ad37b5", "https://drafts.csswg.org/css-cascade-6/#5140976e", "https://drafts.csswg.org/css-cascade-6/#f8cc2828", "https://drafts.csswg.org/css-cascade-6/#ce2e3c84", "https://drafts.csswg.org/css-cascade-6/#cfd2c803", "https://drafts.csswg.org/css-cascade-6/#b845e85c", - "https://drafts.csswg.org/css-cascade-6/#65c9f2cf", "https://drafts.csswg.org/css-cascade-6/#762610c7", "https://drafts.csswg.org/css-cascade-6/#0197874e", "https://drafts.csswg.org/css-cascade-6/#dfd120f7", @@ -489,6 +489,7 @@ "https://drafts.csswg.org/css-cascade-6/#biblio-css-cascade-5", "https://drafts.csswg.org/css-cascade-6/#biblio-css-conditional-5", "https://drafts.csswg.org/css-cascade-6/#biblio-css-fonts-5", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-gaps-1", "https://drafts.csswg.org/css-cascade-6/#biblio-css-nesting-1", "https://drafts.csswg.org/css-cascade-6/#biblio-css-scoping-1", "https://drafts.csswg.org/css-cascade-6/#biblio-css-syntax-3", diff --git a/ed/ids/css-conditional-3.json b/ed/ids/css-conditional-3.json index da3fa3571f9a..f80b6042d5d1 100644 --- a/ed/ids/css-conditional-3.json +++ b/ed/ids/css-conditional-3.json @@ -227,11 +227,11 @@ "https://drafts.csswg.org/css-conditional-3/#4e55d7fb", "https://drafts.csswg.org/css-conditional-3/#73ea1d43", "https://drafts.csswg.org/css-conditional-3/#e7f0dd6c", + "https://drafts.csswg.org/css-conditional-3/#ad97d2e0", "https://drafts.csswg.org/css-conditional-3/#bf0e8186", "https://drafts.csswg.org/css-conditional-3/#ee301461", "https://drafts.csswg.org/css-conditional-3/#5ec1baf3", "https://drafts.csswg.org/css-conditional-3/#88643fe0", - "https://drafts.csswg.org/css-conditional-3/#65c9f2cf", "https://drafts.csswg.org/css-conditional-3/#c533ddd8", "https://drafts.csswg.org/css-conditional-3/#762610c7", "https://drafts.csswg.org/css-conditional-3/#3bb3a53a", @@ -261,6 +261,7 @@ "https://drafts.csswg.org/css-conditional-3/#references", "https://drafts.csswg.org/css-conditional-3/#normative", "https://drafts.csswg.org/css-conditional-3/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-conditional-3/#biblio-css-gaps-1", "https://drafts.csswg.org/css-conditional-3/#biblio-css-namespaces-3", "https://drafts.csswg.org/css-conditional-3/#biblio-css-syntax-3", "https://drafts.csswg.org/css-conditional-3/#biblio-css-typed-om-1", diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json index 0e92e303af23..04479776e20a 100644 --- a/ed/ids/css-conditional-5.json +++ b/ed/ids/css-conditional-5.json @@ -612,7 +612,7 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-y", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A1", @@ -626,7 +626,7 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-inline", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A5", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A3", @@ -806,6 +806,7 @@ "https://drafts.csswg.org/css-conditional-5/#c2d990f4", "https://drafts.csswg.org/css-conditional-5/#d53ec942", "https://drafts.csswg.org/css-conditional-5/#0497de86", + "https://drafts.csswg.org/css-conditional-5/#ad97d2e0", "https://drafts.csswg.org/css-conditional-5/#e8907287", "https://drafts.csswg.org/css-conditional-5/#f0afce8b", "https://drafts.csswg.org/css-conditional-5/#86923d07", @@ -833,7 +834,6 @@ "https://drafts.csswg.org/css-conditional-5/#0b8b3969", "https://drafts.csswg.org/css-conditional-5/#864e4966", "https://drafts.csswg.org/css-conditional-5/#b845e85c", - "https://drafts.csswg.org/css-conditional-5/#65c9f2cf", "https://drafts.csswg.org/css-conditional-5/#762610c7", "https://drafts.csswg.org/css-conditional-5/#dfd120f7", "https://drafts.csswg.org/css-conditional-5/#f6d1b137", @@ -895,6 +895,7 @@ "https://drafts.csswg.org/css-conditional-5/#biblio-css-display-4", "https://drafts.csswg.org/css-conditional-5/#biblio-css-fonts-4", "https://drafts.csswg.org/css-conditional-5/#biblio-css-fonts-5", + "https://drafts.csswg.org/css-conditional-5/#biblio-css-gaps-1", "https://drafts.csswg.org/css-conditional-5/#biblio-css-overflow-3", "https://drafts.csswg.org/css-conditional-5/#biblio-css-position-3", "https://drafts.csswg.org/css-conditional-5/#biblio-css-scoping-1", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index dfe286600a94..62f64fb8ba73 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -241,9 +241,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", "https://drafts.csswg.org/css-content-3/#leader-function", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1", "https://drafts.csswg.org/css-content-3/#funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type", "https://drafts.csswg.org/css-content-3/#funcdef-leader", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 60043848a201..bf7620983b65 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -901,7 +901,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1521,12 +1521,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A0", @@ -1632,7 +1632,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1", @@ -1706,7 +1706,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A8", @@ -1919,9 +1919,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", - "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto", @@ -2069,17 +2069,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 82de024d82f7..ca3c83a347e0 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -101,7 +101,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-math", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-size-math", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", @@ -820,7 +820,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -858,7 +858,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-east-asian-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-feature-settings-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1013,7 +1013,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1166,7 +1166,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -1284,7 +1284,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-style-none", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", @@ -1861,7 +1861,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-20240201", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A1", @@ -1874,7 +1874,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-numeric-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2046,7 +2046,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", @@ -2060,7 +2060,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1", diff --git a/ed/ids/css-gaps-1.json b/ed/ids/css-gaps-1.json index 2e6932f317be..390f3a6f4f4b 100644 --- a/ed/ids/css-gaps-1.json +++ b/ed/ids/css-gaps-1.json @@ -280,28 +280,22 @@ "https://drafts.csswg.org/css-gaps-1/#ref-for-valdef-line-style-hidden", "https://drafts.csswg.org/css-gaps-1/#issue-06b985e6", "https://drafts.csswg.org/css-gaps-1/#lists-repeat", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat", "https://drafts.csswg.org/css-gaps-1/#ref-for-gap-decoration%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-gaps-1/#example-4e420b93", - "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat", + "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat-line-color-repeat", "https://drafts.csswg.org/css-gaps-1/#ref-for-gap-decoration%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat%E2%91%A0", "https://drafts.csswg.org/css-gaps-1/#ref-for-integer-value%E2%91%A2", "https://drafts.csswg.org/css-gaps-1/#ref-for-comb-one%E2%91%A8", "https://drafts.csswg.org/css-gaps-1/#ref-for-comb-comma%E2%91%A5", "https://drafts.csswg.org/css-gaps-1/#ref-for-mult-one-plus%E2%91%A8", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat%E2%91%A1", "https://drafts.csswg.org/css-gaps-1/#ref-for-integer-value%E2%91%A3", "https://drafts.csswg.org/css-gaps-1/#integer-repeater", "https://drafts.csswg.org/css-gaps-1/#ref-for-integer-repeater", "https://drafts.csswg.org/css-gaps-1/#example-dd293771", "https://drafts.csswg.org/css-gaps-1/#auto-repeater", "https://drafts.csswg.org/css-gaps-1/#ref-for-auto-repeater", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat%E2%91%A2", "https://drafts.csswg.org/css-gaps-1/#ref-for-auto-repeater%E2%91%A0", "https://drafts.csswg.org/css-gaps-1/#example-6dbae41a", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat%E2%91%A3", - "https://drafts.csswg.org/css-gaps-1/#ref-for-funcdef-repeat%E2%91%A4", "https://drafts.csswg.org/css-gaps-1/#assign-gap-decoration-values", "https://drafts.csswg.org/css-gaps-1/#ref-for-integer-repeater%E2%91%A0", "https://drafts.csswg.org/css-gaps-1/#ref-for-auto-repeater%E2%91%A1", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index 46bd7f0dd8e2..d4b1b0a47096 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -199,11 +199,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -334,7 +334,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scrollable-overflow-value", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -614,7 +614,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -947,13 +947,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1314,7 +1314,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1337,17 +1337,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1481,7 +1481,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1494,7 +1494,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-in-flow%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", @@ -1715,10 +1715,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1771,10 +1771,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1785,7 +1785,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1814,7 +1814,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1834,7 +1834,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -2117,7 +2117,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2229,8 +2229,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2273,7 +2273,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2297,11 +2297,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2435,7 +2435,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2513,11 +2513,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2543,9 +2543,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2563,7 +2563,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", @@ -2573,7 +2573,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2592,10 +2592,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2605,7 +2605,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2613,7 +2613,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2641,7 +2641,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -2656,9 +2656,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index d4b372f1f9b2..e038e5e7dd6e 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -223,11 +223,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -359,7 +359,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scrollable-overflow-value", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -676,7 +676,7 @@ "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -723,25 +723,20 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-line-names%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#repeat-notation", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat", - "https://drafts.csswg.org/css-grid-2/#funcdef-repeat", + "https://drafts.csswg.org/css-grid-2/#funcdef-track-repeat-repeat", "https://drafts.csswg.org/css-grid-2/#ref-for-track-list%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#example-e3dc5d22", "https://drafts.csswg.org/css-grid-2/#repeat-syntax", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-integer-value", "https://drafts.csswg.org/css-grid-2/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-comb-comma%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-list%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-track-list%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-repeat-auto-fill", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-repeat-auto-fit", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#typedef-track-repeat", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-repeat%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-integer-value%E2%91%A0", @@ -791,7 +786,6 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-subgrid%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-subgrid%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-line-name%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-name-repeat%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-line-names%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#auto-repeat", @@ -831,8 +825,6 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-collapsed-gutter", "https://drafts.csswg.org/css-grid-2/#ref-for-standalone-axis%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#repeat-interpolation", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-computed-track-list%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-by-computed-value", "https://drafts.csswg.org/css-grid-2/#ref-for-discrete", @@ -886,7 +878,6 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#computed-track-size", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-integer-value%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-list%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-computed-track-list%E2%91%A2", @@ -907,7 +898,6 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-standalone-axis%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-used-value%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#issue-cccd0e19", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A0", @@ -931,7 +921,6 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-line-name-set%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-subgrid%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-parent-grid%E2%91%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#example-8cc1f771", "https://drafts.csswg.org/css-grid-2/#ref-for-subgrid%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A0", @@ -1058,16 +1047,15 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template%E2%91%A3", @@ -1756,7 +1744,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1769,11 +1757,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-in-flow%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1947,7 +1935,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1970,7 +1958,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", @@ -2059,10 +2047,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2073,7 +2061,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2102,7 +2090,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2142,7 +2130,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2220,7 +2208,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2369,7 +2357,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2395,10 +2383,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-nesting-1.json b/ed/ids/css-nesting-1.json index b7d5861bbb41..fa54d06f0a89 100644 --- a/ed/ids/css-nesting-1.json +++ b/ed/ids/css-nesting-1.json @@ -241,11 +241,11 @@ "https://drafts.csswg.org/css-nesting-1/#c1ebc639", "https://drafts.csswg.org/css-nesting-1/#bf3ca8a7", "https://drafts.csswg.org/css-nesting-1/#4ecd1e40", + "https://drafts.csswg.org/css-nesting-1/#ad97d2e0", "https://drafts.csswg.org/css-nesting-1/#fd0c9e35", "https://drafts.csswg.org/css-nesting-1/#5869f885", "https://drafts.csswg.org/css-nesting-1/#b845e85c", "https://drafts.csswg.org/css-nesting-1/#860c17f8", - "https://drafts.csswg.org/css-nesting-1/#65c9f2cf", "https://drafts.csswg.org/css-nesting-1/#762610c7", "https://drafts.csswg.org/css-nesting-1/#76c4403d", "https://drafts.csswg.org/css-nesting-1/#4fcdc12a", @@ -290,6 +290,7 @@ "https://drafts.csswg.org/css-nesting-1/#biblio-css-cascade-6", "https://drafts.csswg.org/css-nesting-1/#biblio-css-color-4", "https://drafts.csswg.org/css-nesting-1/#biblio-css-conditional-3", + "https://drafts.csswg.org/css-nesting-1/#biblio-css-gaps-1", "https://drafts.csswg.org/css-nesting-1/#biblio-css-syntax-3", "https://drafts.csswg.org/css-nesting-1/#biblio-css21", "https://drafts.csswg.org/css-nesting-1/#biblio-cssom-1", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 5c764b6e156e..97ec0cb9d24a 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -563,12 +563,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -584,7 +584,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA", @@ -655,7 +655,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-variables-1.json b/ed/ids/css-variables-1.json index 031b94f50ad6..b7655447b1bb 100644 --- a/ed/ids/css-variables-1.json +++ b/ed/ids/css-variables-1.json @@ -163,6 +163,9 @@ "https://drafts.csswg.org/css-variables-1/#ref-for-custom-property%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-variables-1/#ref-for-funcdef-var%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-variables-1/#example-55f61182", + "https://drafts.csswg.org/css-variables-1/#ref-for-dom-cssstyledeclaration-setproperty", + "https://drafts.csswg.org/css-variables-1/#ref-for-dom-cssstyledeclaration-removeproperty", + "https://drafts.csswg.org/css-variables-1/#ref-for-sec-string.prototype.trim", "https://drafts.csswg.org/css-variables-1/#changes", "https://drafts.csswg.org/css-variables-1/#changes-20220616", "https://drafts.csswg.org/css-variables-1/#changes-20211111", @@ -223,6 +226,9 @@ "https://drafts.csswg.org/css-variables-1/#b4632a2b", "https://drafts.csswg.org/css-variables-1/#e4ffca7f", "https://drafts.csswg.org/css-variables-1/#4a3be6e5", + "https://drafts.csswg.org/css-variables-1/#b360d8c7", + "https://drafts.csswg.org/css-variables-1/#668d4884", + "https://drafts.csswg.org/css-variables-1/#161cb46c", "https://drafts.csswg.org/css-variables-1/#7f9469b5", "https://drafts.csswg.org/css-variables-1/#91c016b5", "https://drafts.csswg.org/css-variables-1/#9e6793fe", @@ -248,6 +254,7 @@ "https://drafts.csswg.org/css-variables-1/#biblio-css-backgrounds-3", "https://drafts.csswg.org/css-variables-1/#biblio-css-extensions", "https://drafts.csswg.org/css-variables-1/#biblio-css-fonts-4", + "https://drafts.csswg.org/css-variables-1/#biblio-ecmascript", "https://drafts.csswg.org/css-variables-1/#property-index" ] } \ No newline at end of file diff --git a/ed/ids/ppa.json b/ed/ids/ppa.json index 88c8988b7e0f..b05b591c7853 100644 --- a/ed/ids/ppa.json +++ b/ed/ids/ppa.json @@ -304,10 +304,20 @@ "https://w3c.github.io/ppa/#ref-for-dom-privateattributionconversionoptions-logic%E2%91%A0", "https://w3c.github.io/ppa/#ref-for-dom-privateattributionlogic-last-touch", "https://w3c.github.io/ppa/#ref-for-do-attribution-and-fill-a-histogram", + "https://w3c.github.io/ppa/#permission-policy", + "https://w3c.github.io/ppa/#ref-for-policy-controlled-feature", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A6", + "https://w3c.github.io/ppa/#dom-permissionpolicy-save-impression", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A0", + "https://w3c.github.io/ppa/#dom-permissionpolicy-measure-conversion", + "https://w3c.github.io/ppa/#ref-for-policy-controlled-feature-default-allowlist", + "https://w3c.github.io/ppa/#ref-for-default-allowlist", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A7", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A1", "https://w3c.github.io/ppa/#api-internals", "https://w3c.github.io/ppa/#s-impression-store", "https://w3c.github.io/ppa/#impression-store", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A0", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A2", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A0%E2%91%A4", "https://w3c.github.io/ppa/#impression-store-contents", "https://w3c.github.io/ppa/#ref-for-impression-store%E2%91%A1", @@ -315,32 +325,32 @@ "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A0%E2%91%A5", "https://w3c.github.io/ppa/#impression-filter-data", "https://w3c.github.io/ppa/#ref-for-dom-privateattributionconversionoptions-filterdata%E2%91%A0", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A6", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A8", "https://w3c.github.io/ppa/#impression-impression-site", "https://w3c.github.io/ppa/#ref-for-impression-site%E2%91%A2", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A7", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%93%AA", "https://w3c.github.io/ppa/#impression-intermediary-site", "https://w3c.github.io/ppa/#ref-for-intermediary-site%E2%91%A2", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A8", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A0", "https://w3c.github.io/ppa/#ref-for-impression-site%E2%91%A3", "https://w3c.github.io/ppa/#impression-conversion-sites", "https://w3c.github.io/ppa/#ref-for-sets%E2%91%A2", "https://w3c.github.io/ppa/#ref-for-conversion-site%E2%91%A1", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%93%AA", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A1", "https://w3c.github.io/ppa/#impression-timestamp", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A0", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A2", "https://w3c.github.io/ppa/#impression-lifetime", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A0%E2%91%A6", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A1", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A3", "https://w3c.github.io/ppa/#ref-for-user-agent%E2%91%A4", "https://w3c.github.io/ppa/#impression-histogram-index", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A2", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A4", "https://w3c.github.io/ppa/#impression-store-maintenance", "https://w3c.github.io/ppa/#ref-for-user-agent%E2%91%A5", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A0%E2%91%A7", "https://w3c.github.io/ppa/#ref-for-impression-store%E2%91%A2", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A0%E2%91%A8", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A1", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A3", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A1%E2%93%AA", "https://w3c.github.io/ppa/#ref-for-attribution%E2%91%A4", "https://w3c.github.io/ppa/#ref-for-user-agent%E2%91%A6", @@ -377,7 +387,7 @@ "https://w3c.github.io/ppa/#s-logic", "https://w3c.github.io/ppa/#attribution-logic", "https://w3c.github.io/ppa/#ref-for-conversion-value%E2%91%A3", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A2", + "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A4", "https://w3c.github.io/ppa/#ref-for-dom-privateattributionconversionoptions-logic%E2%91%A1", "https://w3c.github.io/ppa/#ref-for-attribution-logic%E2%91%A0", "https://w3c.github.io/ppa/#enumdef-privateattributionlogic", @@ -441,16 +451,6 @@ "https://w3c.github.io/ppa/#issue-6a8ef2ef", "https://w3c.github.io/ppa/#opt-out", "https://w3c.github.io/ppa/#visibility", - "https://w3c.github.io/ppa/#permission-policy", - "https://w3c.github.io/ppa/#ref-for-policy-controlled-feature", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A3", - "https://w3c.github.io/ppa/#dom-permissionpolicy-save-impression", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A3", - "https://w3c.github.io/ppa/#dom-permissionpolicy-measure-conversion", - "https://w3c.github.io/ppa/#ref-for-policy-controlled-feature-default-allowlist", - "https://w3c.github.io/ppa/#ref-for-default-allowlist", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-saveimpression%E2%91%A0%E2%91%A4", - "https://w3c.github.io/ppa/#ref-for-dom-privateattribution-measureconversion%E2%91%A0%E2%91%A4", "https://w3c.github.io/ppa/#implementation-considerations", "https://w3c.github.io/ppa/#ref-for-conversion-site%E2%91%A2", "https://w3c.github.io/ppa/#ref-for-impression%E2%91%A1%E2%91%A2", diff --git a/ed/ids/serial.json b/ed/ids/serial.json index 5c3609aebb58..7ae44e97713f 100644 --- a/ed/ids/serial.json +++ b/ed/ids/serial.json @@ -322,6 +322,7 @@ "https://wicg.github.io/serial/#readable-example", "https://wicg.github.io/serial/#ref-for-dom-serialport-readable-4", "https://wicg.github.io/serial/#ref-for-dom-serialport-readable-5", + "https://wicg.github.io/serial/#ref-for-dom-serialport-14", "https://wicg.github.io/serial/#ref-for-dom-serialport-readable-6", "https://wicg.github.io/serial/#ref-for-dfn-readable-1", "https://wicg.github.io/serial/#ref-for-dfn-readable-2", @@ -453,7 +454,7 @@ "https://wicg.github.io/serial/#close-method", "https://wicg.github.io/serial/#x4-10-close-method", "https://wicg.github.io/serial/#dom-serialport-close", - "https://wicg.github.io/serial/#example-7", + "https://wicg.github.io/serial/#close-example", "https://wicg.github.io/serial/#ref-for-dom-serialport-close-2", "https://wicg.github.io/serial/#ref-for-dom-serialport-readable-7", "https://wicg.github.io/serial/#ref-for-dom-serialport-writable-5", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index 3a65dd2e15e3..9ac326232bcf 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -228,7 +228,7 @@ "https://tc39.es/proposal-temporal/#_ref_206", "https://tc39.es/proposal-temporal/#_ref_207", "https://tc39.es/proposal-temporal/#_ref_208", - "https://tc39.es/proposal-temporal/#_ref_2331", + "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_209", "https://tc39.es/proposal-temporal/#_ref_210", "https://tc39.es/proposal-temporal/#_ref_211", @@ -412,8 +412,8 @@ "https://tc39.es/proposal-temporal/#_ref_340", "https://tc39.es/proposal-temporal/#_ref_341", "https://tc39.es/proposal-temporal/#_ref_342", - "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_2333", + "https://tc39.es/proposal-temporal/#_ref_2334", "https://tc39.es/proposal-temporal/#_ref_343", "https://tc39.es/proposal-temporal/#_ref_344", "https://tc39.es/proposal-temporal/#_ref_345", @@ -689,7 +689,7 @@ "https://tc39.es/proposal-temporal/#_ref_541", "https://tc39.es/proposal-temporal/#_ref_542", "https://tc39.es/proposal-temporal/#_ref_543", - "https://tc39.es/proposal-temporal/#_ref_2334", + "https://tc39.es/proposal-temporal/#_ref_2335", "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#_ref_545", "https://tc39.es/proposal-temporal/#_ref_546", @@ -1033,7 +1033,7 @@ "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#_ref_811", "https://tc39.es/proposal-temporal/#_ref_812", - "https://tc39.es/proposal-temporal/#_ref_2335", + "https://tc39.es/proposal-temporal/#_ref_2336", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", "https://tc39.es/proposal-temporal/#_ref_815", @@ -1740,7 +1740,7 @@ "https://tc39.es/proposal-temporal/#_ref_1379", "https://tc39.es/proposal-temporal/#_ref_1380", "https://tc39.es/proposal-temporal/#_ref_1381", - "https://tc39.es/proposal-temporal/#_ref_2336", + "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_1382", "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#_ref_1384", @@ -1886,7 +1886,7 @@ "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", "https://tc39.es/proposal-temporal/#_ref_1479", - "https://tc39.es/proposal-temporal/#_ref_2337", + "https://tc39.es/proposal-temporal/#_ref_2338", "https://tc39.es/proposal-temporal/#_ref_1480", "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#_ref_1482", @@ -2016,7 +2016,7 @@ "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", - "https://tc39.es/proposal-temporal/#_ref_2338", + "https://tc39.es/proposal-temporal/#_ref_2339", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", "https://tc39.es/proposal-temporal/#_ref_1581", @@ -2026,26 +2026,26 @@ "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#_ref_1587", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1588", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1589", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1591", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1592", + "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#sec-temporal-timezones", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", - "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#_ref_1594", - "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1595", + "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", "https://tc39.es/proposal-temporal/#_ref_1600", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1601", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", @@ -2055,48 +2055,48 @@ "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", "https://tc39.es/proposal-temporal/#_ref_1610", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1611", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1613", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1614", - "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1615", + "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1616", "https://tc39.es/proposal-temporal/#_ref_1617", - "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1618", + "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1619", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1622", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1625", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#_ref_1627", "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1631", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1632", - "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", "https://tc39.es/proposal-temporal/#_ref_1633", + "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", "https://tc39.es/proposal-temporal/#_ref_1634", "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", "https://tc39.es/proposal-temporal/#_ref_1637", - "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1638", + "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", "https://tc39.es/proposal-temporal/#_ref_1641", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1643", "https://tc39.es/proposal-temporal/#_ref_1644", "https://tc39.es/proposal-temporal/#_ref_1645", @@ -2119,8 +2119,8 @@ "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1664", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1665", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", @@ -2129,8 +2129,8 @@ "https://tc39.es/proposal-temporal/#_ref_1671", "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#_ref_1673", - "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", "https://tc39.es/proposal-temporal/#_ref_1674", + "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", @@ -2139,41 +2139,41 @@ "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1683", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#_ref_1687", "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1689", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#_ref_2339", + "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_2340", "https://tc39.es/proposal-temporal/#_ref_2341", - "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_2342", - "https://tc39.es/proposal-temporal/#_ref_2343", "https://tc39.es/proposal-temporal/#_ref_1693", + "https://tc39.es/proposal-temporal/#_ref_2343", + "https://tc39.es/proposal-temporal/#_ref_2344", + "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#sec-temporal-calendars", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#sec-temporal-canonicalizecalendar", - "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", - "https://tc39.es/proposal-temporal/#sec-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1698", + "https://tc39.es/proposal-temporal/#sec-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1699", + "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-date-records", - "https://tc39.es/proposal-temporal/#_ref_1700", + "https://tc39.es/proposal-temporal/#_ref_1701", "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#table-temporal-calendar-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1701", "https://tc39.es/proposal-temporal/#_ref_1702", "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", @@ -2183,39 +2183,39 @@ "https://tc39.es/proposal-temporal/#_ref_1708", "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1711", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", + "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", + "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_39", - "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_1725", "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_1727", "https://tc39.es/proposal-temporal/#_ref_1728", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", "https://tc39.es/proposal-temporal/#_ref_1729", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", + "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", - "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#_ref_1733", @@ -2223,9 +2223,9 @@ "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#_ref_1737", + "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", - "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#_ref_1739", "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#_ref_1741", @@ -2235,8 +2235,8 @@ "https://tc39.es/proposal-temporal/#_ref_1745", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1748", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1749", "https://tc39.es/proposal-temporal/#_ref_1750", "https://tc39.es/proposal-temporal/#_ref_1751", @@ -2258,49 +2258,49 @@ "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1770", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1771", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", "https://tc39.es/proposal-temporal/#_ref_1774", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1775", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1776", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1777", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1778", "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1784", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1791", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1792", "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_1794", "https://tc39.es/proposal-temporal/#_ref_1795", "https://tc39.es/proposal-temporal/#_ref_1796", "https://tc39.es/proposal-temporal/#_ref_1797", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1798", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1799", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1800", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1801", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1802", - "https://tc39.es/proposal-temporal/#sec-temporal-isoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1803", + "https://tc39.es/proposal-temporal/#sec-temporal-isoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1804", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", @@ -2314,25 +2314,25 @@ "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", "https://tc39.es/proposal-temporal/#_ref_1816", - "https://tc39.es/proposal-temporal/#sec-temporal-isodayofyear", "https://tc39.es/proposal-temporal/#_ref_1817", + "https://tc39.es/proposal-temporal/#sec-temporal-isodayofyear", "https://tc39.es/proposal-temporal/#_ref_1818", "https://tc39.es/proposal-temporal/#_ref_1819", "https://tc39.es/proposal-temporal/#_ref_1820", - "https://tc39.es/proposal-temporal/#sec-temporal-isodayofweek", "https://tc39.es/proposal-temporal/#_ref_1821", + "https://tc39.es/proposal-temporal/#sec-temporal-isodayofweek", "https://tc39.es/proposal-temporal/#_ref_1822", "https://tc39.es/proposal-temporal/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1825", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1831", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1832", "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_1834", @@ -2344,8 +2344,8 @@ "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "https://tc39.es/proposal-temporal/#_ref_1843", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#_ref_1845", "https://tc39.es/proposal-temporal/#_ref_1846", @@ -2358,53 +2358,53 @@ "https://tc39.es/proposal-temporal/#_ref_1853", "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_1855", + "https://tc39.es/proposal-temporal/#_ref_1856", "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#sec-temporal-calendarextrafields", - "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_1857", + "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", - "https://tc39.es/proposal-temporal/#_ref_1858", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_1859", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_1860", + "https://tc39.es/proposal-temporal/#_ref_1861", "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#_ref_51", - "https://tc39.es/proposal-temporal/#_ref_1861", - "https://tc39.es/proposal-temporal/#_ref_2344", + "https://tc39.es/proposal-temporal/#_ref_1862", + "https://tc39.es/proposal-temporal/#_ref_2345", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", - "https://tc39.es/proposal-temporal/#_ref_1862", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", + "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", "https://tc39.es/proposal-temporal/#sec-date-equations", "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", - "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", + "https://tc39.es/proposal-temporal/#_ref_1873", "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", - "https://tc39.es/proposal-temporal/#_ref_1873", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1874", - "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1875", + "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", "https://tc39.es/proposal-temporal/#_ref_1878", - "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1879", + "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1880", "https://tc39.es/proposal-temporal/#_ref_1881", "https://tc39.es/proposal-temporal/#_ref_1882", @@ -2437,13 +2437,13 @@ "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#_ref_1910", "https://tc39.es/proposal-temporal/#_ref_1911", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1912", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", "https://tc39.es/proposal-temporal/#_ref_1915", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1916", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1917", "https://tc39.es/proposal-temporal/#_ref_1918", "https://tc39.es/proposal-temporal/#_ref_1919", @@ -2477,112 +2477,113 @@ "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", "https://tc39.es/proposal-temporal/#_ref_1949", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1951", "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#sec-checkisodaysrange", "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#sec-checkisodaysrange", "https://tc39.es/proposal-temporal/#_ref_1955", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", + "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#sec-temporal-units", "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#_ref_1959", + "https://tc39.es/proposal-temporal/#_ref_1960", "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#table-temporal-units", - "https://tc39.es/proposal-temporal/#_ref_1960", "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", "https://tc39.es/proposal-temporal/#_ref_1963", - "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_1966", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1969", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1970", - "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption", - "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_1975", + "https://tc39.es/proposal-temporal/#_ref_1976", "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_57", - "https://tc39.es/proposal-temporal/#_ref_1976", "https://tc39.es/proposal-temporal/#_ref_1977", + "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", - "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#_ref_1979", "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_1981", "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_1984", - "https://tc39.es/proposal-temporal/#_ref_2345", - "https://tc39.es/proposal-temporal/#_ref_2346", "https://tc39.es/proposal-temporal/#_ref_1985", + "https://tc39.es/proposal-temporal/#_ref_2346", + "https://tc39.es/proposal-temporal/#_ref_2347", "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#_ref_1989", "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_1992", + "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_1993", "https://tc39.es/proposal-temporal/#_ref_1994", + "https://tc39.es/proposal-temporal/#_ref_1995", "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", - "https://tc39.es/proposal-temporal/#_ref_1995", "https://tc39.es/proposal-temporal/#_ref_1996", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory", "https://tc39.es/proposal-temporal/#_ref_1997", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory", "https://tc39.es/proposal-temporal/#_ref_1998", + "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1999", + "https://tc39.es/proposal-temporal/#_ref_2000", "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_2000", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_2001", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", + "https://tc39.es/proposal-temporal/#_ref_2004", "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", - "https://tc39.es/proposal-temporal/#_ref_2004", "https://tc39.es/proposal-temporal/#_ref_2005", + "https://tc39.es/proposal-temporal/#_ref_2006", "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_2006", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_2010", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2012", + "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", @@ -2603,91 +2604,90 @@ "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", - "https://tc39.es/proposal-temporal/#_ref_2347", "https://tc39.es/proposal-temporal/#_ref_2348", "https://tc39.es/proposal-temporal/#_ref_2349", "https://tc39.es/proposal-temporal/#_ref_2350", "https://tc39.es/proposal-temporal/#_ref_2351", "https://tc39.es/proposal-temporal/#_ref_2352", + "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", - "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#_ref_2354", "https://tc39.es/proposal-temporal/#_ref_2355", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", "https://tc39.es/proposal-temporal/#_ref_2356", + "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", "https://tc39.es/proposal-temporal/#_ref_2357", "https://tc39.es/proposal-temporal/#_ref_2358", + "https://tc39.es/proposal-temporal/#_ref_2359", "https://tc39.es/proposal-temporal/#prod-DateSpec", "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", - "https://tc39.es/proposal-temporal/#_ref_2359", "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", "https://tc39.es/proposal-temporal/#_ref_2362", "https://tc39.es/proposal-temporal/#_ref_2363", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2364", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2365", + "https://tc39.es/proposal-temporal/#_ref_2366", "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", "https://tc39.es/proposal-temporal/#prod-UTCOffset", "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", - "https://tc39.es/proposal-temporal/#_ref_2366", "https://tc39.es/proposal-temporal/#_ref_2367", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2368", - "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2369", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2370", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2371", "https://tc39.es/proposal-temporal/#_ref_2372", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2373", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2374", "https://tc39.es/proposal-temporal/#_ref_2375", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2376", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2377", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2378", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2379", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2380", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2381", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2382", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2383", "https://tc39.es/proposal-temporal/#_ref_2384", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2385", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2386", "https://tc39.es/proposal-temporal/#_ref_2387", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2388", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2389", "https://tc39.es/proposal-temporal/#_ref_2390", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2391", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2392", "https://tc39.es/proposal-temporal/#_ref_2393", - "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2394", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2395", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2396", - "https://tc39.es/proposal-temporal/#prod-Time", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2397", + "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2398", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2399", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2400", "https://tc39.es/proposal-temporal/#_ref_2401", "https://tc39.es/proposal-temporal/#_ref_2402", "https://tc39.es/proposal-temporal/#_ref_2403", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2404", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2405", "https://tc39.es/proposal-temporal/#_ref_2406", "https://tc39.es/proposal-temporal/#_ref_2407", @@ -2696,59 +2696,59 @@ "https://tc39.es/proposal-temporal/#_ref_2410", "https://tc39.es/proposal-temporal/#_ref_2411", "https://tc39.es/proposal-temporal/#_ref_2412", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2413", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2414", "https://tc39.es/proposal-temporal/#_ref_2415", "https://tc39.es/proposal-temporal/#_ref_2416", "https://tc39.es/proposal-temporal/#_ref_2417", "https://tc39.es/proposal-temporal/#_ref_2418", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2419", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2420", "https://tc39.es/proposal-temporal/#_ref_2421", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2422", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2423", "https://tc39.es/proposal-temporal/#_ref_2424", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2425", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2426", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2427", "https://tc39.es/proposal-temporal/#_ref_2428", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2429", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2430", "https://tc39.es/proposal-temporal/#_ref_2431", "https://tc39.es/proposal-temporal/#_ref_2432", "https://tc39.es/proposal-temporal/#_ref_2433", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2434", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2435", "https://tc39.es/proposal-temporal/#_ref_2436", "https://tc39.es/proposal-temporal/#_ref_2437", "https://tc39.es/proposal-temporal/#_ref_2438", "https://tc39.es/proposal-temporal/#_ref_2439", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2440", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2441", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2442", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2443", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2444", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2447", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2448", "https://tc39.es/proposal-temporal/#_ref_2449", "https://tc39.es/proposal-temporal/#_ref_2450", "https://tc39.es/proposal-temporal/#_ref_2451", "https://tc39.es/proposal-temporal/#_ref_2452", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2453", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2454", "https://tc39.es/proposal-temporal/#_ref_2455", "https://tc39.es/proposal-temporal/#_ref_2456", @@ -2756,66 +2756,66 @@ "https://tc39.es/proposal-temporal/#_ref_2458", "https://tc39.es/proposal-temporal/#_ref_2459", "https://tc39.es/proposal-temporal/#_ref_2460", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2461", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2462", "https://tc39.es/proposal-temporal/#_ref_2463", "https://tc39.es/proposal-temporal/#_ref_2464", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2465", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2466", "https://tc39.es/proposal-temporal/#_ref_2467", "https://tc39.es/proposal-temporal/#_ref_2468", "https://tc39.es/proposal-temporal/#_ref_2469", "https://tc39.es/proposal-temporal/#_ref_2470", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2471", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2472", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2473", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2474", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2475", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2476", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2477", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2478", + "https://tc39.es/proposal-temporal/#_ref_2479", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", "https://tc39.es/proposal-temporal/#prod-05aVrTdx", - "https://tc39.es/proposal-temporal/#_ref_2479", "https://tc39.es/proposal-temporal/#_ref_2480", "https://tc39.es/proposal-temporal/#_ref_2481", "https://tc39.es/proposal-temporal/#_ref_2482", "https://tc39.es/proposal-temporal/#_ref_2483", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2484", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2485", "https://tc39.es/proposal-temporal/#_ref_2486", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2487", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2488", "https://tc39.es/proposal-temporal/#_ref_2489", "https://tc39.es/proposal-temporal/#_ref_2490", "https://tc39.es/proposal-temporal/#_ref_2491", "https://tc39.es/proposal-temporal/#_ref_2492", "https://tc39.es/proposal-temporal/#_ref_2493", + "https://tc39.es/proposal-temporal/#_ref_2494", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", "https://tc39.es/proposal-temporal/#prod-m8U20pMU", - "https://tc39.es/proposal-temporal/#_ref_2494", "https://tc39.es/proposal-temporal/#_ref_2495", "https://tc39.es/proposal-temporal/#_ref_2496", "https://tc39.es/proposal-temporal/#_ref_2497", "https://tc39.es/proposal-temporal/#_ref_2498", - "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2499", + "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2500", "https://tc39.es/proposal-temporal/#_ref_2501", "https://tc39.es/proposal-temporal/#_ref_2502", - "https://tc39.es/proposal-temporal/#_ref_2014", + "https://tc39.es/proposal-temporal/#_ref_2503", "https://tc39.es/proposal-temporal/#_ref_2015", + "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", - "https://tc39.es/proposal-temporal/#_ref_2503", "https://tc39.es/proposal-temporal/#_ref_2504", "https://tc39.es/proposal-temporal/#_ref_2505", "https://tc39.es/proposal-temporal/#_ref_2506", @@ -2830,35 +2830,35 @@ "https://tc39.es/proposal-temporal/#_ref_2515", "https://tc39.es/proposal-temporal/#_ref_2516", "https://tc39.es/proposal-temporal/#_ref_2517", - "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#_ref_2518", + "https://tc39.es/proposal-temporal/#_ref_2017", "https://tc39.es/proposal-temporal/#_ref_2519", "https://tc39.es/proposal-temporal/#_ref_2520", "https://tc39.es/proposal-temporal/#_ref_2521", "https://tc39.es/proposal-temporal/#_ref_2522", "https://tc39.es/proposal-temporal/#_ref_2523", "https://tc39.es/proposal-temporal/#_ref_2524", - "https://tc39.es/proposal-temporal/#_ref_2017", "https://tc39.es/proposal-temporal/#_ref_2525", + "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#_ref_2526", + "https://tc39.es/proposal-temporal/#_ref_2527", "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2018", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", "https://tc39.es/proposal-temporal/#_ref_2019", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", "https://tc39.es/proposal-temporal/#_ref_2020", "https://tc39.es/proposal-temporal/#_ref_2021", + "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_65", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2022", - "https://tc39.es/proposal-temporal/#_ref_2527", "https://tc39.es/proposal-temporal/#_ref_2023", + "https://tc39.es/proposal-temporal/#_ref_2528", "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2025", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#_ref_2528", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2529", "https://tc39.es/proposal-temporal/#_ref_2530", "https://tc39.es/proposal-temporal/#_ref_2531", @@ -2866,37 +2866,37 @@ "https://tc39.es/proposal-temporal/#_ref_2533", "https://tc39.es/proposal-temporal/#_ref_2534", "https://tc39.es/proposal-temporal/#_ref_2535", - "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2536", + "https://tc39.es/proposal-temporal/#_ref_2028", "https://tc39.es/proposal-temporal/#_ref_2537", "https://tc39.es/proposal-temporal/#_ref_2538", "https://tc39.es/proposal-temporal/#_ref_2539", "https://tc39.es/proposal-temporal/#_ref_2540", "https://tc39.es/proposal-temporal/#_ref_2541", - "https://tc39.es/proposal-temporal/#_ref_2028", + "https://tc39.es/proposal-temporal/#_ref_2542", "https://tc39.es/proposal-temporal/#_ref_2029", "https://tc39.es/proposal-temporal/#_ref_2030", - "https://tc39.es/proposal-temporal/#_ref_2542", + "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#_ref_2543", "https://tc39.es/proposal-temporal/#_ref_2544", "https://tc39.es/proposal-temporal/#_ref_2545", "https://tc39.es/proposal-temporal/#_ref_2546", - "https://tc39.es/proposal-temporal/#_ref_2031", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_2547", "https://tc39.es/proposal-temporal/#_ref_2032", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", - "https://tc39.es/proposal-temporal/#_ref_2547", + "https://tc39.es/proposal-temporal/#_ref_2036", "https://tc39.es/proposal-temporal/#_ref_2548", "https://tc39.es/proposal-temporal/#_ref_2549", "https://tc39.es/proposal-temporal/#_ref_2550", "https://tc39.es/proposal-temporal/#_ref_2551", "https://tc39.es/proposal-temporal/#_ref_2552", "https://tc39.es/proposal-temporal/#_ref_2553", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_2036", "https://tc39.es/proposal-temporal/#_ref_2554", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#_ref_2555", "https://tc39.es/proposal-temporal/#_ref_2556", "https://tc39.es/proposal-temporal/#_ref_2557", @@ -2911,7 +2911,7 @@ "https://tc39.es/proposal-temporal/#_ref_2566", "https://tc39.es/proposal-temporal/#_ref_2567", "https://tc39.es/proposal-temporal/#_ref_2568", - "https://tc39.es/proposal-temporal/#_ref_2037", + "https://tc39.es/proposal-temporal/#_ref_2569", "https://tc39.es/proposal-temporal/#_ref_2038", "https://tc39.es/proposal-temporal/#_ref_2039", "https://tc39.es/proposal-temporal/#_ref_2040", @@ -2926,41 +2926,41 @@ "https://tc39.es/proposal-temporal/#_ref_2049", "https://tc39.es/proposal-temporal/#_ref_2050", "https://tc39.es/proposal-temporal/#_ref_2051", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2052", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2053", "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#_ref_2055", "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", - "https://tc39.es/proposal-temporal/#_ref_2569", "https://tc39.es/proposal-temporal/#_ref_2058", - "https://tc39.es/proposal-temporal/#_ref_2059", "https://tc39.es/proposal-temporal/#_ref_2570", + "https://tc39.es/proposal-temporal/#_ref_2059", + "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#_ref_2571", "https://tc39.es/proposal-temporal/#_ref_2572", "https://tc39.es/proposal-temporal/#_ref_2573", "https://tc39.es/proposal-temporal/#_ref_2574", "https://tc39.es/proposal-temporal/#_ref_2575", - "https://tc39.es/proposal-temporal/#_ref_2060", + "https://tc39.es/proposal-temporal/#_ref_2576", "https://tc39.es/proposal-temporal/#_ref_2061", "https://tc39.es/proposal-temporal/#_ref_2062", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_2063", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", + "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-temporal-tomonthcode", - "https://tc39.es/proposal-temporal/#_ref_2064", - "https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring", "https://tc39.es/proposal-temporal/#_ref_2065", + "https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring", "https://tc39.es/proposal-temporal/#_ref_2066", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", "https://tc39.es/proposal-temporal/#_ref_2067", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#_ref_2071", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_2072", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_2073", "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#_ref_2075", @@ -2974,49 +2974,49 @@ "https://tc39.es/proposal-temporal/#_ref_2083", "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#_ref_2085", + "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_2086", + "https://tc39.es/proposal-temporal/#_ref_2087", "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_2087", + "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_2088", + "https://tc39.es/proposal-temporal/#_ref_2089", "https://tc39.es/proposal-temporal/#sec-ecma262-abstract-operations", "https://tc39.es/proposal-temporal/#sec-ecma262-type-conversion", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-operations-for-reading-options", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_2089", + "https://tc39.es/proposal-temporal/#_ref_2090", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption", "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_2090", + "https://tc39.es/proposal-temporal/#_ref_2091", "https://tc39.es/proposal-temporal/#_ref_68", "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption", - "https://tc39.es/proposal-temporal/#_ref_2091", + "https://tc39.es/proposal-temporal/#_ref_2092", "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getutcepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_2092", - "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", "https://tc39.es/proposal-temporal/#_ref_2093", + "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", "https://tc39.es/proposal-temporal/#_ref_2094", - "https://tc39.es/proposal-temporal/#_ref_2576", - "https://tc39.es/proposal-temporal/#_ref_2577", "https://tc39.es/proposal-temporal/#_ref_2095", - "https://tc39.es/proposal-temporal/#sec-getnamedtimezoneepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_2577", + "https://tc39.es/proposal-temporal/#_ref_2578", "https://tc39.es/proposal-temporal/#_ref_2096", + "https://tc39.es/proposal-temporal/#sec-getnamedtimezoneepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_2097", "https://tc39.es/proposal-temporal/#_ref_2098", + "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-defaulttimezone", - "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#_ref_2102", @@ -3024,21 +3024,21 @@ "https://tc39.es/proposal-temporal/#_ref_2104", "https://tc39.es/proposal-temporal/#_ref_2105", "https://tc39.es/proposal-temporal/#_ref_2106", - "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", "https://tc39.es/proposal-temporal/#_ref_2107", - "https://tc39.es/proposal-temporal/#_ref_2578", + "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", + "https://tc39.es/proposal-temporal/#_ref_2108", "https://tc39.es/proposal-temporal/#_ref_2579", + "https://tc39.es/proposal-temporal/#_ref_2580", "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#sec-localtime", - "https://tc39.es/proposal-temporal/#_ref_2108", "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", - "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2114", + "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2115", "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", @@ -3048,38 +3048,38 @@ "https://tc39.es/proposal-temporal/#_ref_2121", "https://tc39.es/proposal-temporal/#_ref_2122", "https://tc39.es/proposal-temporal/#_ref_2123", - "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_2124", - "https://tc39.es/proposal-temporal/#sec-timezoneestring", + "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_2125", + "https://tc39.es/proposal-temporal/#sec-timezoneestring", "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#_ref_2127", + "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2580", "https://tc39.es/proposal-temporal/#_ref_2581", "https://tc39.es/proposal-temporal/#_ref_2582", "https://tc39.es/proposal-temporal/#_ref_2583", + "https://tc39.es/proposal-temporal/#_ref_2584", "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2584", "https://tc39.es/proposal-temporal/#_ref_2585", + "https://tc39.es/proposal-temporal/#_ref_2586", "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date", - "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#_ref_2131", "https://tc39.es/proposal-temporal/#_ref_2132", + "https://tc39.es/proposal-temporal/#_ref_2133", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date.now", - "https://tc39.es/proposal-temporal/#_ref_2133", + "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_2134", + "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", - "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", "https://tc39.es/proposal-temporal/#_ref_2137", "https://tc39.es/proposal-temporal/#_ref_2138", @@ -3087,37 +3087,37 @@ "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", "https://tc39.es/proposal-temporal/#_ref_2142", - "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2143", - "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", + "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2144", + "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2145", + "https://tc39.es/proposal-temporal/#_ref_2146", "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#sec-ecma402-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_2146", "https://tc39.es/proposal-temporal/#_ref_2147", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2148", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", + "https://tc39.es/proposal-temporal/#_ref_2149", "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", - "https://tc39.es/proposal-temporal/#_ref_2149", - "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#_ref_2150", + "https://tc39.es/proposal-temporal/#_ref_74", + "https://tc39.es/proposal-temporal/#_ref_2151", "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", - "https://tc39.es/proposal-temporal/#_ref_2151", "https://tc39.es/proposal-temporal/#_ref_2152", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2153", - "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2154", + "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#_ref_2155", "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", - "https://tc39.es/proposal-temporal/#_ref_2155", "https://tc39.es/proposal-temporal/#_ref_2156", "https://tc39.es/proposal-temporal/#_ref_2157", "https://tc39.es/proposal-temporal/#_ref_2158", @@ -3127,9 +3127,9 @@ "https://tc39.es/proposal-temporal/#_ref_2162", "https://tc39.es/proposal-temporal/#_ref_2163", "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#_ref_2586", - "https://tc39.es/proposal-temporal/#_ref_2587", "https://tc39.es/proposal-temporal/#_ref_2165", + "https://tc39.es/proposal-temporal/#_ref_2587", + "https://tc39.es/proposal-temporal/#_ref_2588", "https://tc39.es/proposal-temporal/#_ref_2166", "https://tc39.es/proposal-temporal/#_ref_2167", "https://tc39.es/proposal-temporal/#_ref_2168", @@ -3149,25 +3149,25 @@ "https://tc39.es/proposal-temporal/#_ref_2182", "https://tc39.es/proposal-temporal/#_ref_2183", "https://tc39.es/proposal-temporal/#_ref_2184", + "https://tc39.es/proposal-temporal/#_ref_2185", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", "https://tc39.es/proposal-temporal/#sec-adjustdatetimestyleformat", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", - "https://tc39.es/proposal-temporal/#_ref_2185", "https://tc39.es/proposal-temporal/#_ref_2186", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2187", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2188", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2189", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2190", - "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2191", + "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2192", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_2193", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_2194", "https://tc39.es/proposal-temporal/#_ref_2195", "https://tc39.es/proposal-temporal/#_ref_2196", @@ -3176,63 +3176,63 @@ "https://tc39.es/proposal-temporal/#_ref_2199", "https://tc39.es/proposal-temporal/#_ref_2200", "https://tc39.es/proposal-temporal/#_ref_2201", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2202", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2203", "https://tc39.es/proposal-temporal/#_ref_2204", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2205", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2206", "https://tc39.es/proposal-temporal/#_ref_2207", - "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2208", + "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2209", "https://tc39.es/proposal-temporal/#_ref_2210", + "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", - "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#_ref_2212", + "https://tc39.es/proposal-temporal/#_ref_2213", "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_78", "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_2213", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2214", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2215", "https://tc39.es/proposal-temporal/#_ref_2216", "https://tc39.es/proposal-temporal/#_ref_2217", "https://tc39.es/proposal-temporal/#_ref_2218", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2219", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2220", "https://tc39.es/proposal-temporal/#_ref_2221", "https://tc39.es/proposal-temporal/#_ref_2222", "https://tc39.es/proposal-temporal/#_ref_2223", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2224", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2225", "https://tc39.es/proposal-temporal/#_ref_2226", "https://tc39.es/proposal-temporal/#_ref_2227", "https://tc39.es/proposal-temporal/#_ref_2228", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2229", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2230", "https://tc39.es/proposal-temporal/#_ref_2231", "https://tc39.es/proposal-temporal/#_ref_2232", "https://tc39.es/proposal-temporal/#_ref_2233", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2234", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2235", "https://tc39.es/proposal-temporal/#_ref_2236", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2237", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2238", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2239", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2240", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2241", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2242", "https://tc39.es/proposal-temporal/#_ref_2243", "https://tc39.es/proposal-temporal/#_ref_2244", @@ -3241,41 +3241,41 @@ "https://tc39.es/proposal-temporal/#_ref_2247", "https://tc39.es/proposal-temporal/#_ref_2248", "https://tc39.es/proposal-temporal/#_ref_2249", - "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2250", + "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2251", + "https://tc39.es/proposal-temporal/#_ref_2252", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", - "https://tc39.es/proposal-temporal/#_ref_2252", "https://tc39.es/proposal-temporal/#_ref_2253", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2254", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2255", "https://tc39.es/proposal-temporal/#_ref_2256", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2257", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2258", "https://tc39.es/proposal-temporal/#_ref_2259", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2260", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2261", "https://tc39.es/proposal-temporal/#_ref_2262", "https://tc39.es/proposal-temporal/#_ref_2263", "https://tc39.es/proposal-temporal/#_ref_2264", "https://tc39.es/proposal-temporal/#_ref_2265", "https://tc39.es/proposal-temporal/#_ref_2266", - "https://tc39.es/proposal-temporal/#sec-ecma402-intl-durationformat-abstracts", "https://tc39.es/proposal-temporal/#_ref_2267", + "https://tc39.es/proposal-temporal/#sec-ecma402-intl-durationformat-abstracts", "https://tc39.es/proposal-temporal/#_ref_2268", "https://tc39.es/proposal-temporal/#_ref_2269", + "https://tc39.es/proposal-temporal/#_ref_2270", "https://tc39.es/proposal-temporal/#sec-duration-records-deleted", "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#table-duration-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2270", - "https://tc39.es/proposal-temporal/#sec-tointegerifintegral-deleted", "https://tc39.es/proposal-temporal/#_ref_2271", - "https://tc39.es/proposal-temporal/#sec-todurationrecord-deleted", + "https://tc39.es/proposal-temporal/#sec-tointegerifintegral-deleted", "https://tc39.es/proposal-temporal/#_ref_2272", + "https://tc39.es/proposal-temporal/#sec-todurationrecord-deleted", "https://tc39.es/proposal-temporal/#_ref_2273", "https://tc39.es/proposal-temporal/#_ref_2274", "https://tc39.es/proposal-temporal/#_ref_2275", @@ -3290,84 +3290,85 @@ "https://tc39.es/proposal-temporal/#_ref_2284", "https://tc39.es/proposal-temporal/#_ref_2285", "https://tc39.es/proposal-temporal/#_ref_2286", - "https://tc39.es/proposal-temporal/#sec-durationsign-deleted", "https://tc39.es/proposal-temporal/#_ref_2287", + "https://tc39.es/proposal-temporal/#sec-durationsign-deleted", "https://tc39.es/proposal-temporal/#_ref_2288", - "https://tc39.es/proposal-temporal/#sec-isvalidduration-deleted", "https://tc39.es/proposal-temporal/#_ref_2289", + "https://tc39.es/proposal-temporal/#sec-isvalidduration-deleted", "https://tc39.es/proposal-temporal/#_ref_2290", + "https://tc39.es/proposal-temporal/#_ref_2291", "https://tc39.es/proposal-temporal/#sec-computefractionaldigits", "https://tc39.es/proposal-temporal/#sec-addfractionaldigits", - "https://tc39.es/proposal-temporal/#_ref_2291", - "https://tc39.es/proposal-temporal/#sec-formatnumericunits", "https://tc39.es/proposal-temporal/#_ref_2292", + "https://tc39.es/proposal-temporal/#sec-formatnumericunits", "https://tc39.es/proposal-temporal/#_ref_2293", "https://tc39.es/proposal-temporal/#_ref_2294", "https://tc39.es/proposal-temporal/#_ref_2295", - "https://tc39.es/proposal-temporal/#sec-partitiondurationformatpattern", "https://tc39.es/proposal-temporal/#_ref_2296", + "https://tc39.es/proposal-temporal/#sec-partitiondurationformatpattern", "https://tc39.es/proposal-temporal/#_ref_2297", "https://tc39.es/proposal-temporal/#_ref_2298", "https://tc39.es/proposal-temporal/#_ref_2299", "https://tc39.es/proposal-temporal/#_ref_2300", + "https://tc39.es/proposal-temporal/#_ref_2301", "https://tc39.es/proposal-temporal/#sec-ecma402-properties-of-intl-durationformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DurationFormat.prototype.format", - "https://tc39.es/proposal-temporal/#_ref_2301", "https://tc39.es/proposal-temporal/#_ref_2302", "https://tc39.es/proposal-temporal/#_ref_2303", - "https://tc39.es/proposal-temporal/#sec-Intl.DurationFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_2304", + "https://tc39.es/proposal-temporal/#sec-Intl.DurationFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_2305", "https://tc39.es/proposal-temporal/#_ref_2306", + "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_80", - "https://tc39.es/proposal-temporal/#_ref_2307", + "https://tc39.es/proposal-temporal/#_ref_2308", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_81", - "https://tc39.es/proposal-temporal/#_ref_2308", "https://tc39.es/proposal-temporal/#_ref_2309", "https://tc39.es/proposal-temporal/#_ref_2310", + "https://tc39.es/proposal-temporal/#_ref_2311", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_82", - "https://tc39.es/proposal-temporal/#_ref_2311", "https://tc39.es/proposal-temporal/#_ref_2312", "https://tc39.es/proposal-temporal/#_ref_2313", + "https://tc39.es/proposal-temporal/#_ref_2314", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_83", - "https://tc39.es/proposal-temporal/#_ref_2314", "https://tc39.es/proposal-temporal/#_ref_2315", "https://tc39.es/proposal-temporal/#_ref_2316", + "https://tc39.es/proposal-temporal/#_ref_2317", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#_ref_2317", "https://tc39.es/proposal-temporal/#_ref_2318", "https://tc39.es/proposal-temporal/#_ref_2319", + "https://tc39.es/proposal-temporal/#_ref_2320", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_2320", "https://tc39.es/proposal-temporal/#_ref_2321", "https://tc39.es/proposal-temporal/#_ref_2322", + "https://tc39.es/proposal-temporal/#_ref_2323", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_86", - "https://tc39.es/proposal-temporal/#_ref_2323", "https://tc39.es/proposal-temporal/#_ref_2324", "https://tc39.es/proposal-temporal/#_ref_2325", + "https://tc39.es/proposal-temporal/#_ref_2326", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#_ref_2326", "https://tc39.es/proposal-temporal/#_ref_2327", "https://tc39.es/proposal-temporal/#_ref_2328", "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_2330", + "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 8dcf2b52491d..19c833fbff6c 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1555,19 +1555,19 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#the-keyframeeffect-interface", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source-source", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite", @@ -1625,7 +1625,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A5", diff --git a/ed/ids/web-bluetooth.json b/ed/ids/web-bluetooth.json index ab1cb9e8f728..dae5f28208cc 100644 --- a/ed/ids/web-bluetooth.json +++ b/ed/ids/web-bluetooth.json @@ -627,6 +627,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-le-supported-state", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A5", @@ -636,6 +637,9 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#example-getAvailability-PermissionStatus-onchange", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-getavailability%E2%91%A3", @@ -643,8 +647,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-permissions-query%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#availability-changed-algorithm", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-getavailability%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-global-object", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-getavailability%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-getavailability%E2%91%A7", @@ -803,7 +807,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothdevice%E2%91%A1%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dictdef-bluetoothpermissionstorage%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-remove-device-from-storage", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#watch-advertisements-manager", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-starting-a-new-parallel-queue", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothdevice-watchadvertisements", @@ -824,23 +828,23 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-enqueue-the-following-steps", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-watch-advertisements-manager", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchadvertisementsstate-slot%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchadvertisementsstate-slot%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-notsupportederror", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-invalidstateerror", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-unknownerror", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-abort-when", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchadvertisementsstate-slot%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchadvertisementsstate-slot%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchingadvertisements%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-invalidstateerror%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-if-aborted", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-aborterror%E2%91%A0", @@ -869,8 +873,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-document%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-page-visibility-change-steps", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%93%AA", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-associated-navigator%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-associated-bluetooth%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-abort-all-active-watchadvertisements", @@ -884,8 +888,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-document%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-fully-active%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-associated-navigator%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-associated-bluetooth%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-abort-all-active-watchadvertisements%E2%91%A0", @@ -1104,8 +1108,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-populate-the-bluetooth-cache%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-context-slot%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-attributeinstancemap-slot", @@ -1115,9 +1119,9 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-promise-objects%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-attributeinstancemap-slot%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetooth-attributeinstancemap-slot%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-wait-for-all", "https://webbluetoothcg.github.io/web-bluetooth/#represented", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothdevice%E2%91%A2%E2%91%A1", @@ -1236,21 +1240,21 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-disconnect%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-aborterror%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-exchange-mtu", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-br-edr-bonding-procedure", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-le-bonding-procedure", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A8", @@ -1274,7 +1278,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-representeddevice-slot%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-connected%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A0%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattserver-disconnect", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A4", @@ -1379,16 +1383,16 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothremotegattservice%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattservice-representedservice-slot%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-get-the-bluetoothdevice-representing%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattservice-device%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattservice-uuid%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattservice-isprimary%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattservice-isprimary%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattservice-getcharacteristic", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-getgattchildren%E2%91%A1", @@ -1480,8 +1484,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothremotegattservice%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-uuid%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-create-a-bluetoothcharacteristicproperties-instance-from-the-characteristic", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A0%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-properties%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-value%E2%91%A2", @@ -1490,9 +1494,9 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-dataview-constructor%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-new%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-arraybuffer-constructor%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%93%AA", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%93%AA", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-getdescriptor", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-descriptor%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-getgattchildren%E2%91%A5", @@ -1527,21 +1531,21 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-a-new-promise%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-properties", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-notsupportederror%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#issue-f363405f%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-value-read", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%91%A0", @@ -1557,7 +1561,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-eventdef-bluetoothremotegattcharacteristic-characteristicvaluechanged%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-event-bubbles", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A1%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A1%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-value%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#writecharacteristicvalue", @@ -1586,8 +1590,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-connection-checking-wrapper%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-a-new-promise%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A0%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6", @@ -1596,8 +1600,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-write-characteristic-value", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-write-without-response", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-value-write", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A0%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%91%A4", @@ -1608,7 +1612,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-dataview-constructor%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-new%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-arraybuffer-constructor%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-writevaluewithresponse%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattcharacteristic-writevaluewithoutresponse%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-writevalue", @@ -1651,18 +1655,18 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-a-new-promise%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-properties%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-notsupportederror%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-active-notification-context-set", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-navigator-bluetooth%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1", @@ -1675,14 +1679,14 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-client-characteristic-configuration%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-navigator-bluetooth%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-active-notification-context-set%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A1%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A1%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A0%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A0%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-perform-a-microtask-checkpoint", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-stopnotifications", @@ -1697,11 +1701,11 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-client-characteristic-configuration%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-descriptors%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-client-characteristic-configuration%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%93%AA", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#characteristicproperties-interface", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothremotegattcharacteristic%E2%91%A0%E2%91%A5", @@ -1787,11 +1791,11 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-dataview-constructor%E2%91%A0%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-new%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-arraybuffer-constructor%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattdescriptor-readvalue", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A2%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A7", @@ -1818,8 +1822,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-connection-checking-wrapper%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-a-new-promise%E2%91%A0%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A0%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", @@ -1827,8 +1831,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-read-characteristic-descriptors%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-read-long-characteristic-descriptors", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A2", @@ -1840,7 +1844,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-dataview-constructor%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A3%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattdescriptor-value%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-this%E2%91%A3%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattdescriptor-value%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattdescriptor-writevalue", @@ -1874,8 +1878,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-connection-checking-wrapper%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-a-new-promise%E2%91%A0%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-in-parallel%E2%91%A0%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2", @@ -1883,8 +1887,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-write-characteristic-descriptors", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-write-long-characteristic-descriptors", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothremotegattserver-activealgorithms-slot%E2%91%A0%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-reject%E2%91%A1%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-networkerror%E2%91%A1%E2%91%A6", @@ -1896,7 +1900,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-dataview-constructor%E2%91%A0%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-new%E2%91%A0%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-sec-arraybuffer-constructor%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-resolve%E2%91%A1%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#events", "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-tree", "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-tree-bluetooth-tree", @@ -1952,8 +1956,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-device%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-att-bearer%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothdevice%E2%91%A3%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A1%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-representeddevice-slot%E2%91%A0%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-same-bluetooth-device%E2%91%A8", @@ -1989,8 +1993,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-value-notification", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-characteristic-value-indications", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-active-notification-context-set%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothremotegattcharacteristic%E2%91%A1%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-tree-bluetooth-tree%E2%91%A1", @@ -2050,8 +2054,8 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-device%E2%91%A0%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-service%E2%91%A0%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetoothdevice%E2%91%A3%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-queue-a-global-task%E2%91%A2%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-task-source%E2%91%A2%E2%91%A8", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-concept-relevant-global%E2%91%A1%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-service%E2%91%A0%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-allowedservices-slot%E2%91%A0%E2%93%AA", @@ -2318,9 +2322,11 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#adapter-state", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#le-supported-state", "https://webbluetoothcg.github.io/web-bluetooth/#simulated-bluetooth-device", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-bluetooth-device%E2%91%A0%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-manufacturer-specific-data%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-service-uuid-data-type%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#issue-194ad560", @@ -2406,50 +2412,88 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-adapter-state%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A5", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#example-5d6ca36f", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-simulateconnectedperipheral-command", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-remote-end-steps%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-try%E2%91%A2", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-get-a-navigable%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-nav-top%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device-mapping%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-le-supported-state%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-adapter-state%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-adapter-state%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#example-cda1f793", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#example-a695cfc6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-adapter-state%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#example-88cff3c4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-simulateconnectedperipheral-command", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-remote-end-steps%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-try%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-get-a-navigable%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-nav-top%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A7", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A0%E2%93%AA", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A8", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device-mapping%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A6", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-manufacturer-specific-data%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-forgiving-base64-decode", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-service-uuid-data-type%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A5", "https://webbluetoothcg.github.io/web-bluetooth/#example-7050eb6b", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-simulateadvertisement-command", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-remote-end-steps%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-try%E2%91%A3", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-get-a-navigable%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-nav-top%E2%91%A4", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A6", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A3", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A7", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A8", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%91%A3", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-adapter%E2%91%A0%E2%91%A0", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error%E2%91%A0%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device-mapping%E2%91%A1", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A1", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-map-exists%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-simulated-bluetooth-device%E2%91%A2", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-scan-for-devices%E2%91%A0", "https://webbluetoothcg.github.io/web-bluetooth/#issue-6d693d48", @@ -2466,9 +2510,9 @@ "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-associated-bluetooth%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dom-bluetoothdevice-watchadvertisementsstate-slot%E2%91%A7", "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-fire-an-advertisementreceived-event%E2%91%A0", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A4", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-success%E2%91%A6", "https://webbluetoothcg.github.io/web-bluetooth/#example-2a9b64bf", - "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A2", + "https://webbluetoothcg.github.io/web-bluetooth/#ref-for-dfn-local-ends%E2%91%A4", "https://webbluetoothcg.github.io/web-bluetooth/#bidi-events", "https://webbluetoothcg.github.io/web-bluetooth/#bluetooth-requestdevicepromptupdated-event", "https://webbluetoothcg.github.io/web-bluetooth/#trigger-a-prompt-updated-event", diff --git a/ed/ids/webnn.json b/ed/ids/webnn.json index 1150025573a6..328d3c31b936 100644 --- a/ed/ids/webnn.json +++ b/ed/ids/webnn.json @@ -2121,13 +2121,12 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-inputlayout%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A6%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-inputlayout%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A5", @@ -2284,7 +2283,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3", @@ -2295,7 +2294,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5", @@ -2332,28 +2331,36 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size", + "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size", - "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlconvtranspose2doptions-inputlayout%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A6", @@ -2495,22 +2502,22 @@ "https://webmachinelearning.github.io/webnn/#ref-for-assert%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A7%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A7%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A7", @@ -2522,32 +2529,32 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-add", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A7", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-sub", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%93%AA", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-mul", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A1", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-div", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-max", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-min", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-pow", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-broadcasting%E2%91%A0", @@ -2680,32 +2687,32 @@ "https://webmachinelearning.github.io/webnn/#ref-for-assert%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A7%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A8", @@ -2717,28 +2724,28 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-equal", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-greater", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-greaterorequal", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-lesser", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-lesserorequal", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-logicalnot", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A7", @@ -2907,17 +2914,17 @@ "https://webmachinelearning.github.io/webnn/#ref-for-assert%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-contain", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A0", @@ -2930,80 +2937,80 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int8%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-ceil", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-cos", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-erf", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-exp", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-floor", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-identity", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-log", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-neg", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reciprocal", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-sin", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-sqrt", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-tan", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu", "https://webmachinelearning.github.io/webnn/#dictdef-mleluoptions", "https://webmachinelearning.github.io/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A3%E2%91%A0", @@ -3048,17 +3055,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-elu", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mleluoptions-alpha%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mleluoptions-alpha%E2%91%A1", @@ -3111,17 +3118,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-expand", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-unidirectionally-broadcasting", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%93%AA", @@ -3214,23 +3221,23 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-gather", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgatheroptions-axis%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-iteration-break", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A6", @@ -3281,17 +3288,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-gelu", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A8%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A4", @@ -3393,21 +3400,21 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-gemm", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgemmoptions-alpha%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgemmoptions-alpha%E2%91%A1", @@ -3422,18 +3429,18 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgemmoptions-atranspose%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgemmoptions-btranspose%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-unidirectionally-broadcastable%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A2", @@ -3608,7 +3615,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-gru", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A6", @@ -3619,72 +3626,72 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-direction%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A0%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A0", @@ -3848,7 +3855,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-grucell", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A7", @@ -3857,61 +3864,61 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-bias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-activations%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A0%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlgrucelloptions-activations%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A2", @@ -3984,17 +3991,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-hardsigmoid", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlhardsigmoidoptions-alpha%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlhardsigmoidoptions-alpha%E2%91%A1", @@ -4045,17 +4052,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-hardswish", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A1", @@ -4155,7 +4162,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-instancenormalization", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A0", @@ -4164,16 +4171,16 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinstancenormalizationoptions-epsilon%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinstancenormalizationoptions-epsilon%E2%91%A1", @@ -4184,24 +4191,24 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A2", @@ -4290,7 +4297,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-layernormalization", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A1", @@ -4299,12 +4306,12 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A8", @@ -4314,11 +4321,11 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-epsilon%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-epsilon%E2%91%A1", @@ -4327,43 +4334,43 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A3", @@ -4419,17 +4426,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-leakyrelu", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlleakyreluoptions-alpha%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlleakyreluoptions-alpha%E2%91%A1", @@ -4487,17 +4494,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-linear", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllinearoptions-alpha%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllinearoptions-alpha%E2%91%A1", @@ -4690,7 +4697,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-lstm", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A4", @@ -4705,92 +4712,94 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-direction%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A0%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-activations%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmoptions-activations%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A4", @@ -4993,7 +5002,7 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-lstmcell", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A5", @@ -5004,75 +5013,75 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-list-equal%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-activations%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mllstmcelloptions-activations%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A6", @@ -5161,34 +5170,34 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-matmul", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-remove", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-list-remove%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-append", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A2", @@ -5271,30 +5280,30 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-pad", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-cast%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A1", @@ -5411,20 +5420,20 @@ "https://webmachinelearning.github.io/webnn/#ref-for-assert%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-contain%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A8", @@ -5435,8 +5444,12 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A0", @@ -5445,59 +5458,60 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-conv2d-output-sizes%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-roundingtype%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlroundingtype-floor%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlroundingtype-ceil%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%93%AA", @@ -5509,18 +5523,18 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-pooling-op", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-l2pool2d", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A1", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-maxpool2d", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d-average", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d-l2", "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d-max", @@ -5596,22 +5610,22 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-prelu", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A3", @@ -5772,7 +5786,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A0%E2%91%A0", @@ -5789,24 +5803,24 @@ "https://webmachinelearning.github.io/webnn/#ref-for-assert%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-contain%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-calculate-reduction-output-sizes%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A4", @@ -5821,64 +5835,64 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducel2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducelogsum", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducelogsumexp", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducemax", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A1", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducemean", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A3", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducemin", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A5", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reduceproduct", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducesum", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reducesumsquare", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A5", @@ -5921,17 +5935,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-relu", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A8", @@ -6006,40 +6020,40 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-resample2d", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-scales%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A2%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A2%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A4", @@ -6053,9 +6067,9 @@ "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-scales%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A8", @@ -6110,24 +6124,24 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-reshape", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A2%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A6", @@ -6173,17 +6187,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-sigmoid", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A1", @@ -6244,33 +6258,33 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-slice", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A0%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-iterate%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A0%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#issue-b8ab142b", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A2", @@ -6318,20 +6332,20 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-softmax", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A3", @@ -6374,17 +6388,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-softplus", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A4", @@ -6427,17 +6441,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-softsign", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A5", @@ -6537,31 +6551,33 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-split", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlsplitoptions-axis%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-idl-sequence%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A7", "https://webmachinelearning.github.io/webnn/#issue-578f9ca8", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A3%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A2%E2%91%A3", @@ -6612,17 +6628,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-tanh", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A8", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A8%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A7", @@ -6674,13 +6690,13 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-transpose", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A2", @@ -6689,14 +6705,14 @@ "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A3%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-the-range%E2%91%A0%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A8", @@ -6748,17 +6764,17 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-triangular", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A5", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A6", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-ranks%E2%91%A4%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A7", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-copy-an-mloperand%E2%91%A1%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-operators%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%93%AA", @@ -6851,26 +6867,26 @@ "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-where", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A5", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%93%AA", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A0", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A6", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A6", "https://webmachinelearning.github.io/webnn/#ref-for-allowed-data-types%E2%91%A8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A0", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A7", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A8", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A4", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A2", - "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A3", + "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A8%E2%93%AA", + "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A7", "https://webmachinelearning.github.io/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A7", @@ -6952,8 +6968,8 @@ "https://webmachinelearning.github.io/webnn/#ref-for-list%E2%91%A3%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A4%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A4%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A3", - "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-list-item%E2%91%A1%E2%91%A2", "https://webmachinelearning.github.io/webnn/#issue-2ef9bcfa", "https://webmachinelearning.github.io/webnn/#examples", "https://webmachinelearning.github.io/webnn/#example-9c6ddbf8", diff --git a/ed/index.json b/ed/index.json index e2fd2a10ddf3..238be645664f 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-02-22T00:57:02.857Z", + "date": "2025-02-22T06:47:38.557Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1631,11 +1631,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1692,11 +1692,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-borders-4.json", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", @@ -1755,11 +1755,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1810,11 +1810,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1871,11 +1871,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "30 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1927,11 +1927,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -1982,11 +1982,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "5 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2037,11 +2037,11 @@ ], "crawled": "https://drafts.csswg.org/css-gaps-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", - "date": "21 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "date": "22 February 2025", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-gaps-1.json", "links": "links/css-gaps-1.json", "refs": "refs/css-gaps-1.json", @@ -2100,11 +2100,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2162,11 +2162,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2217,11 +2217,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2272,11 +2272,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "18 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2336,11 +2336,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2397,11 +2397,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2460,11 +2460,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "12 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2521,11 +2521,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2583,11 +2583,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "10 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2646,11 +2646,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -8008,9 +8008,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Tue, 18 Feb 2025 18:32:24 GMT" + "lastModified": "Sat, 22 Feb 2025 03:39:25 GMT" }, - "date": "18 February 2025", + "date": "22 February 2025", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -8949,11 +8949,11 @@ ], "crawled": "https://w3c.github.io/ppa/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 03:19:16 GMT" + "lastModified": "Sat, 22 Feb 2025 02:06:37 GMT" }, "generator": "bikeshed", - "date": "21 February 2025", - "revision": "2a76990498a2c0f83d34f51650c825b0afb52233", + "date": "22 February 2025", + "revision": "4b7870efbc130bd59623835aa72db13280629f5f", "algorithms": "algorithms/ppa.json", "links": "links/ppa.json", "refs": "refs/ppa.json", @@ -10283,11 +10283,11 @@ ], "crawled": "https://webbluetoothcg.github.io/web-bluetooth/", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 08:45:23 GMT" + "lastModified": "Sat, 22 Feb 2025 06:08:10 GMT" }, "generator": "bikeshed", - "date": "15 February 2025", - "revision": "d2d4d069be968ef549484cdb414c460124111230", + "date": "22 February 2025", + "revision": "63090299716cb458b34ea19e08bee6528d04ed18", "algorithms": "algorithms/web-bluetooth.json", "links": "links/web-bluetooth.json", "refs": "refs/web-bluetooth.json", @@ -10349,11 +10349,11 @@ ], "crawled": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 08:45:23 GMT" + "lastModified": "Sat, 22 Feb 2025 06:08:10 GMT" }, "generator": "bikeshed", - "date": "15 February 2025", - "revision": "d2d4d069be968ef549484cdb414c460124111230", + "date": "22 February 2025", + "revision": "63090299716cb458b34ea19e08bee6528d04ed18", "algorithms": "algorithms/web-bluetooth-scanning.json", "links": "links/web-bluetooth-scanning.json", "refs": "refs/web-bluetooth-scanning.json", @@ -13852,10 +13852,10 @@ ], "crawled": "https://wicg.github.io/serial/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 23:01:11 GMT" + "lastModified": "Sat, 22 Feb 2025 00:46:34 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "22 February 2025", "algorithms": "algorithms/serial.json", "links": "links/serial.json", "refs": "refs/serial.json", @@ -15177,9 +15177,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 16:10:49 GMT" + "lastModified": "Sat, 22 Feb 2025 01:36:21 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json", "cddl": [] @@ -15223,9 +15223,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", "crawlCacheInfo": { - "lastModified": "Thu, 20 Feb 2025 06:36:29 GMT" + "lastModified": "Sat, 22 Feb 2025 06:36:38 GMT" }, - "date": "20 February 2025", + "date": "22 February 2025", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json", "cddl": [] @@ -15464,9 +15464,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6455", "crawlCacheInfo": { - "lastModified": "Fri, 14 Feb 2025 23:44:07 GMT" + "lastModified": "Sat, 22 Feb 2025 00:15:56 GMT" }, - "date": "14 February 2025", + "date": "22 February 2025", "links": "links/rfc6455.json", "ids": "ids/rfc6455.json", "cddl": [] @@ -15556,9 +15556,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 16:06:58 GMT" + "lastModified": "Sat, 22 Feb 2025 00:39:54 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json", "cddl": [] @@ -15602,9 +15602,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 00:46:22 GMT" + "lastModified": "Sat, 22 Feb 2025 06:36:43 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json", "cddl": [] @@ -15648,9 +15648,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 00:46:23 GMT" + "lastModified": "Sat, 22 Feb 2025 06:36:46 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json", "cddl": [] @@ -15944,9 +15944,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7932", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 00:46:28 GMT" + "lastModified": "Sat, 22 Feb 2025 06:36:48 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc7932.json", "ids": "ids/rfc7932.json", "cddl": [] @@ -16243,9 +16243,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8878", "crawlCacheInfo": { - "lastModified": "Sat, 15 Feb 2025 00:46:32 GMT" + "lastModified": "Sat, 22 Feb 2025 06:36:50 GMT" }, - "date": "15 February 2025", + "date": "22 February 2025", "links": "links/rfc8878.json", "refs": "refs/rfc8878.json", "headings": "headings/rfc8878.json", @@ -18395,11 +18395,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -18456,11 +18456,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -18523,11 +18523,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "4 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -18586,11 +18586,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "12 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18722,11 +18722,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "31 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18792,11 +18792,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "14 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18863,11 +18863,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18933,11 +18933,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -19000,11 +19000,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "18 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -19069,11 +19069,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -19136,11 +19136,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -19204,11 +19204,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -19273,11 +19273,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -19342,11 +19342,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -19411,11 +19411,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -19480,7 +19480,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -19547,11 +19547,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "14 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -19617,11 +19617,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19687,11 +19687,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19753,11 +19753,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "17 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -19823,11 +19823,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19894,11 +19894,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19962,11 +19962,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -20032,11 +20032,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -20102,11 +20102,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "18 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -20173,11 +20173,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -20239,11 +20239,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -20308,11 +20308,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -20379,11 +20379,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -20446,11 +20446,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "5 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -20515,11 +20515,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -20583,11 +20583,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "6 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -20652,11 +20652,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "10 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -20721,11 +20721,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20794,11 +20794,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "7 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20864,11 +20864,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "13 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "idl": "idl/css-fonts-5.idl", @@ -20934,11 +20934,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -21002,11 +21002,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "17 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -21072,11 +21072,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", - "date": "13 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "date": "22 February 2025", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -21141,11 +21141,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "21 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -21204,11 +21204,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "30 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -21274,11 +21274,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -21344,11 +21344,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "23 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -21414,11 +21414,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "10 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -21543,11 +21543,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -21611,11 +21611,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -21680,11 +21680,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21817,11 +21817,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "dfns": "dfns/css-multicol-1.json", @@ -21884,11 +21884,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol.json", @@ -21952,11 +21952,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -22014,11 +22014,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -22079,11 +22079,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -22149,11 +22149,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -22218,11 +22218,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -22286,11 +22286,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "7 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -22355,11 +22355,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -22424,11 +22424,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -22487,11 +22487,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -22623,11 +22623,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -22758,11 +22758,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "6 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -22822,11 +22822,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -22885,11 +22885,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22953,11 +22953,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -23021,11 +23021,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -23090,11 +23090,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "22 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -23159,11 +23159,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "3 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -23229,11 +23229,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "22 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -23298,11 +23298,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "16 December 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -23369,11 +23369,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -23437,11 +23437,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -23508,11 +23508,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "4 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -23577,11 +23577,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -23646,11 +23646,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -23714,11 +23714,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -23780,7 +23780,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -23846,11 +23846,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -23915,11 +23915,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23985,11 +23985,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -24054,11 +24054,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -24124,11 +24124,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -24192,11 +24192,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "18 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -24261,11 +24261,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -24330,11 +24330,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -24400,11 +24400,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -24471,11 +24471,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -24607,11 +24607,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -24676,11 +24676,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "24 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -24747,11 +24747,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -24816,11 +24816,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -24885,11 +24885,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "19 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -24955,11 +24955,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", - "date": "25 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "date": "22 February 2025", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -25024,11 +25024,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -25094,11 +25094,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "20 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -25166,11 +25166,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -25236,11 +25236,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -25305,11 +25305,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -25373,11 +25373,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -25474,11 +25474,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "13 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/CSS2.json", "links": "links/CSS2.json", "refs": "refs/CSS2.json", @@ -25543,11 +25543,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -25612,11 +25612,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -25682,11 +25682,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "21 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -29498,7 +29498,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -29564,11 +29564,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -29632,11 +29632,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -32766,11 +32766,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -33099,11 +33099,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "30 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -33363,7 +33363,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -33430,11 +33430,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:40 GMT" }, "generator": "bikeshed", "date": "11 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -35815,11 +35815,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "31 January 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -35885,11 +35885,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "11 February 2025", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37532,11 +37532,11 @@ ], "crawled": "https://webmachinelearning.github.io/webnn/", "crawlCacheInfo": { - "lastModified": "Tue, 18 Feb 2025 23:35:06 GMT" + "lastModified": "Sat, 22 Feb 2025 05:54:58 GMT" }, "generator": "bikeshed", - "date": "18 February 2025", - "revision": "fccaccbd7f936b6ee14d9664f6defa843972e1b9", + "date": "22 February 2025", + "revision": "9f584510af66c6e1a2678c7814f347967d342590", "algorithms": "algorithms/webnn.json", "links": "links/webnn.json", "refs": "refs/webnn.json", @@ -39071,11 +39071,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Feb 2025 22:29:48 GMT" + "lastModified": "Sat, 22 Feb 2025 02:17:41 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "3e16a537b30784f68c0a89005298ca36a84bf174", + "revision": "c19338962cfd792d44f395e03b7430d80bbc881e", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-animations-1.json b/ed/links/css-animations-1.json index bb96bc235dfd..3ae31360590b 100644 --- a/ed/links/css-animations-1.json +++ b/ed/links/css-animations-1.json @@ -7,6 +7,7 @@ "rawlinks": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://dom.spec.whatwg.org/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-shapes-2/": {}, "https://drafts.csswg.org/css-transitions/": { "anchors": [ @@ -120,6 +121,11 @@ "document" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-shapes-2/": { "anchors": [ "valdef-shape-to" @@ -204,8 +210,7 @@ }, "https://www.w3.org/TR/css-syntax-3/": { "anchors": [ - "typedef-declaration-list", - "typedef-rule-list" + "typedef-declaration-list" ] }, "https://www.w3.org/TR/css-values-3/": { diff --git a/ed/links/css-cascade-5.json b/ed/links/css-cascade-5.json index 02b2f46b3691..58edca029a97 100644 --- a/ed/links/css-cascade-5.json +++ b/ed/links/css-cascade-5.json @@ -59,6 +59,7 @@ "https://drafts.csswg.org/css-flexbox-1/": {}, "https://drafts.csswg.org/css-fonts-4/": {}, "https://drafts.csswg.org/css-fonts-5/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-inline-3/": {}, "https://drafts.csswg.org/css-lists-3/": {}, "https://drafts.csswg.org/css-logical-1/": {}, @@ -318,6 +319,11 @@ "at-font-face-rule" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-inline-3/": { "anchors": [ "root-inline-box" @@ -365,8 +371,7 @@ "environment-encoding", "declaration", "at-rule", - "block-at-rule", - "typedef-rule-list" + "block-at-rule" ] }, "https://drafts.csswg.org/css-text-3/": { diff --git a/ed/links/css-cascade-6.json b/ed/links/css-cascade-6.json index 8c94d0db5d65..6cf4bfcacdf7 100644 --- a/ed/links/css-cascade-6.json +++ b/ed/links/css-cascade-6.json @@ -45,6 +45,7 @@ }, "https://drafts.csswg.org/css-conditional-5/": {}, "https://drafts.csswg.org/css-fonts-5/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-nesting-1/": { "anchors": [ "mixing" @@ -159,6 +160,11 @@ "at-font-face-rule" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-nesting-1/": { "anchors": [ "selectordef-", @@ -177,7 +183,6 @@ "block-at-rule", "style-rule", "at-rule", - "typedef-rule-list", "typedef-block-contents", "qualified-rule", "css-rule" diff --git a/ed/links/css-conditional-3.json b/ed/links/css-conditional-3.json index 54ee32b0b9d5..0cf3bc558e24 100644 --- a/ed/links/css-conditional-3.json +++ b/ed/links/css-conditional-3.json @@ -149,6 +149,7 @@ "https://drafts.csswg.org/css-cascade-5/": {}, "https://drafts.csswg.org/css-color-4/": {}, "https://drafts.csswg.org/css-display/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-namespaces/": {}, "https://drafts.csswg.org/css-sizing-3/": {}, "https://drafts.csswg.org/css-syntax/": {}, @@ -431,6 +432,11 @@ "propdef-display" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-namespaces-3/": { "anchors": [ "css-qualified-name", @@ -446,7 +452,6 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "at-rule", - "typedef-rule-list", "style-rule", "at-ruledef-charset", "css-invalid", diff --git a/ed/links/css-conditional-5.json b/ed/links/css-conditional-5.json index 6145bd27ecbe..802d54c08fbb 100644 --- a/ed/links/css-conditional-5.json +++ b/ed/links/css-conditional-5.json @@ -291,6 +291,7 @@ ] }, "https://drafts.csswg.org/css-fonts-5/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-overflow-3/": {}, "https://drafts.csswg.org/css-position-3/": {}, "https://drafts.csswg.org/css-position-4/": {}, @@ -944,6 +945,11 @@ "at-font-face-rule" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-overflow-3/": { "anchors": [ "scroll-container", @@ -1004,7 +1010,6 @@ }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ - "typedef-rule-list", "typedef-block-contents", "at-rule", "declaration" diff --git a/ed/links/css-nesting-1.json b/ed/links/css-nesting-1.json index 34d771bf74d1..080c91a66057 100644 --- a/ed/links/css-nesting-1.json +++ b/ed/links/css-nesting-1.json @@ -33,6 +33,7 @@ "https://drafts.csswg.org/css-color-4/": {}, "https://drafts.csswg.org/css-conditional-3/": {}, "https://drafts.csswg.org/css-conditional-5/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-pseudo-4/": {}, "https://drafts.csswg.org/css-syntax/": {}, "https://drafts.csswg.org/css-ui-4/": {}, @@ -94,6 +95,11 @@ "at-ruledef-container" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "typedef-rule-list" + ] + }, "https://drafts.csswg.org/css-pseudo-4/": { "anchors": [ "selectordef-before", @@ -107,7 +113,6 @@ "css-parse-something-according-to-a-css-grammar", "typedef-delim-token", "typedef-block-contents", - "typedef-rule-list", "css-rule" ] }, diff --git a/ed/links/css-variables-1.json b/ed/links/css-variables-1.json index 3cf1939187ba..9d30bee3cd60 100644 --- a/ed/links/css-variables-1.json +++ b/ed/links/css-variables-1.json @@ -525,6 +525,7 @@ "https://infra.spec.whatwg.org/": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://tc39.es/ecma262/multipage/": {}, "https://w3c.github.io/charmod-norm/": {}, "https://wpt.fyi/results/css/css-variables/css-variable-change-style-001.html": {}, "https://wpt.fyi/results/css/css-variables/css-variable-change-style-002.html": {}, @@ -866,7 +867,9 @@ "anchors": [ "cssstyledeclaration-declarations", "css-declaration-case-sensitive-flag", - "dom-cssstyledeclaration-getpropertyvalue" + "dom-cssstyledeclaration-getpropertyvalue", + "dom-cssstyledeclaration-setproperty", + "dom-cssstyledeclaration-removeproperty" ] }, "https://drafts.csswg.org/selectors-4/": { @@ -884,6 +887,11 @@ "ascii-case-insensitive", "string-is" ] + }, + "https://tc39.es/ecma262/multipage/text-processing.html": { + "anchors": [ + "sec-string.prototype.trim" + ] } } } diff --git a/ed/links/serial.json b/ed/links/serial.json index 21d9f158d516..a7f1daa4088c 100644 --- a/ed/links/serial.json +++ b/ed/links/serial.json @@ -15,6 +15,7 @@ "https://github.com/WICG/serial/blob/main/EXPLAINER.md": {}, "https://github.com/WICG/serial/blob/main/blocklist.txt": {}, "https://github.com/beaufortfrancois": {}, + "https://github.com/chengweih001": {}, "https://github.com/cmumford": {}, "https://github.com/domenic": {}, "https://github.com/dontcallmedom": {}, @@ -47,16 +48,7 @@ ] }, "https://webbluetoothcg.github.io/web-bluetooth/": {}, - "https://webidl.spec.whatwg.org/": { - "anchors": [ - "Exposed", - "SecureContext", - "SameObject", - "idl-promise", - "idl-sequence", - "EnforceRange" - ] - }, + "https://webidl.spec.whatwg.org/": {}, "https://wicg.github.io/webusb/": {}, "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/permissions-policy-1/": {}, @@ -168,7 +160,11 @@ }, "https://webidl.spec.whatwg.org/": { "anchors": [ + "Exposed", + "SecureContext", + "SameObject", "idl-promise", + "idl-sequence", "notfounderror", "idl-DOMException", "a-new-promise", @@ -183,6 +179,7 @@ "new", "invalidstateerror", "networkerror", + "EnforceRange", "idl-unsigned-long", "idl-octet", "idl-Uint8Array", diff --git a/ed/refs/css-animations-1.json b/ed/refs/css-animations-1.json index e28fd36e2f4c..67b4ff3e7e65 100644 --- a/ed/refs/css-animations-1.json +++ b/ed/refs/css-animations-1.json @@ -21,6 +21,10 @@ "name": "CSS-EASING-2", "url": "https://www.w3.org/TR/css-easing-2/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-SHAPES-2", "url": "https://drafts.csswg.org/css-shapes-2/" diff --git a/ed/refs/css-cascade-5.json b/ed/refs/css-cascade-5.json index 27abd5eb928f..752ad414422f 100644 --- a/ed/refs/css-cascade-5.json +++ b/ed/refs/css-cascade-5.json @@ -49,6 +49,10 @@ "name": "CSS-FONTS-5", "url": "https://drafts.csswg.org/css-fonts-5/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-NAMESPACES-3", "url": "https://drafts.csswg.org/css-namespaces/" diff --git a/ed/refs/css-cascade-6.json b/ed/refs/css-cascade-6.json index 070a73d24590..0cfae237be23 100644 --- a/ed/refs/css-cascade-6.json +++ b/ed/refs/css-cascade-6.json @@ -25,6 +25,10 @@ "name": "CSS-FONTS-5", "url": "https://drafts.csswg.org/css-fonts-5/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-NESTING-1", "url": "https://drafts.csswg.org/css-nesting/" diff --git a/ed/refs/css-conditional-3.json b/ed/refs/css-conditional-3.json index 2847f20c7eb1..f3491e21595e 100644 --- a/ed/refs/css-conditional-3.json +++ b/ed/refs/css-conditional-3.json @@ -9,6 +9,10 @@ "name": "CSS-CASCADE-5", "url": "https://drafts.csswg.org/css-cascade-5/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-NAMESPACES-3", "url": "https://drafts.csswg.org/css-namespaces/" diff --git a/ed/refs/css-conditional-5.json b/ed/refs/css-conditional-5.json index d6a9d8ff6eaa..49381c5edf78 100644 --- a/ed/refs/css-conditional-5.json +++ b/ed/refs/css-conditional-5.json @@ -49,6 +49,10 @@ "name": "CSS-FONTS-5", "url": "https://drafts.csswg.org/css-fonts-5/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-OVERFLOW-3", "url": "https://drafts.csswg.org/css-overflow-3/" diff --git a/ed/refs/css-nesting-1.json b/ed/refs/css-nesting-1.json index bd78956624c9..5abffd8ddf44 100644 --- a/ed/refs/css-nesting-1.json +++ b/ed/refs/css-nesting-1.json @@ -21,6 +21,10 @@ "name": "CSS-CONDITIONAL-3", "url": "https://drafts.csswg.org/css-conditional-3/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-SYNTAX-3", "url": "https://drafts.csswg.org/css-syntax/" diff --git a/ed/refs/css-variables-1.json b/ed/refs/css-variables-1.json index 0d7923ae98a0..3d80cb033391 100644 --- a/ed/refs/css-variables-1.json +++ b/ed/refs/css-variables-1.json @@ -78,6 +78,10 @@ { "name": "CSS-FONTS-4", "url": "https://drafts.csswg.org/css-fonts-4/" + }, + { + "name": "ECMASCRIPT", + "url": "https://tc39.es/ecma262/multipage/" } ] }