diff --git a/fixtures/attribute-behavior/AttributeTableSnapshot.md b/fixtures/attribute-behavior/AttributeTableSnapshot.md index 89e126ba234cf..0945bff092bdf 100644 --- a/fixtures/attribute-behavior/AttributeTableSnapshot.md +++ b/fixtures/attribute-behavior/AttributeTableSnapshot.md @@ -648,6 +648,31 @@ | `aria-=(null)`| (initial, warning)| `` | | `aria-=(undefined)`| (initial, warning)| `` | +## `aria-hidden` (on `
` inside `
`) +| Test Case | Flags | Result | +| --- | --- | --- | +| `aria-hidden=(string)`| (changed)| `"a string"` | +| `aria-hidden=(empty string)`| (changed)| `` | +| `aria-hidden=(array with string)`| (changed)| `"string"` | +| `aria-hidden=(empty array)`| (changed)| `` | +| `aria-hidden=(object)`| (changed)| `"result of toString()"` | +| `aria-hidden=(numeric string)`| (changed)| `"42"` | +| `aria-hidden=(-1)`| (changed)| `"-1"` | +| `aria-hidden=(0)`| (changed)| `"0"` | +| `aria-hidden=(integer)`| (changed)| `"1"` | +| `aria-hidden=(NaN)`| (changed)| `"NaN"` | +| `aria-hidden=(float)`| (changed)| `"99.99"` | +| `aria-hidden=(true)`| (changed)| `"true"` | +| `aria-hidden=(false)`| (changed)| `"false"` | +| `aria-hidden=(string 'true')`| (changed)| `"true"` | +| `aria-hidden=(string 'false')`| (changed)| `"false"` | +| `aria-hidden=(string 'on')`| (changed)| `"on"` | +| `aria-hidden=(string 'off')`| (changed)| `"off"` | +| `aria-hidden=(symbol)`| (initial)| `` | +| `aria-hidden=(function)`| (initial)| `` | +| `aria-hidden=(null)`| (initial)| `` | +| `aria-hidden=(undefined)`| (initial)| `` | + ## `aria-invalidattribute` (on `
` inside `
`) | Test Case | Flags | Result | | --- | --- | --- | @@ -5398,6 +5423,31 @@ | `in=(null)`| (initial)| `` | | `in=(undefined)`| (initial)| `` | +## `inert` (on `
` inside `
`) +| Test Case | Flags | Result | +| --- | --- | --- | +| `inert=(string)`| (changed)| `` | +| `inert=(empty string)`| (changed)| `` | +| `inert=(array with string)`| (changed)| `` | +| `inert=(empty array)`| (changed)| `` | +| `inert=(object)`| (changed)| `` | +| `inert=(numeric string)`| (changed)| `` | +| `inert=(-1)`| (changed)| `` | +| `inert=(0)`| (changed)| `` | +| `inert=(integer)`| (changed)| `` | +| `inert=(NaN)`| (changed, warning)| `` | +| `inert=(float)`| (changed)| `` | +| `inert=(true)`| (initial, warning)| `` | +| `inert=(false)`| (initial, warning)| `` | +| `inert=(string 'true')`| (changed)| `` | +| `inert=(string 'false')`| (changed)| `` | +| `inert=(string 'on')`| (changed)| `` | +| `inert=(string 'off')`| (changed)| `` | +| `inert=(symbol)`| (initial, warning)| `` | +| `inert=(function)`| (initial, warning)| `` | +| `inert=(null)`| (initial)| `` | +| `inert=(undefined)`| (initial)| `` | + ## `in2` (on `` inside ``) | Test Case | Flags | Result | | --- | --- | --- | @@ -5501,27 +5551,27 @@ ## `inputMode` (on `
`) | Test Case | Flags | Result | | --- | --- | --- | -| `inputMode=(string)`| (changed)| `"a string"` | -| `inputMode=(empty string)`| (changed)| `` | -| `inputMode=(array with string)`| (changed)| `"string"` | -| `inputMode=(empty array)`| (changed)| `` | -| `inputMode=(object)`| (changed)| `"result of toString()"` | -| `inputMode=(numeric string)`| (changed)| `"42"` | -| `inputMode=(-1)`| (changed)| `"-1"` | -| `inputMode=(0)`| (changed)| `"0"` | -| `inputMode=(integer)`| (changed)| `"1"` | -| `inputMode=(NaN)`| (changed, warning)| `"NaN"` | -| `inputMode=(float)`| (changed)| `"99.99"` | -| `inputMode=(true)`| (initial, warning)| `` | -| `inputMode=(false)`| (initial, warning)| `` | -| `inputMode=(string 'true')`| (changed)| `"true"` | -| `inputMode=(string 'false')`| (changed)| `"false"` | -| `inputMode=(string 'on')`| (changed)| `"on"` | -| `inputMode=(string 'off')`| (changed)| `"off"` | -| `inputMode=(symbol)`| (initial, warning)| `` | -| `inputMode=(function)`| (initial, warning)| `` | -| `inputMode=(null)`| (initial)| `` | -| `inputMode=(undefined)`| (initial)| `` | +| `inputMode=(string)`| (changed)| `"numeric"` | +| `inputMode=(empty string)`| (initial)| `` | +| `inputMode=(array with string)`| (changed)| `"numeric"` | +| `inputMode=(empty array)`| (initial)| `` | +| `inputMode=(object)`| (initial)| `` | +| `inputMode=(numeric string)`| (initial)| `` | +| `inputMode=(-1)`| (initial)| `` | +| `inputMode=(0)`| (initial)| `` | +| `inputMode=(integer)`| (initial)| `` | +| `inputMode=(NaN)`| (initial, warning)| `` | +| `inputMode=(float)`| (initial)| `` | +| `inputMode=(true)`| (initial, warning)| `` | +| `inputMode=(false)`| (initial, warning)| `` | +| `inputMode=(string 'true')`| (initial)| `` | +| `inputMode=(string 'false')`| (initial)| `` | +| `inputMode=(string 'on')`| (initial)| `` | +| `inputMode=(string 'off')`| (initial)| `` | +| `inputMode=(symbol)`| (initial, warning)| `` | +| `inputMode=(function)`| (initial, warning)| `` | +| `inputMode=(null)`| (initial)| `` | +| `inputMode=(undefined)`| (initial)| `` | ## `integrity` (on `