fixtures/attribute-behavior/AttributeTableSnapshot.md MARKDOWN 13,951 lines View on github.com → Search inside
File is large — showing lines 1–2,000 of 13,951.
1## `about` (on `<div>` inside `<div>`)2| Test Case | Flags | Result |3| --- | --- | --- |4| `about=(string)`| (changed)| `"a string"` |5| `about=(empty string)`| (changed)| `<empty string>` |6| `about=(array with string)`| (changed)| `"string"` |7| `about=(empty array)`| (changed)| `<empty string>` |8| `about=(object)`| (changed)| `"result of toString()"` |9| `about=(numeric string)`| (changed)| `"42"` |10| `about=(-1)`| (changed)| `"-1"` |11| `about=(0)`| (changed)| `"0"` |12| `about=(integer)`| (changed)| `"1"` |13| `about=(NaN)`| (changed, warning)| `"NaN"` |14| `about=(float)`| (changed)| `"99.99"` |15| `about=(true)`| (initial, warning)| `<null>` |16| `about=(false)`| (initial, warning)| `<null>` |17| `about=(string 'true')`| (changed)| `"true"` |18| `about=(string 'false')`| (changed)| `"false"` |19| `about=(string 'on')`| (changed)| `"on"` |20| `about=(string 'off')`| (changed)| `"off"` |21| `about=(symbol)`| (initial, warning)| `<null>` |22| `about=(function)`| (initial, warning)| `<null>` |23| `about=(null)`| (initial)| `<null>` |24| `about=(undefined)`| (initial)| `<null>` |2526## `aBoUt` (on `<div>` inside `<div>`)27| Test Case | Flags | Result |28| --- | --- | --- |29| `aBoUt=(string)`| (changed, warning)| `"a string"` |30| `aBoUt=(empty string)`| (changed, warning)| `<empty string>` |31| `aBoUt=(array with string)`| (changed, warning)| `"string"` |32| `aBoUt=(empty array)`| (changed, warning)| `<empty string>` |33| `aBoUt=(object)`| (changed, warning)| `"result of toString()"` |34| `aBoUt=(numeric string)`| (changed, warning)| `"42"` |35| `aBoUt=(-1)`| (changed, warning)| `"-1"` |36| `aBoUt=(0)`| (changed, warning)| `"0"` |37| `aBoUt=(integer)`| (changed, warning)| `"1"` |38| `aBoUt=(NaN)`| (changed, warning)| `"NaN"` |39| `aBoUt=(float)`| (changed, warning)| `"99.99"` |40| `aBoUt=(true)`| (initial, warning)| `<null>` |41| `aBoUt=(false)`| (initial, warning)| `<null>` |42| `aBoUt=(string 'true')`| (changed, warning)| `"true"` |43| `aBoUt=(string 'false')`| (changed, warning)| `"false"` |44| `aBoUt=(string 'on')`| (changed, warning)| `"on"` |45| `aBoUt=(string 'off')`| (changed, warning)| `"off"` |46| `aBoUt=(symbol)`| (initial, warning)| `<null>` |47| `aBoUt=(function)`| (initial, warning)| `<null>` |48| `aBoUt=(null)`| (initial, warning)| `<null>` |49| `aBoUt=(undefined)`| (initial, warning)| `<null>` |5051## `accent-Height` (on `<font-face>` inside `<svg>`)52| Test Case | Flags | Result |53| --- | --- | --- |54| `accent-Height=(string)`| (initial, warning, ssr mismatch)| `<null>` |55| `accent-Height=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |56| `accent-Height=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |57| `accent-Height=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |58| `accent-Height=(object)`| (initial, warning, ssr mismatch)| `<null>` |59| `accent-Height=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |60| `accent-Height=(-1)`| (initial, warning, ssr mismatch)| `<null>` |61| `accent-Height=(0)`| (initial, warning, ssr mismatch)| `<null>` |62| `accent-Height=(integer)`| (initial, warning, ssr mismatch)| `<null>` |63| `accent-Height=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |64| `accent-Height=(float)`| (initial, warning, ssr mismatch)| `<null>` |65| `accent-Height=(true)`| (initial, warning)| `<null>` |66| `accent-Height=(false)`| (initial, warning)| `<null>` |67| `accent-Height=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |68| `accent-Height=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |69| `accent-Height=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |70| `accent-Height=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |71| `accent-Height=(symbol)`| (initial, warning)| `<null>` |72| `accent-Height=(function)`| (initial, warning)| `<null>` |73| `accent-Height=(null)`| (initial, warning)| `<null>` |74| `accent-Height=(undefined)`| (initial, warning)| `<null>` |7576## `accent-height` (on `<font-face>` inside `<svg>`)77| Test Case | Flags | Result |78| --- | --- | --- |79| `accent-height=(string)`| (changed, warning)| `"a string"` |80| `accent-height=(empty string)`| (changed, warning)| `<empty string>` |81| `accent-height=(array with string)`| (changed, warning)| `"string"` |82| `accent-height=(empty array)`| (changed, warning)| `<empty string>` |83| `accent-height=(object)`| (changed, warning)| `"result of toString()"` |84| `accent-height=(numeric string)`| (changed, warning)| `"42"` |85| `accent-height=(-1)`| (changed, warning)| `"-1"` |86| `accent-height=(0)`| (changed, warning)| `"0"` |87| `accent-height=(integer)`| (changed, warning)| `"1"` |88| `accent-height=(NaN)`| (changed, warning)| `"NaN"` |89| `accent-height=(float)`| (changed, warning)| `"99.99"` |90| `accent-height=(true)`| (initial, warning)| `<null>` |91| `accent-height=(false)`| (initial, warning)| `<null>` |92| `accent-height=(string 'true')`| (changed, warning)| `"true"` |93| `accent-height=(string 'false')`| (changed, warning)| `"false"` |94| `accent-height=(string 'on')`| (changed, warning)| `"on"` |95| `accent-height=(string 'off')`| (changed, warning)| `"off"` |96| `accent-height=(symbol)`| (initial, warning)| `<null>` |97| `accent-height=(function)`| (initial, warning)| `<null>` |98| `accent-height=(null)`| (initial, warning)| `<null>` |99| `accent-height=(undefined)`| (initial, warning)| `<null>` |100101## `accentHeight` (on `<font-face>` inside `<svg>`)102| Test Case | Flags | Result |103| --- | --- | --- |104| `accentHeight=(string)`| (changed)| `"a string"` |105| `accentHeight=(empty string)`| (changed)| `<empty string>` |106| `accentHeight=(array with string)`| (changed)| `"string"` |107| `accentHeight=(empty array)`| (changed)| `<empty string>` |108| `accentHeight=(object)`| (changed)| `"result of toString()"` |109| `accentHeight=(numeric string)`| (changed)| `"42"` |110| `accentHeight=(-1)`| (changed)| `"-1"` |111| `accentHeight=(0)`| (changed)| `"0"` |112| `accentHeight=(integer)`| (changed)| `"1"` |113| `accentHeight=(NaN)`| (changed, warning)| `"NaN"` |114| `accentHeight=(float)`| (changed)| `"99.99"` |115| `accentHeight=(true)`| (initial, warning)| `<null>` |116| `accentHeight=(false)`| (initial, warning)| `<null>` |117| `accentHeight=(string 'true')`| (changed)| `"true"` |118| `accentHeight=(string 'false')`| (changed)| `"false"` |119| `accentHeight=(string 'on')`| (changed)| `"on"` |120| `accentHeight=(string 'off')`| (changed)| `"off"` |121| `accentHeight=(symbol)`| (initial, warning)| `<null>` |122| `accentHeight=(function)`| (initial, warning)| `<null>` |123| `accentHeight=(null)`| (initial)| `<null>` |124| `accentHeight=(undefined)`| (initial)| `<null>` |125126## `accept` (on `<input>` inside `<div>`)127| Test Case | Flags | Result |128| --- | --- | --- |129| `accept=(string)`| (changed)| `"a string"` |130| `accept=(empty string)`| (initial)| `<empty string>` |131| `accept=(array with string)`| (changed)| `"string"` |132| `accept=(empty array)`| (initial)| `<empty string>` |133| `accept=(object)`| (changed)| `"result of toString()"` |134| `accept=(numeric string)`| (changed)| `"42"` |135| `accept=(-1)`| (changed)| `"-1"` |136| `accept=(0)`| (changed)| `"0"` |137| `accept=(integer)`| (changed)| `"1"` |138| `accept=(NaN)`| (changed, warning)| `"NaN"` |139| `accept=(float)`| (changed)| `"99.99"` |140| `accept=(true)`| (initial, warning)| `<empty string>` |141| `accept=(false)`| (initial, warning)| `<empty string>` |142| `accept=(string 'true')`| (changed)| `"true"` |143| `accept=(string 'false')`| (changed)| `"false"` |144| `accept=(string 'on')`| (changed)| `"on"` |145| `accept=(string 'off')`| (changed)| `"off"` |146| `accept=(symbol)`| (initial, warning)| `<empty string>` |147| `accept=(function)`| (initial, warning)| `<empty string>` |148| `accept=(null)`| (initial)| `<empty string>` |149| `accept=(undefined)`| (initial)| `<empty string>` |150151## `accept-charset` (on `<form>` inside `<div>`)152| Test Case | Flags | Result |153| --- | --- | --- |154| `accept-charset=(string)`| (changed, warning)| `"a string"` |155| `accept-charset=(empty string)`| (initial, warning)| `<empty string>` |156| `accept-charset=(array with string)`| (changed, warning)| `"string"` |157| `accept-charset=(empty array)`| (initial, warning)| `<empty string>` |158| `accept-charset=(object)`| (changed, warning)| `"result of toString()"` |159| `accept-charset=(numeric string)`| (changed, warning)| `"42"` |160| `accept-charset=(-1)`| (changed, warning)| `"-1"` |161| `accept-charset=(0)`| (changed, warning)| `"0"` |162| `accept-charset=(integer)`| (changed, warning)| `"1"` |163| `accept-charset=(NaN)`| (changed, warning)| `"NaN"` |164| `accept-charset=(float)`| (changed, warning)| `"99.99"` |165| `accept-charset=(true)`| (initial, warning)| `<empty string>` |166| `accept-charset=(false)`| (initial, warning)| `<empty string>` |167| `accept-charset=(string 'true')`| (changed, warning)| `"true"` |168| `accept-charset=(string 'false')`| (changed, warning)| `"false"` |169| `accept-charset=(string 'on')`| (changed, warning)| `"on"` |170| `accept-charset=(string 'off')`| (changed, warning)| `"off"` |171| `accept-charset=(symbol)`| (initial, warning)| `<empty string>` |172| `accept-charset=(function)`| (initial, warning)| `<empty string>` |173| `accept-charset=(null)`| (initial, warning)| `<empty string>` |174| `accept-charset=(undefined)`| (initial, warning)| `<empty string>` |175176## `accept-Charset` (on `<form>` inside `<div>`)177| Test Case | Flags | Result |178| --- | --- | --- |179| `accept-Charset=(string)`| (changed, warning)| `"a string"` |180| `accept-Charset=(empty string)`| (initial, warning)| `<empty string>` |181| `accept-Charset=(array with string)`| (changed, warning)| `"string"` |182| `accept-Charset=(empty array)`| (initial, warning)| `<empty string>` |183| `accept-Charset=(object)`| (changed, warning)| `"result of toString()"` |184| `accept-Charset=(numeric string)`| (changed, warning)| `"42"` |185| `accept-Charset=(-1)`| (changed, warning)| `"-1"` |186| `accept-Charset=(0)`| (changed, warning)| `"0"` |187| `accept-Charset=(integer)`| (changed, warning)| `"1"` |188| `accept-Charset=(NaN)`| (changed, warning)| `"NaN"` |189| `accept-Charset=(float)`| (changed, warning)| `"99.99"` |190| `accept-Charset=(true)`| (initial, warning)| `<empty string>` |191| `accept-Charset=(false)`| (initial, warning)| `<empty string>` |192| `accept-Charset=(string 'true')`| (changed, warning)| `"true"` |193| `accept-Charset=(string 'false')`| (changed, warning)| `"false"` |194| `accept-Charset=(string 'on')`| (changed, warning)| `"on"` |195| `accept-Charset=(string 'off')`| (changed, warning)| `"off"` |196| `accept-Charset=(symbol)`| (initial, warning)| `<empty string>` |197| `accept-Charset=(function)`| (initial, warning)| `<empty string>` |198| `accept-Charset=(null)`| (initial, warning)| `<empty string>` |199| `accept-Charset=(undefined)`| (initial, warning)| `<empty string>` |200201## `acceptCharset` (on `<form>` inside `<div>`)202| Test Case | Flags | Result |203| --- | --- | --- |204| `acceptCharset=(string)`| (changed)| `"a string"` |205| `acceptCharset=(empty string)`| (initial)| `<empty string>` |206| `acceptCharset=(array with string)`| (changed)| `"string"` |207| `acceptCharset=(empty array)`| (initial)| `<empty string>` |208| `acceptCharset=(object)`| (changed)| `"result of toString()"` |209| `acceptCharset=(numeric string)`| (changed)| `"42"` |210| `acceptCharset=(-1)`| (changed)| `"-1"` |211| `acceptCharset=(0)`| (changed)| `"0"` |212| `acceptCharset=(integer)`| (changed)| `"1"` |213| `acceptCharset=(NaN)`| (changed, warning)| `"NaN"` |214| `acceptCharset=(float)`| (changed)| `"99.99"` |215| `acceptCharset=(true)`| (initial, warning)| `<empty string>` |216| `acceptCharset=(false)`| (initial, warning)| `<empty string>` |217| `acceptCharset=(string 'true')`| (changed)| `"true"` |218| `acceptCharset=(string 'false')`| (changed)| `"false"` |219| `acceptCharset=(string 'on')`| (changed)| `"on"` |220| `acceptCharset=(string 'off')`| (changed)| `"off"` |221| `acceptCharset=(symbol)`| (initial, warning)| `<empty string>` |222| `acceptCharset=(function)`| (initial, warning)| `<empty string>` |223| `acceptCharset=(null)`| (initial)| `<empty string>` |224| `acceptCharset=(undefined)`| (initial)| `<empty string>` |225226## `accessKey` (on `<div>` inside `<div>`)227| Test Case | Flags | Result |228| --- | --- | --- |229| `accessKey=(string)`| (changed)| `"a string"` |230| `accessKey=(empty string)`| (initial)| `<empty string>` |231| `accessKey=(array with string)`| (changed)| `"string"` |232| `accessKey=(empty array)`| (initial)| `<empty string>` |233| `accessKey=(object)`| (changed)| `"result of toString()"` |234| `accessKey=(numeric string)`| (changed)| `"42"` |235| `accessKey=(-1)`| (changed)| `"-1"` |236| `accessKey=(0)`| (changed)| `"0"` |237| `accessKey=(integer)`| (changed)| `"1"` |238| `accessKey=(NaN)`| (changed, warning)| `"NaN"` |239| `accessKey=(float)`| (changed)| `"99.99"` |240| `accessKey=(true)`| (initial, warning)| `<empty string>` |241| `accessKey=(false)`| (initial, warning)| `<empty string>` |242| `accessKey=(string 'true')`| (changed)| `"true"` |243| `accessKey=(string 'false')`| (changed)| `"false"` |244| `accessKey=(string 'on')`| (changed)| `"on"` |245| `accessKey=(string 'off')`| (changed)| `"off"` |246| `accessKey=(symbol)`| (initial, warning)| `<empty string>` |247| `accessKey=(function)`| (initial, warning)| `<empty string>` |248| `accessKey=(null)`| (initial)| `<empty string>` |249| `accessKey=(undefined)`| (initial)| `<empty string>` |250251## `accumulate` (on `<animate>` inside `<svg>`)252| Test Case | Flags | Result |253| --- | --- | --- |254| `accumulate=(string)`| (changed)| `"a string"` |255| `accumulate=(empty string)`| (changed)| `<empty string>` |256| `accumulate=(array with string)`| (changed)| `"string"` |257| `accumulate=(empty array)`| (changed)| `<empty string>` |258| `accumulate=(object)`| (changed)| `"result of toString()"` |259| `accumulate=(numeric string)`| (changed)| `"42"` |260| `accumulate=(-1)`| (changed)| `"-1"` |261| `accumulate=(0)`| (changed)| `"0"` |262| `accumulate=(integer)`| (changed)| `"1"` |263| `accumulate=(NaN)`| (changed, warning)| `"NaN"` |264| `accumulate=(float)`| (changed)| `"99.99"` |265| `accumulate=(true)`| (initial, warning)| `<null>` |266| `accumulate=(false)`| (initial, warning)| `<null>` |267| `accumulate=(string 'true')`| (changed)| `"true"` |268| `accumulate=(string 'false')`| (changed)| `"false"` |269| `accumulate=(string 'on')`| (changed)| `"on"` |270| `accumulate=(string 'off')`| (changed)| `"off"` |271| `accumulate=(symbol)`| (initial, warning)| `<null>` |272| `accumulate=(function)`| (initial, warning)| `<null>` |273| `accumulate=(null)`| (initial)| `<null>` |274| `accumulate=(undefined)`| (initial)| `<null>` |275276## `action` (on `<form>` inside `<div>`)277| Test Case | Flags | Result |278| --- | --- | --- |279| `action=(string)`| (changed)| `"https://reactjs.com/"` |280| `action=(empty string)`| (initial)| `"http://localhost:3000/"` |281| `action=(array with string)`| (changed)| `"https://reactjs.com/"` |282| `action=(empty array)`| (initial)| `"http://localhost:3000/"` |283| `action=(object)`| (changed)| `"http://localhost:3000/result%20of%20toString()"` |284| `action=(numeric string)`| (changed)| `"http://localhost:3000/42"` |285| `action=(-1)`| (changed)| `"http://localhost:3000/-1"` |286| `action=(0)`| (changed)| `"http://localhost:3000/0"` |287| `action=(integer)`| (changed)| `"http://localhost:3000/1"` |288| `action=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` |289| `action=(float)`| (changed)| `"http://localhost:3000/99.99"` |290| `action=(true)`| (initial, warning)| `"http://localhost:3000/"` |291| `action=(false)`| (initial, warning)| `"http://localhost:3000/"` |292| `action=(string 'true')`| (changed)| `"http://localhost:3000/true"` |293| `action=(string 'false')`| (changed)| `"http://localhost:3000/false"` |294| `action=(string 'on')`| (changed)| `"http://localhost:3000/on"` |295| `action=(string 'off')`| (changed)| `"http://localhost:3000/off"` |296| `action=(symbol)`| (initial, warning)| `"http://localhost:3000/"` |297| `action=(function)`| (changed, ssr error, ssr mismatch)| `"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')"` |298| `action=(null)`| (initial)| `"http://localhost:3000/"` |299| `action=(undefined)`| (initial)| `"http://localhost:3000/"` |300301## `additive` (on `<animate>` inside `<svg>`)302| Test Case | Flags | Result |303| --- | --- | --- |304| `additive=(string)`| (changed)| `"a string"` |305| `additive=(empty string)`| (changed)| `<empty string>` |306| `additive=(array with string)`| (changed)| `"string"` |307| `additive=(empty array)`| (changed)| `<empty string>` |308| `additive=(object)`| (changed)| `"result of toString()"` |309| `additive=(numeric string)`| (changed)| `"42"` |310| `additive=(-1)`| (changed)| `"-1"` |311| `additive=(0)`| (changed)| `"0"` |312| `additive=(integer)`| (changed)| `"1"` |313| `additive=(NaN)`| (changed, warning)| `"NaN"` |314| `additive=(float)`| (changed)| `"99.99"` |315| `additive=(true)`| (initial, warning)| `<null>` |316| `additive=(false)`| (initial, warning)| `<null>` |317| `additive=(string 'true')`| (changed)| `"true"` |318| `additive=(string 'false')`| (changed)| `"false"` |319| `additive=(string 'on')`| (changed)| `"on"` |320| `additive=(string 'off')`| (changed)| `"off"` |321| `additive=(symbol)`| (initial, warning)| `<null>` |322| `additive=(function)`| (initial, warning)| `<null>` |323| `additive=(null)`| (initial)| `<null>` |324| `additive=(undefined)`| (initial)| `<null>` |325326## `alignment-baseline` (on `<textPath>` inside `<svg>`)327| Test Case | Flags | Result |328| --- | --- | --- |329| `alignment-baseline=(string)`| (changed, warning)| `"a string"` |330| `alignment-baseline=(empty string)`| (changed, warning)| `<empty string>` |331| `alignment-baseline=(array with string)`| (changed, warning)| `"string"` |332| `alignment-baseline=(empty array)`| (changed, warning)| `<empty string>` |333| `alignment-baseline=(object)`| (changed, warning)| `"result of toString()"` |334| `alignment-baseline=(numeric string)`| (changed, warning)| `"42"` |335| `alignment-baseline=(-1)`| (changed, warning)| `"-1"` |336| `alignment-baseline=(0)`| (changed, warning)| `"0"` |337| `alignment-baseline=(integer)`| (changed, warning)| `"1"` |338| `alignment-baseline=(NaN)`| (changed, warning)| `"NaN"` |339| `alignment-baseline=(float)`| (changed, warning)| `"99.99"` |340| `alignment-baseline=(true)`| (initial, warning)| `<null>` |341| `alignment-baseline=(false)`| (initial, warning)| `<null>` |342| `alignment-baseline=(string 'true')`| (changed, warning)| `"true"` |343| `alignment-baseline=(string 'false')`| (changed, warning)| `"false"` |344| `alignment-baseline=(string 'on')`| (changed, warning)| `"on"` |345| `alignment-baseline=(string 'off')`| (changed, warning)| `"off"` |346| `alignment-baseline=(symbol)`| (initial, warning)| `<null>` |347| `alignment-baseline=(function)`| (initial, warning)| `<null>` |348| `alignment-baseline=(null)`| (initial, warning)| `<null>` |349| `alignment-baseline=(undefined)`| (initial, warning)| `<null>` |350351## `alignmentBaseline` (on `<textPath>` inside `<svg>`)352| Test Case | Flags | Result |353| --- | --- | --- |354| `alignmentBaseline=(string)`| (changed)| `"a string"` |355| `alignmentBaseline=(empty string)`| (changed)| `<empty string>` |356| `alignmentBaseline=(array with string)`| (changed)| `"string"` |357| `alignmentBaseline=(empty array)`| (changed)| `<empty string>` |358| `alignmentBaseline=(object)`| (changed)| `"result of toString()"` |359| `alignmentBaseline=(numeric string)`| (changed)| `"42"` |360| `alignmentBaseline=(-1)`| (changed)| `"-1"` |361| `alignmentBaseline=(0)`| (changed)| `"0"` |362| `alignmentBaseline=(integer)`| (changed)| `"1"` |363| `alignmentBaseline=(NaN)`| (changed, warning)| `"NaN"` |364| `alignmentBaseline=(float)`| (changed)| `"99.99"` |365| `alignmentBaseline=(true)`| (initial, warning)| `<null>` |366| `alignmentBaseline=(false)`| (initial, warning)| `<null>` |367| `alignmentBaseline=(string 'true')`| (changed)| `"true"` |368| `alignmentBaseline=(string 'false')`| (changed)| `"false"` |369| `alignmentBaseline=(string 'on')`| (changed)| `"on"` |370| `alignmentBaseline=(string 'off')`| (changed)| `"off"` |371| `alignmentBaseline=(symbol)`| (initial, warning)| `<null>` |372| `alignmentBaseline=(function)`| (initial, warning)| `<null>` |373| `alignmentBaseline=(null)`| (initial)| `<null>` |374| `alignmentBaseline=(undefined)`| (initial)| `<null>` |375376## `allowFullScreen` (on `<iframe>` inside `<div>`)377| Test Case | Flags | Result |378| --- | --- | --- |379| `allowFullScreen=(string)`| (changed)| `<boolean: true>` |380| `allowFullScreen=(empty string)`| (initial)| `<boolean: false>` |381| `allowFullScreen=(array with string)`| (changed)| `<boolean: true>` |382| `allowFullScreen=(empty array)`| (changed)| `<boolean: true>` |383| `allowFullScreen=(object)`| (changed)| `<boolean: true>` |384| `allowFullScreen=(numeric string)`| (changed)| `<boolean: true>` |385| `allowFullScreen=(-1)`| (changed)| `<boolean: true>` |386| `allowFullScreen=(0)`| (initial)| `<boolean: false>` |387| `allowFullScreen=(integer)`| (changed)| `<boolean: true>` |388| `allowFullScreen=(NaN)`| (initial, warning)| `<boolean: false>` |389| `allowFullScreen=(float)`| (changed)| `<boolean: true>` |390| `allowFullScreen=(true)`| (changed)| `<boolean: true>` |391| `allowFullScreen=(false)`| (initial)| `<boolean: false>` |392| `allowFullScreen=(string 'true')`| (changed, warning)| `<boolean: true>` |393| `allowFullScreen=(string 'false')`| (changed, warning)| `<boolean: true>` |394| `allowFullScreen=(string 'on')`| (changed)| `<boolean: true>` |395| `allowFullScreen=(string 'off')`| (changed)| `<boolean: true>` |396| `allowFullScreen=(symbol)`| (initial, warning)| `<boolean: false>` |397| `allowFullScreen=(function)`| (initial, warning)| `<boolean: false>` |398| `allowFullScreen=(null)`| (initial)| `<boolean: false>` |399| `allowFullScreen=(undefined)`| (initial)| `<boolean: false>` |400401## `allowfullscreen` (on `<iframe>` inside `<div>`)402| Test Case | Flags | Result |403| --- | --- | --- |404| `allowfullscreen=(string)`| (changed, warning)| `<boolean: true>` |405| `allowfullscreen=(empty string)`| (changed, warning)| `<boolean: true>` |406| `allowfullscreen=(array with string)`| (changed, warning)| `<boolean: true>` |407| `allowfullscreen=(empty array)`| (changed, warning)| `<boolean: true>` |408| `allowfullscreen=(object)`| (changed, warning)| `<boolean: true>` |409| `allowfullscreen=(numeric string)`| (changed, warning)| `<boolean: true>` |410| `allowfullscreen=(-1)`| (changed, warning)| `<boolean: true>` |411| `allowfullscreen=(0)`| (changed, warning)| `<boolean: true>` |412| `allowfullscreen=(integer)`| (changed, warning)| `<boolean: true>` |413| `allowfullscreen=(NaN)`| (changed, warning)| `<boolean: true>` |414| `allowfullscreen=(float)`| (changed, warning)| `<boolean: true>` |415| `allowfullscreen=(true)`| (initial, warning)| `<boolean: false>` |416| `allowfullscreen=(false)`| (initial, warning)| `<boolean: false>` |417| `allowfullscreen=(string 'true')`| (changed, warning)| `<boolean: true>` |418| `allowfullscreen=(string 'false')`| (changed, warning)| `<boolean: true>` |419| `allowfullscreen=(string 'on')`| (changed, warning)| `<boolean: true>` |420| `allowfullscreen=(string 'off')`| (changed, warning)| `<boolean: true>` |421| `allowfullscreen=(symbol)`| (initial, warning)| `<boolean: false>` |422| `allowfullscreen=(function)`| (initial, warning)| `<boolean: false>` |423| `allowfullscreen=(null)`| (initial, warning)| `<boolean: false>` |424| `allowfullscreen=(undefined)`| (initial, warning)| `<boolean: false>` |425426## `allowFullscreen` (on `<iframe>` inside `<div>`)427| Test Case | Flags | Result |428| --- | --- | --- |429| `allowFullscreen=(string)`| (changed, warning)| `<boolean: true>` |430| `allowFullscreen=(empty string)`| (changed, warning)| `<boolean: true>` |431| `allowFullscreen=(array with string)`| (changed, warning)| `<boolean: true>` |432| `allowFullscreen=(empty array)`| (changed, warning)| `<boolean: true>` |433| `allowFullscreen=(object)`| (changed, warning)| `<boolean: true>` |434| `allowFullscreen=(numeric string)`| (changed, warning)| `<boolean: true>` |435| `allowFullscreen=(-1)`| (changed, warning)| `<boolean: true>` |436| `allowFullscreen=(0)`| (changed, warning)| `<boolean: true>` |437| `allowFullscreen=(integer)`| (changed, warning)| `<boolean: true>` |438| `allowFullscreen=(NaN)`| (changed, warning)| `<boolean: true>` |439| `allowFullscreen=(float)`| (changed, warning)| `<boolean: true>` |440| `allowFullscreen=(true)`| (initial, warning)| `<boolean: false>` |441| `allowFullscreen=(false)`| (initial, warning)| `<boolean: false>` |442| `allowFullscreen=(string 'true')`| (changed, warning)| `<boolean: true>` |443| `allowFullscreen=(string 'false')`| (changed, warning)| `<boolean: true>` |444| `allowFullscreen=(string 'on')`| (changed, warning)| `<boolean: true>` |445| `allowFullscreen=(string 'off')`| (changed, warning)| `<boolean: true>` |446| `allowFullscreen=(symbol)`| (initial, warning)| `<boolean: false>` |447| `allowFullscreen=(function)`| (initial, warning)| `<boolean: false>` |448| `allowFullscreen=(null)`| (initial, warning)| `<boolean: false>` |449| `allowFullscreen=(undefined)`| (initial, warning)| `<boolean: false>` |450451## `allowReorder` (on `<switch>` inside `<svg>`)452| Test Case | Flags | Result |453| --- | --- | --- |454| `allowReorder=(string)`| (changed, ssr mismatch)| `"a string"` |455| `allowReorder=(empty string)`| (changed, ssr mismatch)| `<empty string>` |456| `allowReorder=(array with string)`| (changed, ssr mismatch)| `"string"` |457| `allowReorder=(empty array)`| (changed, ssr mismatch)| `<empty string>` |458| `allowReorder=(object)`| (changed, ssr mismatch)| `"result of toString()"` |459| `allowReorder=(numeric string)`| (changed, ssr mismatch)| `"42"` |460| `allowReorder=(-1)`| (changed, ssr mismatch)| `"-1"` |461| `allowReorder=(0)`| (changed, ssr mismatch)| `"0"` |462| `allowReorder=(integer)`| (changed, ssr mismatch)| `"1"` |463| `allowReorder=(NaN)`| (changed, warning, ssr mismatch)| `"NaN"` |464| `allowReorder=(float)`| (changed, ssr mismatch)| `"99.99"` |465| `allowReorder=(true)`| (initial, warning)| `<null>` |466| `allowReorder=(false)`| (initial, warning)| `<null>` |467| `allowReorder=(string 'true')`| (changed, ssr mismatch)| `"true"` |468| `allowReorder=(string 'false')`| (changed, ssr mismatch)| `"false"` |469| `allowReorder=(string 'on')`| (changed, ssr mismatch)| `"on"` |470| `allowReorder=(string 'off')`| (changed, ssr mismatch)| `"off"` |471| `allowReorder=(symbol)`| (initial, warning)| `<null>` |472| `allowReorder=(function)`| (initial, warning)| `<null>` |473| `allowReorder=(null)`| (initial)| `<null>` |474| `allowReorder=(undefined)`| (initial)| `<null>` |475476## `alphabetic` (on `<font-face>` inside `<svg>`)477| Test Case | Flags | Result |478| --- | --- | --- |479| `alphabetic=(string)`| (changed)| `"a string"` |480| `alphabetic=(empty string)`| (changed)| `<empty string>` |481| `alphabetic=(array with string)`| (changed)| `"string"` |482| `alphabetic=(empty array)`| (changed)| `<empty string>` |483| `alphabetic=(object)`| (changed)| `"result of toString()"` |484| `alphabetic=(numeric string)`| (changed)| `"42"` |485| `alphabetic=(-1)`| (changed)| `"-1"` |486| `alphabetic=(0)`| (changed)| `"0"` |487| `alphabetic=(integer)`| (changed)| `"1"` |488| `alphabetic=(NaN)`| (changed, warning)| `"NaN"` |489| `alphabetic=(float)`| (changed)| `"99.99"` |490| `alphabetic=(true)`| (initial, warning)| `<null>` |491| `alphabetic=(false)`| (initial, warning)| `<null>` |492| `alphabetic=(string 'true')`| (changed)| `"true"` |493| `alphabetic=(string 'false')`| (changed)| `"false"` |494| `alphabetic=(string 'on')`| (changed)| `"on"` |495| `alphabetic=(string 'off')`| (changed)| `"off"` |496| `alphabetic=(symbol)`| (initial, warning)| `<null>` |497| `alphabetic=(function)`| (initial, warning)| `<null>` |498| `alphabetic=(null)`| (initial)| `<null>` |499| `alphabetic=(undefined)`| (initial)| `<null>` |500501## `alt` (on `<img>` inside `<div>`)502| Test Case | Flags | Result |503| --- | --- | --- |504| `alt=(string)`| (changed)| `"a string"` |505| `alt=(empty string)`| (initial)| `<empty string>` |506| `alt=(array with string)`| (changed)| `"string"` |507| `alt=(empty array)`| (initial)| `<empty string>` |508| `alt=(object)`| (changed)| `"result of toString()"` |509| `alt=(numeric string)`| (changed)| `"42"` |510| `alt=(-1)`| (changed)| `"-1"` |511| `alt=(0)`| (changed)| `"0"` |512| `alt=(integer)`| (changed)| `"1"` |513| `alt=(NaN)`| (changed, warning)| `"NaN"` |514| `alt=(float)`| (changed)| `"99.99"` |515| `alt=(true)`| (initial, warning)| `<empty string>` |516| `alt=(false)`| (initial, warning)| `<empty string>` |517| `alt=(string 'true')`| (changed)| `"true"` |518| `alt=(string 'false')`| (changed)| `"false"` |519| `alt=(string 'on')`| (changed)| `"on"` |520| `alt=(string 'off')`| (changed)| `"off"` |521| `alt=(symbol)`| (initial, warning)| `<empty string>` |522| `alt=(function)`| (initial, warning)| `<empty string>` |523| `alt=(null)`| (initial)| `<empty string>` |524| `alt=(undefined)`| (initial)| `<empty string>` |525526## `amplitude` (on `<feFuncA>` inside `<svg>`)527| Test Case | Flags | Result |528| --- | --- | --- |529| `amplitude=(string)`| (initial)| `<number: 1>` |530| `amplitude=(empty string)`| (changed)| `<number: 0>` |531| `amplitude=(array with string)`| (initial)| `<number: 1>` |532| `amplitude=(empty array)`| (changed)| `<number: 0>` |533| `amplitude=(object)`| (initial)| `<number: 1>` |534| `amplitude=(numeric string)`| (changed)| `<number: 42>` |535| `amplitude=(-1)`| (changed)| `<number: -1>` |536| `amplitude=(0)`| (changed)| `<number: 0>` |537| `amplitude=(integer)`| (initial)| `<number: 1>` |538| `amplitude=(NaN)`| (initial, warning)| `<number: 1>` |539| `amplitude=(float)`| (changed)| `<number: 99.98999786376953>` |540| `amplitude=(true)`| (initial, warning)| `<number: 1>` |541| `amplitude=(false)`| (initial, warning)| `<number: 1>` |542| `amplitude=(string 'true')`| (initial)| `<number: 1>` |543| `amplitude=(string 'false')`| (initial)| `<number: 1>` |544| `amplitude=(string 'on')`| (initial)| `<number: 1>` |545| `amplitude=(string 'off')`| (initial)| `<number: 1>` |546| `amplitude=(symbol)`| (initial, warning)| `<number: 1>` |547| `amplitude=(function)`| (initial, warning)| `<number: 1>` |548| `amplitude=(null)`| (initial)| `<number: 1>` |549| `amplitude=(undefined)`| (initial)| `<number: 1>` |550551## `arabic-form` (on `<glyph>` inside `<svg>`)552| Test Case | Flags | Result |553| --- | --- | --- |554| `arabic-form=(string)`| (changed, warning)| `"a string"` |555| `arabic-form=(empty string)`| (changed, warning)| `<empty string>` |556| `arabic-form=(array with string)`| (changed, warning)| `"string"` |557| `arabic-form=(empty array)`| (changed, warning)| `<empty string>` |558| `arabic-form=(object)`| (changed, warning)| `"result of toString()"` |559| `arabic-form=(numeric string)`| (changed, warning)| `"42"` |560| `arabic-form=(-1)`| (changed, warning)| `"-1"` |561| `arabic-form=(0)`| (changed, warning)| `"0"` |562| `arabic-form=(integer)`| (changed, warning)| `"1"` |563| `arabic-form=(NaN)`| (changed, warning)| `"NaN"` |564| `arabic-form=(float)`| (changed, warning)| `"99.99"` |565| `arabic-form=(true)`| (initial, warning)| `<null>` |566| `arabic-form=(false)`| (initial, warning)| `<null>` |567| `arabic-form=(string 'true')`| (changed, warning)| `"true"` |568| `arabic-form=(string 'false')`| (changed, warning)| `"false"` |569| `arabic-form=(string 'on')`| (changed, warning)| `"on"` |570| `arabic-form=(string 'off')`| (changed, warning)| `"off"` |571| `arabic-form=(symbol)`| (initial, warning)| `<null>` |572| `arabic-form=(function)`| (initial, warning)| `<null>` |573| `arabic-form=(null)`| (initial, warning)| `<null>` |574| `arabic-form=(undefined)`| (initial, warning)| `<null>` |575576## `arabicForm` (on `<glyph>` inside `<svg>`)577| Test Case | Flags | Result |578| --- | --- | --- |579| `arabicForm=(string)`| (changed)| `"a string"` |580| `arabicForm=(empty string)`| (changed)| `<empty string>` |581| `arabicForm=(array with string)`| (changed)| `"string"` |582| `arabicForm=(empty array)`| (changed)| `<empty string>` |583| `arabicForm=(object)`| (changed)| `"result of toString()"` |584| `arabicForm=(numeric string)`| (changed)| `"42"` |585| `arabicForm=(-1)`| (changed)| `"-1"` |586| `arabicForm=(0)`| (changed)| `"0"` |587| `arabicForm=(integer)`| (changed)| `"1"` |588| `arabicForm=(NaN)`| (changed, warning)| `"NaN"` |589| `arabicForm=(float)`| (changed)| `"99.99"` |590| `arabicForm=(true)`| (initial, warning)| `<null>` |591| `arabicForm=(false)`| (initial, warning)| `<null>` |592| `arabicForm=(string 'true')`| (changed)| `"true"` |593| `arabicForm=(string 'false')`| (changed)| `"false"` |594| `arabicForm=(string 'on')`| (changed)| `"on"` |595| `arabicForm=(string 'off')`| (changed)| `"off"` |596| `arabicForm=(symbol)`| (initial, warning)| `<null>` |597| `arabicForm=(function)`| (initial, warning)| `<null>` |598| `arabicForm=(null)`| (initial)| `<null>` |599| `arabicForm=(undefined)`| (initial)| `<null>` |600601## `aria` (on `<div>` inside `<div>`)602| Test Case | Flags | Result |603| --- | --- | --- |604| `aria=(string)`| (changed, warning)| `"a string"` |605| `aria=(empty string)`| (changed, warning)| `<empty string>` |606| `aria=(array with string)`| (changed, warning)| `"string"` |607| `aria=(empty array)`| (changed, warning)| `<empty string>` |608| `aria=(object)`| (changed, warning)| `"result of toString()"` |609| `aria=(numeric string)`| (changed, warning)| `"42"` |610| `aria=(-1)`| (changed, warning)| `"-1"` |611| `aria=(0)`| (changed, warning)| `"0"` |612| `aria=(integer)`| (changed, warning)| `"1"` |613| `aria=(NaN)`| (changed, warning)| `"NaN"` |614| `aria=(float)`| (changed, warning)| `"99.99"` |615| `aria=(true)`| (initial, warning)| `<null>` |616| `aria=(false)`| (initial, warning)| `<null>` |617| `aria=(string 'true')`| (changed, warning)| `"true"` |618| `aria=(string 'false')`| (changed, warning)| `"false"` |619| `aria=(string 'on')`| (changed, warning)| `"on"` |620| `aria=(string 'off')`| (changed, warning)| `"off"` |621| `aria=(symbol)`| (initial, warning)| `<null>` |622| `aria=(function)`| (initial, warning)| `<null>` |623| `aria=(null)`| (initial, warning)| `<null>` |624| `aria=(undefined)`| (initial, warning)| `<null>` |625626## `aria-` (on `<div>` inside `<div>`)627| Test Case | Flags | Result |628| --- | --- | --- |629| `aria-=(string)`| (changed, warning)| `"a string"` |630| `aria-=(empty string)`| (changed, warning)| `<empty string>` |631| `aria-=(array with string)`| (changed, warning)| `"string"` |632| `aria-=(empty array)`| (changed, warning)| `<empty string>` |633| `aria-=(object)`| (changed, warning)| `"result of toString()"` |634| `aria-=(numeric string)`| (changed, warning)| `"42"` |635| `aria-=(-1)`| (changed, warning)| `"-1"` |636| `aria-=(0)`| (changed, warning)| `"0"` |637| `aria-=(integer)`| (changed, warning)| `"1"` |638| `aria-=(NaN)`| (changed, warning)| `"NaN"` |639| `aria-=(float)`| (changed, warning)| `"99.99"` |640| `aria-=(true)`| (changed, warning)| `"true"` |641| `aria-=(false)`| (changed, warning)| `"false"` |642| `aria-=(string 'true')`| (changed, warning)| `"true"` |643| `aria-=(string 'false')`| (changed, warning)| `"false"` |644| `aria-=(string 'on')`| (changed, warning)| `"on"` |645| `aria-=(string 'off')`| (changed, warning)| `"off"` |646| `aria-=(symbol)`| (initial, warning)| `<null>` |647| `aria-=(function)`| (initial, warning)| `<null>` |648| `aria-=(null)`| (initial, warning)| `<null>` |649| `aria-=(undefined)`| (initial, warning)| `<null>` |650651## `aria-hidden` (on `<div>` inside `<div>`)652| Test Case | Flags | Result |653| --- | --- | --- |654| `aria-hidden=(string)`| (changed)| `"a string"` |655| `aria-hidden=(empty string)`| (changed)| `<empty string>` |656| `aria-hidden=(array with string)`| (changed)| `"string"` |657| `aria-hidden=(empty array)`| (changed)| `<empty string>` |658| `aria-hidden=(object)`| (changed)| `"result of toString()"` |659| `aria-hidden=(numeric string)`| (changed)| `"42"` |660| `aria-hidden=(-1)`| (changed)| `"-1"` |661| `aria-hidden=(0)`| (changed)| `"0"` |662| `aria-hidden=(integer)`| (changed)| `"1"` |663| `aria-hidden=(NaN)`| (changed)| `"NaN"` |664| `aria-hidden=(float)`| (changed)| `"99.99"` |665| `aria-hidden=(true)`| (changed)| `"true"` |666| `aria-hidden=(false)`| (changed)| `"false"` |667| `aria-hidden=(string 'true')`| (changed)| `"true"` |668| `aria-hidden=(string 'false')`| (changed)| `"false"` |669| `aria-hidden=(string 'on')`| (changed)| `"on"` |670| `aria-hidden=(string 'off')`| (changed)| `"off"` |671| `aria-hidden=(symbol)`| (initial)| `<null>` |672| `aria-hidden=(function)`| (initial)| `<null>` |673| `aria-hidden=(null)`| (initial)| `<null>` |674| `aria-hidden=(undefined)`| (initial)| `<null>` |675676## `aria-invalidattribute` (on `<div>` inside `<div>`)677| Test Case | Flags | Result |678| --- | --- | --- |679| `aria-invalidattribute=(string)`| (changed, warning)| `"a string"` |680| `aria-invalidattribute=(empty string)`| (changed, warning)| `<empty string>` |681| `aria-invalidattribute=(array with string)`| (changed, warning)| `"string"` |682| `aria-invalidattribute=(empty array)`| (changed, warning)| `<empty string>` |683| `aria-invalidattribute=(object)`| (changed, warning)| `"result of toString()"` |684| `aria-invalidattribute=(numeric string)`| (changed, warning)| `"42"` |685| `aria-invalidattribute=(-1)`| (changed, warning)| `"-1"` |686| `aria-invalidattribute=(0)`| (changed, warning)| `"0"` |687| `aria-invalidattribute=(integer)`| (changed, warning)| `"1"` |688| `aria-invalidattribute=(NaN)`| (changed, warning)| `"NaN"` |689| `aria-invalidattribute=(float)`| (changed, warning)| `"99.99"` |690| `aria-invalidattribute=(true)`| (changed, warning)| `"true"` |691| `aria-invalidattribute=(false)`| (changed, warning)| `"false"` |692| `aria-invalidattribute=(string 'true')`| (changed, warning)| `"true"` |693| `aria-invalidattribute=(string 'false')`| (changed, warning)| `"false"` |694| `aria-invalidattribute=(string 'on')`| (changed, warning)| `"on"` |695| `aria-invalidattribute=(string 'off')`| (changed, warning)| `"off"` |696| `aria-invalidattribute=(symbol)`| (initial, warning)| `<null>` |697| `aria-invalidattribute=(function)`| (initial, warning)| `<null>` |698| `aria-invalidattribute=(null)`| (initial, warning)| `<null>` |699| `aria-invalidattribute=(undefined)`| (initial, warning)| `<null>` |700701## `as` (on `<link>` inside `<div>`)702| Test Case | Flags | Result |703| --- | --- | --- |704| `as=(string)`| (initial)| `<empty string>` |705| `as=(empty string)`| (initial)| `<empty string>` |706| `as=(array with string)`| (initial)| `<empty string>` |707| `as=(empty array)`| (initial)| `<empty string>` |708| `as=(object)`| (initial)| `<empty string>` |709| `as=(numeric string)`| (initial)| `<empty string>` |710| `as=(-1)`| (initial)| `<empty string>` |711| `as=(0)`| (initial)| `<empty string>` |712| `as=(integer)`| (initial)| `<empty string>` |713| `as=(NaN)`| (initial, warning)| `<empty string>` |714| `as=(float)`| (initial)| `<empty string>` |715| `as=(true)`| (initial, warning)| `<empty string>` |716| `as=(false)`| (initial, warning)| `<empty string>` |717| `as=(string 'true')`| (initial)| `<empty string>` |718| `as=(string 'false')`| (initial)| `<empty string>` |719| `as=(string 'on')`| (initial)| `<empty string>` |720| `as=(string 'off')`| (initial)| `<empty string>` |721| `as=(symbol)`| (initial, warning)| `<empty string>` |722| `as=(function)`| (initial, warning)| `<empty string>` |723| `as=(null)`| (initial)| `<empty string>` |724| `as=(undefined)`| (initial)| `<empty string>` |725726## `ascent` (on `<font-face>` inside `<svg>`)727| Test Case | Flags | Result |728| --- | --- | --- |729| `ascent=(string)`| (changed)| `"a string"` |730| `ascent=(empty string)`| (changed)| `<empty string>` |731| `ascent=(array with string)`| (changed)| `"string"` |732| `ascent=(empty array)`| (changed)| `<empty string>` |733| `ascent=(object)`| (changed)| `"result of toString()"` |734| `ascent=(numeric string)`| (changed)| `"42"` |735| `ascent=(-1)`| (changed)| `"-1"` |736| `ascent=(0)`| (changed)| `"0"` |737| `ascent=(integer)`| (changed)| `"1"` |738| `ascent=(NaN)`| (changed, warning)| `"NaN"` |739| `ascent=(float)`| (changed)| `"99.99"` |740| `ascent=(true)`| (initial, warning)| `<null>` |741| `ascent=(false)`| (initial, warning)| `<null>` |742| `ascent=(string 'true')`| (changed)| `"true"` |743| `ascent=(string 'false')`| (changed)| `"false"` |744| `ascent=(string 'on')`| (changed)| `"on"` |745| `ascent=(string 'off')`| (changed)| `"off"` |746| `ascent=(symbol)`| (initial, warning)| `<null>` |747| `ascent=(function)`| (initial, warning)| `<null>` |748| `ascent=(null)`| (initial)| `<null>` |749| `ascent=(undefined)`| (initial)| `<null>` |750751## `async` (on `<script>` inside `<div>`)752| Test Case | Flags | Result |753| --- | --- | --- |754| `async=(string)`| (changed)| `<boolean: true>` |755| `async=(empty string)`| (initial)| `<boolean: false>` |756| `async=(array with string)`| (changed)| `<boolean: true>` |757| `async=(empty array)`| (changed)| `<boolean: true>` |758| `async=(object)`| (changed)| `<boolean: true>` |759| `async=(numeric string)`| (changed)| `<boolean: true>` |760| `async=(-1)`| (changed)| `<boolean: true>` |761| `async=(0)`| (initial)| `<boolean: false>` |762| `async=(integer)`| (changed)| `<boolean: true>` |763| `async=(NaN)`| (initial, warning)| `<boolean: false>` |764| `async=(float)`| (changed)| `<boolean: true>` |765| `async=(true)`| (changed)| `<boolean: true>` |766| `async=(false)`| (initial)| `<boolean: false>` |767| `async=(string 'true')`| (changed, warning)| `<boolean: true>` |768| `async=(string 'false')`| (changed, warning)| `<boolean: true>` |769| `async=(string 'on')`| (changed)| `<boolean: true>` |770| `async=(string 'off')`| (changed)| `<boolean: true>` |771| `async=(symbol)`| (initial, warning)| `<boolean: false>` |772| `async=(function)`| (initial, warning)| `<boolean: false>` |773| `async=(null)`| (initial)| `<boolean: false>` |774| `async=(undefined)`| (initial)| `<boolean: false>` |775776## `attributeName` (on `<animate>` inside `<svg>`)777| Test Case | Flags | Result |778| --- | --- | --- |779| `attributeName=(string)`| (changed)| `"a string"` |780| `attributeName=(empty string)`| (changed)| `<empty string>` |781| `attributeName=(array with string)`| (changed)| `"string"` |782| `attributeName=(empty array)`| (changed)| `<empty string>` |783| `attributeName=(object)`| (changed)| `"result of toString()"` |784| `attributeName=(numeric string)`| (changed)| `"42"` |785| `attributeName=(-1)`| (changed)| `"-1"` |786| `attributeName=(0)`| (changed)| `"0"` |787| `attributeName=(integer)`| (changed)| `"1"` |788| `attributeName=(NaN)`| (changed, warning)| `"NaN"` |789| `attributeName=(float)`| (changed)| `"99.99"` |790| `attributeName=(true)`| (initial, warning)| `<null>` |791| `attributeName=(false)`| (initial, warning)| `<null>` |792| `attributeName=(string 'true')`| (changed)| `"true"` |793| `attributeName=(string 'false')`| (changed)| `"false"` |794| `attributeName=(string 'on')`| (changed)| `"on"` |795| `attributeName=(string 'off')`| (changed)| `"off"` |796| `attributeName=(symbol)`| (initial, warning)| `<null>` |797| `attributeName=(function)`| (initial, warning)| `<null>` |798| `attributeName=(null)`| (initial)| `<null>` |799| `attributeName=(undefined)`| (initial)| `<null>` |800801## `attributeType` (on `<animate>` inside `<svg>`)802| Test Case | Flags | Result |803| --- | --- | --- |804| `attributeType=(string)`| (changed)| `"a string"` |805| `attributeType=(empty string)`| (changed)| `<empty string>` |806| `attributeType=(array with string)`| (changed)| `"string"` |807| `attributeType=(empty array)`| (changed)| `<empty string>` |808| `attributeType=(object)`| (changed)| `"result of toString()"` |809| `attributeType=(numeric string)`| (changed)| `"42"` |810| `attributeType=(-1)`| (changed)| `"-1"` |811| `attributeType=(0)`| (changed)| `"0"` |812| `attributeType=(integer)`| (changed)| `"1"` |813| `attributeType=(NaN)`| (changed, warning)| `"NaN"` |814| `attributeType=(float)`| (changed)| `"99.99"` |815| `attributeType=(true)`| (initial, warning)| `<null>` |816| `attributeType=(false)`| (initial, warning)| `<null>` |817| `attributeType=(string 'true')`| (changed)| `"true"` |818| `attributeType=(string 'false')`| (changed)| `"false"` |819| `attributeType=(string 'on')`| (changed)| `"on"` |820| `attributeType=(string 'off')`| (changed)| `"off"` |821| `attributeType=(symbol)`| (initial, warning)| `<null>` |822| `attributeType=(function)`| (initial, warning)| `<null>` |823| `attributeType=(null)`| (initial)| `<null>` |824| `attributeType=(undefined)`| (initial)| `<null>` |825826## `autoCapitalize` (on `<input>` inside `<div>`)827| Test Case | Flags | Result |828| --- | --- | --- |829| `autoCapitalize=(string)`| (changed)| `"words"` |830| `autoCapitalize=(empty string)`| (initial)| `<empty string>` |831| `autoCapitalize=(array with string)`| (changed)| `"words"` |832| `autoCapitalize=(empty array)`| (initial)| `<empty string>` |833| `autoCapitalize=(object)`| (changed)| `"sentences"` |834| `autoCapitalize=(numeric string)`| (changed)| `"sentences"` |835| `autoCapitalize=(-1)`| (changed)| `"sentences"` |836| `autoCapitalize=(0)`| (changed)| `"sentences"` |837| `autoCapitalize=(integer)`| (changed)| `"sentences"` |838| `autoCapitalize=(NaN)`| (changed, warning)| `"sentences"` |839| `autoCapitalize=(float)`| (changed)| `"sentences"` |840| `autoCapitalize=(true)`| (initial, warning)| `<empty string>` |841| `autoCapitalize=(false)`| (initial, warning)| `<empty string>` |842| `autoCapitalize=(string 'true')`| (changed)| `"sentences"` |843| `autoCapitalize=(string 'false')`| (changed)| `"sentences"` |844| `autoCapitalize=(string 'on')`| (changed)| `"sentences"` |845| `autoCapitalize=(string 'off')`| (changed)| `"none"` |846| `autoCapitalize=(symbol)`| (initial, warning)| `<empty string>` |847| `autoCapitalize=(function)`| (initial, warning)| `<empty string>` |848| `autoCapitalize=(null)`| (initial)| `<empty string>` |849| `autoCapitalize=(undefined)`| (initial)| `<empty string>` |850851## `autoComplete` (on `<input>` inside `<div>`)852| Test Case | Flags | Result |853| --- | --- | --- |854| `autoComplete=(string)`| (changed)| `"email"` |855| `autoComplete=(empty string)`| (initial)| `<empty string>` |856| `autoComplete=(array with string)`| (changed)| `"email"` |857| `autoComplete=(empty array)`| (initial)| `<empty string>` |858| `autoComplete=(object)`| (initial)| `<empty string>` |859| `autoComplete=(numeric string)`| (initial)| `<empty string>` |860| `autoComplete=(-1)`| (initial)| `<empty string>` |861| `autoComplete=(0)`| (initial)| `<empty string>` |862| `autoComplete=(integer)`| (initial)| `<empty string>` |863| `autoComplete=(NaN)`| (initial, warning)| `<empty string>` |864| `autoComplete=(float)`| (initial)| `<empty string>` |865| `autoComplete=(true)`| (initial, warning)| `<empty string>` |866| `autoComplete=(false)`| (initial, warning)| `<empty string>` |867| `autoComplete=(string 'true')`| (initial)| `<empty string>` |868| `autoComplete=(string 'false')`| (initial)| `<empty string>` |869| `autoComplete=(string 'on')`| (changed)| `"on"` |870| `autoComplete=(string 'off')`| (changed)| `"off"` |871| `autoComplete=(symbol)`| (initial, warning)| `<empty string>` |872| `autoComplete=(function)`| (initial, warning)| `<empty string>` |873| `autoComplete=(null)`| (initial)| `<empty string>` |874| `autoComplete=(undefined)`| (initial)| `<empty string>` |875876## `autoCorrect` (on `<input>` inside `<div>`)877| Test Case | Flags | Result |878| --- | --- | --- |879| `autoCorrect=(string)`| (changed)| `"off"` |880| `autoCorrect=(empty string)`| (changed)| `<empty string>` |881| `autoCorrect=(array with string)`| (changed)| `"off"` |882| `autoCorrect=(empty array)`| (changed)| `<empty string>` |883| `autoCorrect=(object)`| (changed)| `"result of toString()"` |884| `autoCorrect=(numeric string)`| (changed)| `"42"` |885| `autoCorrect=(-1)`| (changed)| `"-1"` |886| `autoCorrect=(0)`| (changed)| `"0"` |887| `autoCorrect=(integer)`| (changed)| `"1"` |888| `autoCorrect=(NaN)`| (changed, warning)| `"NaN"` |889| `autoCorrect=(float)`| (changed)| `"99.99"` |890| `autoCorrect=(true)`| (initial, warning)| `<null>` |891| `autoCorrect=(false)`| (initial, warning)| `<null>` |892| `autoCorrect=(string 'true')`| (changed)| `"true"` |893| `autoCorrect=(string 'false')`| (changed)| `"false"` |894| `autoCorrect=(string 'on')`| (changed)| `"on"` |895| `autoCorrect=(string 'off')`| (changed)| `"off"` |896| `autoCorrect=(symbol)`| (initial, warning)| `<null>` |897| `autoCorrect=(function)`| (initial, warning)| `<null>` |898| `autoCorrect=(null)`| (initial)| `<null>` |899| `autoCorrect=(undefined)`| (initial)| `<null>` |900901## `autoPlay` (on `<video>` inside `<div>`)902| Test Case | Flags | Result |903| --- | --- | --- |904| `autoPlay=(string)`| (changed)| `<boolean: true>` |905| `autoPlay=(empty string)`| (initial)| `<boolean: false>` |906| `autoPlay=(array with string)`| (changed)| `<boolean: true>` |907| `autoPlay=(empty array)`| (changed)| `<boolean: true>` |908| `autoPlay=(object)`| (changed)| `<boolean: true>` |909| `autoPlay=(numeric string)`| (changed)| `<boolean: true>` |910| `autoPlay=(-1)`| (changed)| `<boolean: true>` |911| `autoPlay=(0)`| (initial)| `<boolean: false>` |912| `autoPlay=(integer)`| (changed)| `<boolean: true>` |913| `autoPlay=(NaN)`| (initial, warning)| `<boolean: false>` |914| `autoPlay=(float)`| (changed)| `<boolean: true>` |915| `autoPlay=(true)`| (changed)| `<boolean: true>` |916| `autoPlay=(false)`| (initial)| `<boolean: false>` |917| `autoPlay=(string 'true')`| (changed, warning)| `<boolean: true>` |918| `autoPlay=(string 'false')`| (changed, warning)| `<boolean: true>` |919| `autoPlay=(string 'on')`| (changed)| `<boolean: true>` |920| `autoPlay=(string 'off')`| (changed)| `<boolean: true>` |921| `autoPlay=(symbol)`| (initial, warning)| `<boolean: false>` |922| `autoPlay=(function)`| (initial, warning)| `<boolean: false>` |923| `autoPlay=(null)`| (initial)| `<boolean: false>` |924| `autoPlay=(undefined)`| (initial)| `<boolean: false>` |925926## `autoReverse` (on `<animate>` inside `<svg>`)927| Test Case | Flags | Result |928| --- | --- | --- |929| `autoReverse=(string)`| (initial, ssr mismatch)| `<null>` |930| `autoReverse=(empty string)`| (initial, ssr mismatch)| `<null>` |931| `autoReverse=(array with string)`| (initial, ssr mismatch)| `<null>` |932| `autoReverse=(empty array)`| (initial, ssr mismatch)| `<null>` |933| `autoReverse=(object)`| (initial, ssr mismatch)| `<null>` |934| `autoReverse=(numeric string)`| (initial, ssr mismatch)| `<null>` |935| `autoReverse=(-1)`| (initial, ssr mismatch)| `<null>` |936| `autoReverse=(0)`| (initial, ssr mismatch)| `<null>` |937| `autoReverse=(integer)`| (initial, ssr mismatch)| `<null>` |938| `autoReverse=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |939| `autoReverse=(float)`| (initial, ssr mismatch)| `<null>` |940| `autoReverse=(true)`| (initial, ssr mismatch)| `<null>` |941| `autoReverse=(false)`| (initial, ssr mismatch)| `<null>` |942| `autoReverse=(string 'true')`| (initial, ssr mismatch)| `<null>` |943| `autoReverse=(string 'false')`| (initial, ssr mismatch)| `<null>` |944| `autoReverse=(string 'on')`| (initial, ssr mismatch)| `<null>` |945| `autoReverse=(string 'off')`| (initial, ssr mismatch)| `<null>` |946| `autoReverse=(symbol)`| (initial, warning)| `<null>` |947| `autoReverse=(function)`| (initial, warning)| `<null>` |948| `autoReverse=(null)`| (initial)| `<null>` |949| `autoReverse=(undefined)`| (initial)| `<null>` |950951## `autoSave` (on `<input>` inside `<div>`)952| Test Case | Flags | Result |953| --- | --- | --- |954| `autoSave=(string)`| (changed)| `"a string"` |955| `autoSave=(empty string)`| (changed)| `<empty string>` |956| `autoSave=(array with string)`| (changed)| `"string"` |957| `autoSave=(empty array)`| (changed)| `<empty string>` |958| `autoSave=(object)`| (changed)| `"result of toString()"` |959| `autoSave=(numeric string)`| (changed)| `"42"` |960| `autoSave=(-1)`| (changed)| `"-1"` |961| `autoSave=(0)`| (changed)| `"0"` |962| `autoSave=(integer)`| (changed)| `"1"` |963| `autoSave=(NaN)`| (changed, warning)| `"NaN"` |964| `autoSave=(float)`| (changed)| `"99.99"` |965| `autoSave=(true)`| (initial, warning)| `<null>` |966| `autoSave=(false)`| (initial, warning)| `<null>` |967| `autoSave=(string 'true')`| (changed)| `"true"` |968| `autoSave=(string 'false')`| (changed)| `"false"` |969| `autoSave=(string 'on')`| (changed)| `"on"` |970| `autoSave=(string 'off')`| (changed)| `"off"` |971| `autoSave=(symbol)`| (initial, warning)| `<null>` |972| `autoSave=(function)`| (initial, warning)| `<null>` |973| `autoSave=(null)`| (initial)| `<null>` |974| `autoSave=(undefined)`| (initial)| `<null>` |975976## `azimuth` (on `<feDistantLight>` inside `<svg>`)977| Test Case | Flags | Result |978| --- | --- | --- |979| `azimuth=(string)`| (initial)| `<number: 0>` |980| `azimuth=(empty string)`| (initial)| `<number: 0>` |981| `azimuth=(array with string)`| (initial)| `<number: 0>` |982| `azimuth=(empty array)`| (initial)| `<number: 0>` |983| `azimuth=(object)`| (initial)| `<number: 0>` |984| `azimuth=(numeric string)`| (changed)| `<number: 42>` |985| `azimuth=(-1)`| (changed)| `<number: -1>` |986| `azimuth=(0)`| (initial)| `<number: 0>` |987| `azimuth=(integer)`| (changed)| `<number: 1>` |988| `azimuth=(NaN)`| (initial, warning)| `<number: 0>` |989| `azimuth=(float)`| (changed)| `<number: 99.98999786376953>` |990| `azimuth=(true)`| (initial, warning)| `<number: 0>` |991| `azimuth=(false)`| (initial, warning)| `<number: 0>` |992| `azimuth=(string 'true')`| (initial)| `<number: 0>` |993| `azimuth=(string 'false')`| (initial)| `<number: 0>` |994| `azimuth=(string 'on')`| (initial)| `<number: 0>` |995| `azimuth=(string 'off')`| (initial)| `<number: 0>` |996| `azimuth=(symbol)`| (initial, warning)| `<number: 0>` |997| `azimuth=(function)`| (initial, warning)| `<number: 0>` |998| `azimuth=(null)`| (initial)| `<number: 0>` |999| `azimuth=(undefined)`| (initial)| `<number: 0>` |10001001## `baseFrequency` (on `<feTurbulence>` inside `<svg>`)1002| Test Case | Flags | Result |1003| --- | --- | --- |1004| `baseFrequency=(string)`| (changed)| `"a string"` |1005| `baseFrequency=(empty string)`| (changed)| `<empty string>` |1006| `baseFrequency=(array with string)`| (changed)| `"string"` |1007| `baseFrequency=(empty array)`| (changed)| `<empty string>` |1008| `baseFrequency=(object)`| (changed)| `"result of toString()"` |1009| `baseFrequency=(numeric string)`| (changed)| `"42"` |1010| `baseFrequency=(-1)`| (changed)| `"-1"` |1011| `baseFrequency=(0)`| (changed)| `"0"` |1012| `baseFrequency=(integer)`| (changed)| `"1"` |1013| `baseFrequency=(NaN)`| (changed, warning)| `"NaN"` |1014| `baseFrequency=(float)`| (changed)| `"99.99"` |1015| `baseFrequency=(true)`| (initial, warning)| `<null>` |1016| `baseFrequency=(false)`| (initial, warning)| `<null>` |1017| `baseFrequency=(string 'true')`| (changed)| `"true"` |1018| `baseFrequency=(string 'false')`| (changed)| `"false"` |1019| `baseFrequency=(string 'on')`| (changed)| `"on"` |1020| `baseFrequency=(string 'off')`| (changed)| `"off"` |1021| `baseFrequency=(symbol)`| (initial, warning)| `<null>` |1022| `baseFrequency=(function)`| (initial, warning)| `<null>` |1023| `baseFrequency=(null)`| (initial)| `<null>` |1024| `baseFrequency=(undefined)`| (initial)| `<null>` |10251026## `baseline-shift` (on `<textPath>` inside `<svg>`)1027| Test Case | Flags | Result |1028| --- | --- | --- |1029| `baseline-shift=(string)`| (changed, warning)| `"a string"` |1030| `baseline-shift=(empty string)`| (changed, warning)| `<empty string>` |1031| `baseline-shift=(array with string)`| (changed, warning)| `"string"` |1032| `baseline-shift=(empty array)`| (changed, warning)| `<empty string>` |1033| `baseline-shift=(object)`| (changed, warning)| `"result of toString()"` |1034| `baseline-shift=(numeric string)`| (changed, warning)| `"42"` |1035| `baseline-shift=(-1)`| (changed, warning)| `"-1"` |1036| `baseline-shift=(0)`| (changed, warning)| `"0"` |1037| `baseline-shift=(integer)`| (changed, warning)| `"1"` |1038| `baseline-shift=(NaN)`| (changed, warning)| `"NaN"` |1039| `baseline-shift=(float)`| (changed, warning)| `"99.99"` |1040| `baseline-shift=(true)`| (initial, warning)| `<null>` |1041| `baseline-shift=(false)`| (initial, warning)| `<null>` |1042| `baseline-shift=(string 'true')`| (changed, warning)| `"true"` |1043| `baseline-shift=(string 'false')`| (changed, warning)| `"false"` |1044| `baseline-shift=(string 'on')`| (changed, warning)| `"on"` |1045| `baseline-shift=(string 'off')`| (changed, warning)| `"off"` |1046| `baseline-shift=(symbol)`| (initial, warning)| `<null>` |1047| `baseline-shift=(function)`| (initial, warning)| `<null>` |1048| `baseline-shift=(null)`| (initial, warning)| `<null>` |1049| `baseline-shift=(undefined)`| (initial, warning)| `<null>` |10501051## `baselineShift` (on `<textPath>` inside `<svg>`)1052| Test Case | Flags | Result |1053| --- | --- | --- |1054| `baselineShift=(string)`| (changed)| `"a string"` |1055| `baselineShift=(empty string)`| (changed)| `<empty string>` |1056| `baselineShift=(array with string)`| (changed)| `"string"` |1057| `baselineShift=(empty array)`| (changed)| `<empty string>` |1058| `baselineShift=(object)`| (changed)| `"result of toString()"` |1059| `baselineShift=(numeric string)`| (changed)| `"42"` |1060| `baselineShift=(-1)`| (changed)| `"-1"` |1061| `baselineShift=(0)`| (changed)| `"0"` |1062| `baselineShift=(integer)`| (changed)| `"1"` |1063| `baselineShift=(NaN)`| (changed, warning)| `"NaN"` |1064| `baselineShift=(float)`| (changed)| `"99.99"` |1065| `baselineShift=(true)`| (initial, warning)| `<null>` |1066| `baselineShift=(false)`| (initial, warning)| `<null>` |1067| `baselineShift=(string 'true')`| (changed)| `"true"` |1068| `baselineShift=(string 'false')`| (changed)| `"false"` |1069| `baselineShift=(string 'on')`| (changed)| `"on"` |1070| `baselineShift=(string 'off')`| (changed)| `"off"` |1071| `baselineShift=(symbol)`| (initial, warning)| `<null>` |1072| `baselineShift=(function)`| (initial, warning)| `<null>` |1073| `baselineShift=(null)`| (initial)| `<null>` |1074| `baselineShift=(undefined)`| (initial)| `<null>` |10751076## `baseProfile` (on `<svg>` inside `<div>`)1077| Test Case | Flags | Result |1078| --- | --- | --- |1079| `baseProfile=(string)`| (changed)| `"a string"` |1080| `baseProfile=(empty string)`| (changed)| `<empty string>` |1081| `baseProfile=(array with string)`| (changed)| `"string"` |1082| `baseProfile=(empty array)`| (changed)| `<empty string>` |1083| `baseProfile=(object)`| (changed)| `"result of toString()"` |1084| `baseProfile=(numeric string)`| (changed)| `"42"` |1085| `baseProfile=(-1)`| (changed)| `"-1"` |1086| `baseProfile=(0)`| (changed)| `"0"` |1087| `baseProfile=(integer)`| (changed)| `"1"` |1088| `baseProfile=(NaN)`| (changed, warning)| `"NaN"` |1089| `baseProfile=(float)`| (changed)| `"99.99"` |1090| `baseProfile=(true)`| (initial, warning)| `<null>` |1091| `baseProfile=(false)`| (initial, warning)| `<null>` |1092| `baseProfile=(string 'true')`| (changed)| `"true"` |1093| `baseProfile=(string 'false')`| (changed)| `"false"` |1094| `baseProfile=(string 'on')`| (changed)| `"on"` |1095| `baseProfile=(string 'off')`| (changed)| `"off"` |1096| `baseProfile=(symbol)`| (initial, warning)| `<null>` |1097| `baseProfile=(function)`| (initial, warning)| `<null>` |1098| `baseProfile=(null)`| (initial)| `<null>` |1099| `baseProfile=(undefined)`| (initial)| `<null>` |11001101## `bbox` (on `<font-face>` inside `<svg>`)1102| Test Case | Flags | Result |1103| --- | --- | --- |1104| `bbox=(string)`| (changed)| `"a string"` |1105| `bbox=(empty string)`| (changed)| `<empty string>` |1106| `bbox=(array with string)`| (changed)| `"string"` |1107| `bbox=(empty array)`| (changed)| `<empty string>` |1108| `bbox=(object)`| (changed)| `"result of toString()"` |1109| `bbox=(numeric string)`| (changed)| `"42"` |1110| `bbox=(-1)`| (changed)| `"-1"` |1111| `bbox=(0)`| (changed)| `"0"` |1112| `bbox=(integer)`| (changed)| `"1"` |1113| `bbox=(NaN)`| (changed, warning)| `"NaN"` |1114| `bbox=(float)`| (changed)| `"99.99"` |1115| `bbox=(true)`| (initial, warning)| `<null>` |1116| `bbox=(false)`| (initial, warning)| `<null>` |1117| `bbox=(string 'true')`| (changed)| `"true"` |1118| `bbox=(string 'false')`| (changed)| `"false"` |1119| `bbox=(string 'on')`| (changed)| `"on"` |1120| `bbox=(string 'off')`| (changed)| `"off"` |1121| `bbox=(symbol)`| (initial, warning)| `<null>` |1122| `bbox=(function)`| (initial, warning)| `<null>` |1123| `bbox=(null)`| (initial)| `<null>` |1124| `bbox=(undefined)`| (initial)| `<null>` |11251126## `begin` (on `<animate>` inside `<svg>`)1127| Test Case | Flags | Result |1128| --- | --- | --- |1129| `begin=(string)`| (changed)| `"a string"` |1130| `begin=(empty string)`| (changed)| `<empty string>` |1131| `begin=(array with string)`| (changed)| `"string"` |1132| `begin=(empty array)`| (changed)| `<empty string>` |1133| `begin=(object)`| (changed)| `"result of toString()"` |1134| `begin=(numeric string)`| (changed)| `"42"` |1135| `begin=(-1)`| (changed)| `"-1"` |1136| `begin=(0)`| (changed)| `"0"` |1137| `begin=(integer)`| (changed)| `"1"` |1138| `begin=(NaN)`| (changed, warning)| `"NaN"` |1139| `begin=(float)`| (changed)| `"99.99"` |1140| `begin=(true)`| (initial, warning)| `<null>` |1141| `begin=(false)`| (initial, warning)| `<null>` |1142| `begin=(string 'true')`| (changed)| `"true"` |1143| `begin=(string 'false')`| (changed)| `"false"` |1144| `begin=(string 'on')`| (changed)| `"on"` |1145| `begin=(string 'off')`| (changed)| `"off"` |1146| `begin=(symbol)`| (initial, warning)| `<null>` |1147| `begin=(function)`| (initial, warning)| `<null>` |1148| `begin=(null)`| (initial)| `<null>` |1149| `begin=(undefined)`| (initial)| `<null>` |11501151## `bias` (on `<feConvolveMatrix>` inside `<svg>`)1152| Test Case | Flags | Result |1153| --- | --- | --- |1154| `bias=(string)`| (initial)| `<number: 0>` |1155| `bias=(empty string)`| (initial)| `<number: 0>` |1156| `bias=(array with string)`| (initial)| `<number: 0>` |1157| `bias=(empty array)`| (initial)| `<number: 0>` |1158| `bias=(object)`| (initial)| `<number: 0>` |1159| `bias=(numeric string)`| (changed)| `<number: 42>` |1160| `bias=(-1)`| (changed)| `<number: -1>` |1161| `bias=(0)`| (initial)| `<number: 0>` |1162| `bias=(integer)`| (changed)| `<number: 1>` |1163| `bias=(NaN)`| (initial, warning)| `<number: 0>` |1164| `bias=(float)`| (changed)| `<number: 99.98999786376953>` |1165| `bias=(true)`| (initial, warning)| `<number: 0>` |1166| `bias=(false)`| (initial, warning)| `<number: 0>` |1167| `bias=(string 'true')`| (initial)| `<number: 0>` |1168| `bias=(string 'false')`| (initial)| `<number: 0>` |1169| `bias=(string 'on')`| (initial)| `<number: 0>` |1170| `bias=(string 'off')`| (initial)| `<number: 0>` |1171| `bias=(symbol)`| (initial, warning)| `<number: 0>` |1172| `bias=(function)`| (initial, warning)| `<number: 0>` |1173| `bias=(null)`| (initial)| `<number: 0>` |1174| `bias=(undefined)`| (initial)| `<number: 0>` |11751176## `by` (on `<animate>` inside `<svg>`)1177| Test Case | Flags | Result |1178| --- | --- | --- |1179| `by=(string)`| (changed)| `"a string"` |1180| `by=(empty string)`| (changed)| `<empty string>` |1181| `by=(array with string)`| (changed)| `"string"` |1182| `by=(empty array)`| (changed)| `<empty string>` |1183| `by=(object)`| (changed)| `"result of toString()"` |1184| `by=(numeric string)`| (changed)| `"42"` |1185| `by=(-1)`| (changed)| `"-1"` |1186| `by=(0)`| (changed)| `"0"` |1187| `by=(integer)`| (changed)| `"1"` |1188| `by=(NaN)`| (changed, warning)| `"NaN"` |1189| `by=(float)`| (changed)| `"99.99"` |1190| `by=(true)`| (initial, warning)| `<null>` |1191| `by=(false)`| (initial, warning)| `<null>` |1192| `by=(string 'true')`| (changed)| `"true"` |1193| `by=(string 'false')`| (changed)| `"false"` |1194| `by=(string 'on')`| (changed)| `"on"` |1195| `by=(string 'off')`| (changed)| `"off"` |1196| `by=(symbol)`| (initial, warning)| `<null>` |1197| `by=(function)`| (initial, warning)| `<null>` |1198| `by=(null)`| (initial)| `<null>` |1199| `by=(undefined)`| (initial)| `<null>` |12001201## `calcMode` (on `<animate>` inside `<svg>`)1202| Test Case | Flags | Result |1203| --- | --- | --- |1204| `calcMode=(string)`| (changed)| `"discrete"` |1205| `calcMode=(empty string)`| (changed)| `<empty string>` |1206| `calcMode=(array with string)`| (changed)| `"discrete"` |1207| `calcMode=(empty array)`| (changed)| `<empty string>` |1208| `calcMode=(object)`| (changed)| `"result of toString()"` |1209| `calcMode=(numeric string)`| (changed)| `"42"` |1210| `calcMode=(-1)`| (changed)| `"-1"` |1211| `calcMode=(0)`| (changed)| `"0"` |1212| `calcMode=(integer)`| (changed)| `"1"` |1213| `calcMode=(NaN)`| (changed, warning)| `"NaN"` |1214| `calcMode=(float)`| (changed)| `"99.99"` |1215| `calcMode=(true)`| (initial, warning)| `<null>` |1216| `calcMode=(false)`| (initial, warning)| `<null>` |1217| `calcMode=(string 'true')`| (changed)| `"true"` |1218| `calcMode=(string 'false')`| (changed)| `"false"` |1219| `calcMode=(string 'on')`| (changed)| `"on"` |1220| `calcMode=(string 'off')`| (changed)| `"off"` |1221| `calcMode=(symbol)`| (initial, warning)| `<null>` |1222| `calcMode=(function)`| (initial, warning)| `<null>` |1223| `calcMode=(null)`| (initial)| `<null>` |1224| `calcMode=(undefined)`| (initial)| `<null>` |12251226## `cap-height` (on `<font-face>` inside `<svg>`)1227| Test Case | Flags | Result |1228| --- | --- | --- |1229| `cap-height=(string)`| (changed, warning)| `"a string"` |1230| `cap-height=(empty string)`| (changed, warning)| `<empty string>` |1231| `cap-height=(array with string)`| (changed, warning)| `"string"` |1232| `cap-height=(empty array)`| (changed, warning)| `<empty string>` |1233| `cap-height=(object)`| (changed, warning)| `"result of toString()"` |1234| `cap-height=(numeric string)`| (changed, warning)| `"42"` |1235| `cap-height=(-1)`| (changed, warning)| `"-1"` |1236| `cap-height=(0)`| (changed, warning)| `"0"` |1237| `cap-height=(integer)`| (changed, warning)| `"1"` |1238| `cap-height=(NaN)`| (changed, warning)| `"NaN"` |1239| `cap-height=(float)`| (changed, warning)| `"99.99"` |1240| `cap-height=(true)`| (initial, warning)| `<null>` |1241| `cap-height=(false)`| (initial, warning)| `<null>` |1242| `cap-height=(string 'true')`| (changed, warning)| `"true"` |1243| `cap-height=(string 'false')`| (changed, warning)| `"false"` |1244| `cap-height=(string 'on')`| (changed, warning)| `"on"` |1245| `cap-height=(string 'off')`| (changed, warning)| `"off"` |1246| `cap-height=(symbol)`| (initial, warning)| `<null>` |1247| `cap-height=(function)`| (initial, warning)| `<null>` |1248| `cap-height=(null)`| (initial, warning)| `<null>` |1249| `cap-height=(undefined)`| (initial, warning)| `<null>` |12501251## `capHeight` (on `<font-face>` inside `<svg>`)1252| Test Case | Flags | Result |1253| --- | --- | --- |1254| `capHeight=(string)`| (changed)| `"a string"` |1255| `capHeight=(empty string)`| (changed)| `<empty string>` |1256| `capHeight=(array with string)`| (changed)| `"string"` |1257| `capHeight=(empty array)`| (changed)| `<empty string>` |1258| `capHeight=(object)`| (changed)| `"result of toString()"` |1259| `capHeight=(numeric string)`| (changed)| `"42"` |1260| `capHeight=(-1)`| (changed)| `"-1"` |1261| `capHeight=(0)`| (changed)| `"0"` |1262| `capHeight=(integer)`| (changed)| `"1"` |1263| `capHeight=(NaN)`| (changed, warning)| `"NaN"` |1264| `capHeight=(float)`| (changed)| `"99.99"` |1265| `capHeight=(true)`| (initial, warning)| `<null>` |1266| `capHeight=(false)`| (initial, warning)| `<null>` |1267| `capHeight=(string 'true')`| (changed)| `"true"` |1268| `capHeight=(string 'false')`| (changed)| `"false"` |1269| `capHeight=(string 'on')`| (changed)| `"on"` |1270| `capHeight=(string 'off')`| (changed)| `"off"` |1271| `capHeight=(symbol)`| (initial, warning)| `<null>` |1272| `capHeight=(function)`| (initial, warning)| `<null>` |1273| `capHeight=(null)`| (initial)| `<null>` |1274| `capHeight=(undefined)`| (initial)| `<null>` |12751276## `capture` (on `<input>` inside `<div>`)1277| Test Case | Flags | Result |1278| --- | --- | --- |1279| `capture=(string)`| (changed)| `"environment"` |1280| `capture=(empty string)`| (changed)| `<empty string>` |1281| `capture=(array with string)`| (changed)| `"environment"` |1282| `capture=(empty array)`| (changed)| `<empty string>` |1283| `capture=(object)`| (changed)| `"result of toString()"` |1284| `capture=(numeric string)`| (changed)| `"42"` |1285| `capture=(-1)`| (changed)| `"-1"` |1286| `capture=(0)`| (changed)| `"0"` |1287| `capture=(integer)`| (changed)| `"1"` |1288| `capture=(NaN)`| (changed, warning)| `"NaN"` |1289| `capture=(float)`| (changed)| `"99.99"` |1290| `capture=(true)`| (changed)| `<empty string>` |1291| `capture=(false)`| (initial)| `<null>` |1292| `capture=(string 'true')`| (changed)| `"true"` |1293| `capture=(string 'false')`| (changed)| `"false"` |1294| `capture=(string 'on')`| (changed)| `"on"` |1295| `capture=(string 'off')`| (changed)| `"off"` |1296| `capture=(symbol)`| (initial, warning)| `<null>` |1297| `capture=(function)`| (initial, warning)| `<null>` |1298| `capture=(null)`| (initial)| `<null>` |1299| `capture=(undefined)`| (initial)| `<null>` |13001301## `cellPadding` (on `<table>` inside `<div>`)1302| Test Case | Flags | Result |1303| --- | --- | --- |1304| `cellPadding=(string)`| (changed)| `"a string"` |1305| `cellPadding=(empty string)`| (initial)| `<empty string>` |1306| `cellPadding=(array with string)`| (changed)| `"string"` |1307| `cellPadding=(empty array)`| (initial)| `<empty string>` |1308| `cellPadding=(object)`| (changed)| `"result of toString()"` |1309| `cellPadding=(numeric string)`| (changed)| `"42"` |1310| `cellPadding=(-1)`| (changed)| `"-1"` |1311| `cellPadding=(0)`| (changed)| `"0"` |1312| `cellPadding=(integer)`| (changed)| `"1"` |1313| `cellPadding=(NaN)`| (changed, warning)| `"NaN"` |1314| `cellPadding=(float)`| (changed)| `"99.99"` |1315| `cellPadding=(true)`| (initial, warning)| `<empty string>` |1316| `cellPadding=(false)`| (initial, warning)| `<empty string>` |1317| `cellPadding=(string 'true')`| (changed)| `"true"` |1318| `cellPadding=(string 'false')`| (changed)| `"false"` |1319| `cellPadding=(string 'on')`| (changed)| `"on"` |1320| `cellPadding=(string 'off')`| (changed)| `"off"` |1321| `cellPadding=(symbol)`| (initial, warning)| `<empty string>` |1322| `cellPadding=(function)`| (initial, warning)| `<empty string>` |1323| `cellPadding=(null)`| (initial)| `<empty string>` |1324| `cellPadding=(undefined)`| (initial)| `<empty string>` |13251326## `cellSpacing` (on `<table>` inside `<div>`)1327| Test Case | Flags | Result |1328| --- | --- | --- |1329| `cellSpacing=(string)`| (changed)| `"a string"` |1330| `cellSpacing=(empty string)`| (initial)| `<empty string>` |1331| `cellSpacing=(array with string)`| (changed)| `"string"` |1332| `cellSpacing=(empty array)`| (initial)| `<empty string>` |1333| `cellSpacing=(object)`| (changed)| `"result of toString()"` |1334| `cellSpacing=(numeric string)`| (changed)| `"42"` |1335| `cellSpacing=(-1)`| (changed)| `"-1"` |1336| `cellSpacing=(0)`| (changed)| `"0"` |1337| `cellSpacing=(integer)`| (changed)| `"1"` |1338| `cellSpacing=(NaN)`| (changed, warning)| `"NaN"` |1339| `cellSpacing=(float)`| (changed)| `"99.99"` |1340| `cellSpacing=(true)`| (initial, warning)| `<empty string>` |1341| `cellSpacing=(false)`| (initial, warning)| `<empty string>` |1342| `cellSpacing=(string 'true')`| (changed)| `"true"` |1343| `cellSpacing=(string 'false')`| (changed)| `"false"` |1344| `cellSpacing=(string 'on')`| (changed)| `"on"` |1345| `cellSpacing=(string 'off')`| (changed)| `"off"` |1346| `cellSpacing=(symbol)`| (initial, warning)| `<empty string>` |1347| `cellSpacing=(function)`| (initial, warning)| `<empty string>` |1348| `cellSpacing=(null)`| (initial)| `<empty string>` |1349| `cellSpacing=(undefined)`| (initial)| `<empty string>` |13501351## `challenge` (on `<keygen>` inside `<div>`)1352| Test Case | Flags | Result |1353| --- | --- | --- |1354| `challenge=(string)`| (changed, warning, ssr warning)| `"a string"` |1355| `challenge=(empty string)`| (changed, warning, ssr warning)| `<empty string>` |1356| `challenge=(array with string)`| (changed, warning, ssr warning)| `"string"` |1357| `challenge=(empty array)`| (changed, warning, ssr warning)| `<empty string>` |1358| `challenge=(object)`| (changed, warning, ssr warning)| `"result of toString()"` |1359| `challenge=(numeric string)`| (changed, warning, ssr warning)| `"42"` |1360| `challenge=(-1)`| (changed, warning, ssr warning)| `"-1"` |1361| `challenge=(0)`| (changed, warning, ssr warning)| `"0"` |1362| `challenge=(integer)`| (changed, warning, ssr warning)| `"1"` |1363| `challenge=(NaN)`| (changed, warning)| `"NaN"` |1364| `challenge=(float)`| (changed, warning, ssr warning)| `"99.99"` |1365| `challenge=(true)`| (initial, warning)| `<null>` |1366| `challenge=(false)`| (initial, warning)| `<null>` |1367| `challenge=(string 'true')`| (changed, warning, ssr warning)| `"true"` |1368| `challenge=(string 'false')`| (changed, warning, ssr warning)| `"false"` |1369| `challenge=(string 'on')`| (changed, warning, ssr warning)| `"on"` |1370| `challenge=(string 'off')`| (changed, warning, ssr warning)| `"off"` |1371| `challenge=(symbol)`| (initial, warning)| `<null>` |1372| `challenge=(function)`| (initial, warning)| `<null>` |1373| `challenge=(null)`| (initial, warning, ssr warning)| `<null>` |1374| `challenge=(undefined)`| (initial, warning, ssr warning)| `<null>` |13751376## `charSet` (on `<script>` inside `<div>`)1377| Test Case | Flags | Result |1378| --- | --- | --- |1379| `charSet=(string)`| (changed)| `"a string"` |1380| `charSet=(empty string)`| (initial)| `<empty string>` |1381| `charSet=(array with string)`| (changed)| `"string"` |1382| `charSet=(empty array)`| (initial)| `<empty string>` |1383| `charSet=(object)`| (changed)| `"result of toString()"` |1384| `charSet=(numeric string)`| (changed)| `"42"` |1385| `charSet=(-1)`| (changed)| `"-1"` |1386| `charSet=(0)`| (changed)| `"0"` |1387| `charSet=(integer)`| (changed)| `"1"` |1388| `charSet=(NaN)`| (changed, warning)| `"NaN"` |1389| `charSet=(float)`| (changed)| `"99.99"` |1390| `charSet=(true)`| (initial, warning)| `<empty string>` |1391| `charSet=(false)`| (initial, warning)| `<empty string>` |1392| `charSet=(string 'true')`| (changed)| `"true"` |1393| `charSet=(string 'false')`| (changed)| `"false"` |1394| `charSet=(string 'on')`| (changed)| `"on"` |1395| `charSet=(string 'off')`| (changed)| `"off"` |1396| `charSet=(symbol)`| (initial, warning)| `<empty string>` |1397| `charSet=(function)`| (initial, warning)| `<empty string>` |1398| `charSet=(null)`| (initial)| `<empty string>` |1399| `charSet=(undefined)`| (initial)| `<empty string>` |14001401## `checked` (on `<input>` inside `<div>`)1402| Test Case | Flags | Result |1403| --- | --- | --- |1404| `checked=(string)`| (changed)| `<boolean: true>` |1405| `checked=(empty string)`| (initial)| `<boolean: false>` |1406| `checked=(array with string)`| (changed)| `<boolean: true>` |1407| `checked=(empty array)`| (changed)| `<boolean: true>` |1408| `checked=(object)`| (changed)| `<boolean: true>` |1409| `checked=(numeric string)`| (changed)| `<boolean: true>` |1410| `checked=(-1)`| (changed)| `<boolean: true>` |1411| `checked=(0)`| (initial)| `<boolean: false>` |1412| `checked=(integer)`| (changed)| `<boolean: true>` |1413| `checked=(NaN)`| (initial, warning)| `<boolean: false>` |1414| `checked=(float)`| (changed)| `<boolean: true>` |1415| `checked=(true)`| (changed)| `<boolean: true>` |1416| `checked=(false)`| (initial)| `<boolean: false>` |1417| `checked=(string 'true')`| (changed, warning)| `<boolean: true>` |1418| `checked=(string 'false')`| (changed, warning)| `<boolean: true>` |1419| `checked=(string 'on')`| (changed)| `<boolean: true>` |1420| `checked=(string 'off')`| (changed)| `<boolean: true>` |1421| `checked=(symbol)`| (initial, warning)| `<boolean: false>` |1422| `checked=(function)`| (initial, warning)| `<boolean: false>` |1423| `checked=(null)`| (initial)| `<boolean: false>` |1424| `checked=(undefined)`| (initial)| `<boolean: false>` |14251426## `Checked` (on `<input>` inside `<div>`)1427| Test Case | Flags | Result |1428| --- | --- | --- |1429| `Checked=(string)`| (initial, warning, ssr mismatch)| `<null>` |1430| `Checked=(empty string)`| (initial, warning, ssr mismatch)| `<null>` |1431| `Checked=(array with string)`| (initial, warning, ssr mismatch)| `<null>` |1432| `Checked=(empty array)`| (initial, warning, ssr mismatch)| `<null>` |1433| `Checked=(object)`| (initial, warning, ssr mismatch)| `<null>` |1434| `Checked=(numeric string)`| (initial, warning, ssr mismatch)| `<null>` |1435| `Checked=(-1)`| (initial, warning, ssr mismatch)| `<null>` |1436| `Checked=(0)`| (initial, warning, ssr mismatch)| `<null>` |1437| `Checked=(integer)`| (initial, warning, ssr mismatch)| `<null>` |1438| `Checked=(NaN)`| (initial, warning, ssr mismatch)| `<null>` |1439| `Checked=(float)`| (initial, warning, ssr mismatch)| `<null>` |1440| `Checked=(true)`| (initial, warning)| `<null>` |1441| `Checked=(false)`| (initial, warning)| `<null>` |1442| `Checked=(string 'true')`| (initial, warning, ssr mismatch)| `<null>` |1443| `Checked=(string 'false')`| (initial, warning, ssr mismatch)| `<null>` |1444| `Checked=(string 'on')`| (initial, warning, ssr mismatch)| `<null>` |1445| `Checked=(string 'off')`| (initial, warning, ssr mismatch)| `<null>` |1446| `Checked=(symbol)`| (initial, warning)| `<null>` |1447| `Checked=(function)`| (initial, warning)| `<null>` |1448| `Checked=(null)`| (initial, warning)| `<null>` |1449| `Checked=(undefined)`| (initial, warning)| `<null>` |14501451## `Children` (on `<div>` inside `<div>`)1452| Test Case | Flags | Result |1453| --- | --- | --- |1454| `Children=(string)`| (changed, warning)| `"a string"` |1455| `Children=(empty string)`| (changed, warning)| `<empty string>` |1456| `Children=(array with string)`| (changed, warning)| `"string"` |1457| `Children=(empty array)`| (changed, warning)| `<empty string>` |1458| `Children=(object)`| (changed, warning)| `"result of toString()"` |1459| `Children=(numeric string)`| (changed, warning)| `"42"` |1460| `Children=(-1)`| (changed, warning)| `"-1"` |1461| `Children=(0)`| (changed, warning)| `"0"` |1462| `Children=(integer)`| (changed, warning)| `"1"` |1463| `Children=(NaN)`| (changed, warning)| `"NaN"` |1464| `Children=(float)`| (changed, warning)| `"99.99"` |1465| `Children=(true)`| (initial, warning)| `<null>` |1466| `Children=(false)`| (initial, warning)| `<null>` |1467| `Children=(string 'true')`| (changed, warning)| `"true"` |1468| `Children=(string 'false')`| (changed, warning)| `"false"` |1469| `Children=(string 'on')`| (changed, warning)| `"on"` |1470| `Children=(string 'off')`| (changed, warning)| `"off"` |1471| `Children=(symbol)`| (initial, warning)| `<null>` |1472| `Children=(function)`| (initial, warning)| `<null>` |1473| `Children=(null)`| (initial, warning)| `<null>` |1474| `Children=(undefined)`| (initial, warning)| `<null>` |14751476## `children` (on `<div>` inside `<div>`)1477| Test Case | Flags | Result |1478| --- | --- | --- |1479| `children=(string)`| (initial)| `[]` |1480| `children=(empty string)`| (initial)| `[]` |1481| `children=(array with string)`| (initial)| `[]` |1482| `children=(empty array)`| (initial)| `[]` |1483| `children=(object)`| (changed, error, warning, ssr error)| `` |1484| `children=(numeric string)`| (initial)| `[]` |1485| `children=(-1)`| (initial)| `[]` |1486| `children=(0)`| (initial)| `[]` |1487| `children=(integer)`| (initial)| `[]` |1488| `children=(NaN)`| (initial, warning)| `[]` |1489| `children=(float)`| (initial)| `[]` |1490| `children=(true)`| (initial)| `[]` |1491| `children=(false)`| (initial)| `[]` |1492| `children=(string 'true')`| (initial)| `[]` |1493| `children=(string 'false')`| (initial)| `[]` |1494| `children=(string 'on')`| (initial)| `[]` |1495| `children=(string 'off')`| (initial)| `[]` |1496| `children=(symbol)`| (initial)| `[]` |1497| `children=(function)`| (initial, warning)| `[]` |1498| `children=(null)`| (initial)| `[]` |1499| `children=(undefined)`| (initial)| `[]` |15001501## `cite` (on `<blockquote>` inside `<div>`)1502| Test Case | Flags | Result |1503| --- | --- | --- |1504| `cite=(string)`| (changed)| `"https://reactjs.com/"` |1505| `cite=(empty string)`| (changed)| `"http://localhost:3000/"` |1506| `cite=(array with string)`| (changed)| `"https://reactjs.com/"` |1507| `cite=(empty array)`| (changed)| `"http://localhost:3000/"` |1508| `cite=(object)`| (changed)| `"http://localhost:3000/result%20of%20toString()"` |1509| `cite=(numeric string)`| (changed)| `"http://localhost:3000/42"` |1510| `cite=(-1)`| (changed)| `"http://localhost:3000/-1"` |1511| `cite=(0)`| (changed)| `"http://localhost:3000/0"` |1512| `cite=(integer)`| (changed)| `"http://localhost:3000/1"` |1513| `cite=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` |1514| `cite=(float)`| (changed)| `"http://localhost:3000/99.99"` |1515| `cite=(true)`| (initial, warning)| `<empty string>` |1516| `cite=(false)`| (initial, warning)| `<empty string>` |1517| `cite=(string 'true')`| (changed)| `"http://localhost:3000/true"` |1518| `cite=(string 'false')`| (changed)| `"http://localhost:3000/false"` |1519| `cite=(string 'on')`| (changed)| `"http://localhost:3000/on"` |1520| `cite=(string 'off')`| (changed)| `"http://localhost:3000/off"` |1521| `cite=(symbol)`| (initial, warning)| `<empty string>` |1522| `cite=(function)`| (initial, warning)| `<empty string>` |1523| `cite=(null)`| (initial)| `<empty string>` |1524| `cite=(undefined)`| (initial)| `<empty string>` |15251526## `class` (on `<div>` inside `<div>`)1527| Test Case | Flags | Result |1528| --- | --- | --- |1529| `class=(string)`| (changed, warning)| `"a string"` |1530| `class=(empty string)`| (changed, warning)| `<empty string>` |1531| `class=(array with string)`| (changed, warning)| `"string"` |1532| `class=(empty array)`| (changed, warning)| `<empty string>` |1533| `class=(object)`| (changed, warning)| `"result of toString()"` |1534| `class=(numeric string)`| (changed, warning)| `"42"` |1535| `class=(-1)`| (changed, warning)| `"-1"` |1536| `class=(0)`| (changed, warning)| `"0"` |1537| `class=(integer)`| (changed, warning)| `"1"` |1538| `class=(NaN)`| (changed, warning)| `"NaN"` |1539| `class=(float)`| (changed, warning)| `"99.99"` |1540| `class=(true)`| (initial, warning)| `<null>` |1541| `class=(false)`| (initial, warning)| `<null>` |1542| `class=(string 'true')`| (changed, warning)| `"true"` |1543| `class=(string 'false')`| (changed, warning)| `"false"` |1544| `class=(string 'on')`| (changed, warning)| `"on"` |1545| `class=(string 'off')`| (changed, warning)| `"off"` |1546| `class=(symbol)`| (initial, warning)| `<null>` |1547| `class=(function)`| (initial, warning)| `<null>` |1548| `class=(null)`| (initial, warning)| `<null>` |1549| `class=(undefined)`| (initial, warning)| `<null>` |15501551## `classID` (on `<object>` inside `<div>`)1552| Test Case | Flags | Result |1553| --- | --- | --- |1554| `classID=(string)`| (changed)| `"a string"` |1555| `classID=(empty string)`| (changed)| `<empty string>` |1556| `classID=(array with string)`| (changed)| `"string"` |1557| `classID=(empty array)`| (changed)| `<empty string>` |1558| `classID=(object)`| (changed)| `"result of toString()"` |1559| `classID=(numeric string)`| (changed)| `"42"` |1560| `classID=(-1)`| (changed)| `"-1"` |1561| `classID=(0)`| (changed)| `"0"` |1562| `classID=(integer)`| (changed)| `"1"` |1563| `classID=(NaN)`| (changed, warning)| `"NaN"` |1564| `classID=(float)`| (changed)| `"99.99"` |1565| `classID=(true)`| (initial, warning)| `<null>` |1566| `classID=(false)`| (initial, warning)| `<null>` |1567| `classID=(string 'true')`| (changed)| `"true"` |1568| `classID=(string 'false')`| (changed)| `"false"` |1569| `classID=(string 'on')`| (changed)| `"on"` |1570| `classID=(string 'off')`| (changed)| `"off"` |1571| `classID=(symbol)`| (initial, warning)| `<null>` |1572| `classID=(function)`| (initial, warning)| `<null>` |1573| `classID=(null)`| (initial)| `<null>` |1574| `classID=(undefined)`| (initial)| `<null>` |15751576## `className` (on `<div>` inside `<div>`)1577| Test Case | Flags | Result |1578| --- | --- | --- |1579| `className=(string)`| (changed)| `"a string"` |1580| `className=(empty string)`| (initial)| `<empty string>` |1581| `className=(array with string)`| (changed)| `"string"` |1582| `className=(empty array)`| (initial)| `<empty string>` |1583| `className=(object)`| (changed)| `"result of toString()"` |1584| `className=(numeric string)`| (changed)| `"42"` |1585| `className=(-1)`| (changed)| `"-1"` |1586| `className=(0)`| (changed)| `"0"` |1587| `className=(integer)`| (changed)| `"1"` |1588| `className=(NaN)`| (changed, warning)| `"NaN"` |1589| `className=(float)`| (changed)| `"99.99"` |1590| `className=(true)`| (initial, warning)| `<empty string>` |1591| `className=(false)`| (initial, warning)| `<empty string>` |1592| `className=(string 'true')`| (changed)| `"true"` |1593| `className=(string 'false')`| (changed)| `"false"` |1594| `className=(string 'on')`| (changed)| `"on"` |1595| `className=(string 'off')`| (changed)| `"off"` |1596| `className=(symbol)`| (initial, warning)| `<empty string>` |1597| `className=(function)`| (initial, warning)| `<empty string>` |1598| `className=(null)`| (initial)| `<empty string>` |1599| `className=(undefined)`| (initial)| `<empty string>` |16001601## `clip` (on `<svg>` inside `<div>`)1602| Test Case | Flags | Result |1603| --- | --- | --- |1604| `clip=(string)`| (changed)| `"a string"` |1605| `clip=(empty string)`| (changed)| `<empty string>` |1606| `clip=(array with string)`| (changed)| `"string"` |1607| `clip=(empty array)`| (changed)| `<empty string>` |1608| `clip=(object)`| (changed)| `"result of toString()"` |1609| `clip=(numeric string)`| (changed)| `"42"` |1610| `clip=(-1)`| (changed)| `"-1"` |1611| `clip=(0)`| (changed)| `"0"` |1612| `clip=(integer)`| (changed)| `"1"` |1613| `clip=(NaN)`| (changed, warning)| `"NaN"` |1614| `clip=(float)`| (changed)| `"99.99"` |1615| `clip=(true)`| (initial, warning)| `<null>` |1616| `clip=(false)`| (initial, warning)| `<null>` |1617| `clip=(string 'true')`| (changed)| `"true"` |1618| `clip=(string 'false')`| (changed)| `"false"` |1619| `clip=(string 'on')`| (changed)| `"on"` |1620| `clip=(string 'off')`| (changed)| `"off"` |1621| `clip=(symbol)`| (initial, warning)| `<null>` |1622| `clip=(function)`| (initial, warning)| `<null>` |1623| `clip=(null)`| (initial)| `<null>` |1624| `clip=(undefined)`| (initial)| `<null>` |16251626## `clip-path` (on `<path>` inside `<svg>`)1627| Test Case | Flags | Result |1628| --- | --- | --- |1629| `clip-path=(string)`| (changed, warning)| `"a string"` |1630| `clip-path=(empty string)`| (changed, warning)| `<empty string>` |1631| `clip-path=(array with string)`| (changed, warning)| `"string"` |1632| `clip-path=(empty array)`| (changed, warning)| `<empty string>` |1633| `clip-path=(object)`| (changed, warning)| `"result of toString()"` |1634| `clip-path=(numeric string)`| (changed, warning)| `"42"` |1635| `clip-path=(-1)`| (changed, warning)| `"-1"` |1636| `clip-path=(0)`| (changed, warning)| `"0"` |1637| `clip-path=(integer)`| (changed, warning)| `"1"` |1638| `clip-path=(NaN)`| (changed, warning)| `"NaN"` |1639| `clip-path=(float)`| (changed, warning)| `"99.99"` |1640| `clip-path=(true)`| (initial, warning)| `<null>` |1641| `clip-path=(false)`| (initial, warning)| `<null>` |1642| `clip-path=(string 'true')`| (changed, warning)| `"true"` |1643| `clip-path=(string 'false')`| (changed, warning)| `"false"` |1644| `clip-path=(string 'on')`| (changed, warning)| `"on"` |1645| `clip-path=(string 'off')`| (changed, warning)| `"off"` |1646| `clip-path=(symbol)`| (initial, warning)| `<null>` |1647| `clip-path=(function)`| (initial, warning)| `<null>` |1648| `clip-path=(null)`| (initial, warning)| `<null>` |1649| `clip-path=(undefined)`| (initial, warning)| `<null>` |16501651## `clipPath` (on `<path>` inside `<svg>`)1652| Test Case | Flags | Result |1653| --- | --- | --- |1654| `clipPath=(string)`| (changed)| `"a string"` |1655| `clipPath=(empty string)`| (changed)| `<empty string>` |1656| `clipPath=(array with string)`| (changed)| `"string"` |1657| `clipPath=(empty array)`| (changed)| `<empty string>` |1658| `clipPath=(object)`| (changed)| `"result of toString()"` |1659| `clipPath=(numeric string)`| (changed)| `"42"` |1660| `clipPath=(-1)`| (changed)| `"-1"` |1661| `clipPath=(0)`| (changed)| `"0"` |1662| `clipPath=(integer)`| (changed)| `"1"` |1663| `clipPath=(NaN)`| (changed, warning)| `"NaN"` |1664| `clipPath=(float)`| (changed)| `"99.99"` |1665| `clipPath=(true)`| (initial, warning)| `<null>` |1666| `clipPath=(false)`| (initial, warning)| `<null>` |1667| `clipPath=(string 'true')`| (changed)| `"true"` |1668| `clipPath=(string 'false')`| (changed)| `"false"` |1669| `clipPath=(string 'on')`| (changed)| `"on"` |1670| `clipPath=(string 'off')`| (changed)| `"off"` |1671| `clipPath=(symbol)`| (initial, warning)| `<null>` |1672| `clipPath=(function)`| (initial, warning)| `<null>` |1673| `clipPath=(null)`| (initial)| `<null>` |1674| `clipPath=(undefined)`| (initial)| `<null>` |16751676## `clipPathUnits` (on `<clipPath>` inside `<svg>`)1677| Test Case | Flags | Result |1678| --- | --- | --- |1679| `clipPathUnits=(string)`| (changed)| `<number: 2>` |1680| `clipPathUnits=(empty string)`| (initial)| `<number: 1>` |1681| `clipPathUnits=(array with string)`| (changed)| `<number: 2>` |1682| `clipPathUnits=(empty array)`| (initial)| `<number: 1>` |1683| `clipPathUnits=(object)`| (initial)| `<number: 1>` |1684| `clipPathUnits=(numeric string)`| (initial)| `<number: 1>` |1685| `clipPathUnits=(-1)`| (initial)| `<number: 1>` |1686| `clipPathUnits=(0)`| (initial)| `<number: 1>` |1687| `clipPathUnits=(integer)`| (initial)| `<number: 1>` |1688| `clipPathUnits=(NaN)`| (initial, warning)| `<number: 1>` |1689| `clipPathUnits=(float)`| (initial)| `<number: 1>` |1690| `clipPathUnits=(true)`| (initial, warning)| `<number: 1>` |1691| `clipPathUnits=(false)`| (initial, warning)| `<number: 1>` |1692| `clipPathUnits=(string 'true')`| (initial)| `<number: 1>` |1693| `clipPathUnits=(string 'false')`| (initial)| `<number: 1>` |1694| `clipPathUnits=(string 'on')`| (initial)| `<number: 1>` |1695| `clipPathUnits=(string 'off')`| (initial)| `<number: 1>` |1696| `clipPathUnits=(symbol)`| (initial, warning)| `<number: 1>` |1697| `clipPathUnits=(function)`| (initial, warning)| `<number: 1>` |1698| `clipPathUnits=(null)`| (initial)| `<number: 1>` |1699| `clipPathUnits=(undefined)`| (initial)| `<number: 1>` |17001701## `clip-rule` (on `<path>` inside `<svg>`)1702| Test Case | Flags | Result |1703| --- | --- | --- |1704| `clip-rule=(string)`| (changed, warning)| `"a string"` |1705| `clip-rule=(empty string)`| (changed, warning)| `<empty string>` |1706| `clip-rule=(array with string)`| (changed, warning)| `"string"` |1707| `clip-rule=(empty array)`| (changed, warning)| `<empty string>` |1708| `clip-rule=(object)`| (changed, warning)| `"result of toString()"` |1709| `clip-rule=(numeric string)`| (changed, warning)| `"42"` |1710| `clip-rule=(-1)`| (changed, warning)| `"-1"` |1711| `clip-rule=(0)`| (changed, warning)| `"0"` |1712| `clip-rule=(integer)`| (changed, warning)| `"1"` |1713| `clip-rule=(NaN)`| (changed, warning)| `"NaN"` |1714| `clip-rule=(float)`| (changed, warning)| `"99.99"` |1715| `clip-rule=(true)`| (initial, warning)| `<null>` |1716| `clip-rule=(false)`| (initial, warning)| `<null>` |1717| `clip-rule=(string 'true')`| (changed, warning)| `"true"` |1718| `clip-rule=(string 'false')`| (changed, warning)| `"false"` |1719| `clip-rule=(string 'on')`| (changed, warning)| `"on"` |1720| `clip-rule=(string 'off')`| (changed, warning)| `"off"` |1721| `clip-rule=(symbol)`| (initial, warning)| `<null>` |1722| `clip-rule=(function)`| (initial, warning)| `<null>` |1723| `clip-rule=(null)`| (initial, warning)| `<null>` |1724| `clip-rule=(undefined)`| (initial, warning)| `<null>` |17251726## `clipRule` (on `<path>` inside `<svg>`)1727| Test Case | Flags | Result |1728| --- | --- | --- |1729| `clipRule=(string)`| (changed)| `"a string"` |1730| `clipRule=(empty string)`| (changed)| `<empty string>` |1731| `clipRule=(array with string)`| (changed)| `"string"` |1732| `clipRule=(empty array)`| (changed)| `<empty string>` |1733| `clipRule=(object)`| (changed)| `"result of toString()"` |1734| `clipRule=(numeric string)`| (changed)| `"42"` |1735| `clipRule=(-1)`| (changed)| `"-1"` |1736| `clipRule=(0)`| (changed)| `"0"` |1737| `clipRule=(integer)`| (changed)| `"1"` |1738| `clipRule=(NaN)`| (changed, warning)| `"NaN"` |1739| `clipRule=(float)`| (changed)| `"99.99"` |1740| `clipRule=(true)`| (initial, warning)| `<null>` |1741| `clipRule=(false)`| (initial, warning)| `<null>` |1742| `clipRule=(string 'true')`| (changed)| `"true"` |1743| `clipRule=(string 'false')`| (changed)| `"false"` |1744| `clipRule=(string 'on')`| (changed)| `"on"` |1745| `clipRule=(string 'off')`| (changed)| `"off"` |1746| `clipRule=(symbol)`| (initial, warning)| `<null>` |1747| `clipRule=(function)`| (initial, warning)| `<null>` |1748| `clipRule=(null)`| (initial)| `<null>` |1749| `clipRule=(undefined)`| (initial)| `<null>` |17501751## `color` (on `<text>` inside `<svg>`)1752| Test Case | Flags | Result |1753| --- | --- | --- |1754| `color=(string)`| (changed)| `"a string"` |1755| `color=(empty string)`| (changed)| `<empty string>` |1756| `color=(array with string)`| (changed)| `"string"` |1757| `color=(empty array)`| (changed)| `<empty string>` |1758| `color=(object)`| (changed)| `"result of toString()"` |1759| `color=(numeric string)`| (changed)| `"42"` |1760| `color=(-1)`| (changed)| `"-1"` |1761| `color=(0)`| (changed)| `"0"` |1762| `color=(integer)`| (changed)| `"1"` |1763| `color=(NaN)`| (changed, warning)| `"NaN"` |1764| `color=(float)`| (changed)| `"99.99"` |1765| `color=(true)`| (initial, warning)| `<null>` |1766| `color=(false)`| (initial, warning)| `<null>` |1767| `color=(string 'true')`| (changed)| `"true"` |1768| `color=(string 'false')`| (changed)| `"false"` |1769| `color=(string 'on')`| (changed)| `"on"` |1770| `color=(string 'off')`| (changed)| `"off"` |1771| `color=(symbol)`| (initial, warning)| `<null>` |1772| `color=(function)`| (initial, warning)| `<null>` |1773| `color=(null)`| (initial)| `<null>` |1774| `color=(undefined)`| (initial)| `<null>` |17751776## `color-interpolation` (on `<animate>` inside `<svg>`)1777| Test Case | Flags | Result |1778| --- | --- | --- |1779| `color-interpolation=(string)`| (changed, warning)| `"sRGB"` |1780| `color-interpolation=(empty string)`| (changed, warning)| `<empty string>` |1781| `color-interpolation=(array with string)`| (changed, warning)| `"sRGB"` |1782| `color-interpolation=(empty array)`| (changed, warning)| `<empty string>` |1783| `color-interpolation=(object)`| (changed, warning)| `"result of toString()"` |1784| `color-interpolation=(numeric string)`| (changed, warning)| `"42"` |1785| `color-interpolation=(-1)`| (changed, warning)| `"-1"` |1786| `color-interpolation=(0)`| (changed, warning)| `"0"` |1787| `color-interpolation=(integer)`| (changed, warning)| `"1"` |1788| `color-interpolation=(NaN)`| (changed, warning)| `"NaN"` |1789| `color-interpolation=(float)`| (changed, warning)| `"99.99"` |1790| `color-interpolation=(true)`| (initial, warning)| `<null>` |1791| `color-interpolation=(false)`| (initial, warning)| `<null>` |1792| `color-interpolation=(string 'true')`| (changed, warning)| `"true"` |1793| `color-interpolation=(string 'false')`| (changed, warning)| `"false"` |1794| `color-interpolation=(string 'on')`| (changed, warning)| `"on"` |1795| `color-interpolation=(string 'off')`| (changed, warning)| `"off"` |1796| `color-interpolation=(symbol)`| (initial, warning)| `<null>` |1797| `color-interpolation=(function)`| (initial, warning)| `<null>` |1798| `color-interpolation=(null)`| (initial, warning)| `<null>` |1799| `color-interpolation=(undefined)`| (initial, warning)| `<null>` |18001801## `colorInterpolation` (on `<animate>` inside `<svg>`)1802| Test Case | Flags | Result |1803| --- | --- | --- |1804| `colorInterpolation=(string)`| (changed)| `"sRGB"` |1805| `colorInterpolation=(empty string)`| (changed)| `<empty string>` |1806| `colorInterpolation=(array with string)`| (changed)| `"sRGB"` |1807| `colorInterpolation=(empty array)`| (changed)| `<empty string>` |1808| `colorInterpolation=(object)`| (changed)| `"result of toString()"` |1809| `colorInterpolation=(numeric string)`| (changed)| `"42"` |1810| `colorInterpolation=(-1)`| (changed)| `"-1"` |1811| `colorInterpolation=(0)`| (changed)| `"0"` |1812| `colorInterpolation=(integer)`| (changed)| `"1"` |1813| `colorInterpolation=(NaN)`| (changed, warning)| `"NaN"` |1814| `colorInterpolation=(float)`| (changed)| `"99.99"` |1815| `colorInterpolation=(true)`| (initial, warning)| `<null>` |1816| `colorInterpolation=(false)`| (initial, warning)| `<null>` |1817| `colorInterpolation=(string 'true')`| (changed)| `"true"` |1818| `colorInterpolation=(string 'false')`| (changed)| `"false"` |1819| `colorInterpolation=(string 'on')`| (changed)| `"on"` |1820| `colorInterpolation=(string 'off')`| (changed)| `"off"` |1821| `colorInterpolation=(symbol)`| (initial, warning)| `<null>` |1822| `colorInterpolation=(function)`| (initial, warning)| `<null>` |1823| `colorInterpolation=(null)`| (initial)| `<null>` |1824| `colorInterpolation=(undefined)`| (initial)| `<null>` |18251826## `color-interpolation-filters` (on `<feComposite>` inside `<svg>`)1827| Test Case | Flags | Result |1828| --- | --- | --- |1829| `color-interpolation-filters=(string)`| (changed, warning)| `"sRGB"` |1830| `color-interpolation-filters=(empty string)`| (changed, warning)| `<empty string>` |1831| `color-interpolation-filters=(array with string)`| (changed, warning)| `"sRGB"` |1832| `color-interpolation-filters=(empty array)`| (changed, warning)| `<empty string>` |1833| `color-interpolation-filters=(object)`| (changed, warning)| `"result of toString()"` |1834| `color-interpolation-filters=(numeric string)`| (changed, warning)| `"42"` |1835| `color-interpolation-filters=(-1)`| (changed, warning)| `"-1"` |1836| `color-interpolation-filters=(0)`| (changed, warning)| `"0"` |1837| `color-interpolation-filters=(integer)`| (changed, warning)| `"1"` |1838| `color-interpolation-filters=(NaN)`| (changed, warning)| `"NaN"` |1839| `color-interpolation-filters=(float)`| (changed, warning)| `"99.99"` |1840| `color-interpolation-filters=(true)`| (initial, warning)| `<null>` |1841| `color-interpolation-filters=(false)`| (initial, warning)| `<null>` |1842| `color-interpolation-filters=(string 'true')`| (changed, warning)| `"true"` |1843| `color-interpolation-filters=(string 'false')`| (changed, warning)| `"false"` |1844| `color-interpolation-filters=(string 'on')`| (changed, warning)| `"on"` |1845| `color-interpolation-filters=(string 'off')`| (changed, warning)| `"off"` |1846| `color-interpolation-filters=(symbol)`| (initial, warning)| `<null>` |1847| `color-interpolation-filters=(function)`| (initial, warning)| `<null>` |1848| `color-interpolation-filters=(null)`| (initial, warning)| `<null>` |1849| `color-interpolation-filters=(undefined)`| (initial, warning)| `<null>` |18501851## `colorInterpolationFilters` (on `<feComposite>` inside `<svg>`)1852| Test Case | Flags | Result |1853| --- | --- | --- |1854| `colorInterpolationFilters=(string)`| (changed)| `"sRGB"` |1855| `colorInterpolationFilters=(empty string)`| (changed)| `<empty string>` |1856| `colorInterpolationFilters=(array with string)`| (changed)| `"sRGB"` |1857| `colorInterpolationFilters=(empty array)`| (changed)| `<empty string>` |1858| `colorInterpolationFilters=(object)`| (changed)| `"result of toString()"` |1859| `colorInterpolationFilters=(numeric string)`| (changed)| `"42"` |1860| `colorInterpolationFilters=(-1)`| (changed)| `"-1"` |1861| `colorInterpolationFilters=(0)`| (changed)| `"0"` |1862| `colorInterpolationFilters=(integer)`| (changed)| `"1"` |1863| `colorInterpolationFilters=(NaN)`| (changed, warning)| `"NaN"` |1864| `colorInterpolationFilters=(float)`| (changed)| `"99.99"` |1865| `colorInterpolationFilters=(true)`| (initial, warning)| `<null>` |1866| `colorInterpolationFilters=(false)`| (initial, warning)| `<null>` |1867| `colorInterpolationFilters=(string 'true')`| (changed)| `"true"` |1868| `colorInterpolationFilters=(string 'false')`| (changed)| `"false"` |1869| `colorInterpolationFilters=(string 'on')`| (changed)| `"on"` |1870| `colorInterpolationFilters=(string 'off')`| (changed)| `"off"` |1871| `colorInterpolationFilters=(symbol)`| (initial, warning)| `<null>` |1872| `colorInterpolationFilters=(function)`| (initial, warning)| `<null>` |1873| `colorInterpolationFilters=(null)`| (initial)| `<null>` |1874| `colorInterpolationFilters=(undefined)`| (initial)| `<null>` |18751876## `color-profile` (on `<image>` inside `<svg>`)1877| Test Case | Flags | Result |1878| --- | --- | --- |1879| `color-profile=(string)`| (changed, warning)| `"sRGB"` |1880| `color-profile=(empty string)`| (changed, warning)| `<empty string>` |1881| `color-profile=(array with string)`| (changed, warning)| `"sRGB"` |1882| `color-profile=(empty array)`| (changed, warning)| `<empty string>` |1883| `color-profile=(object)`| (changed, warning)| `"result of toString()"` |1884| `color-profile=(numeric string)`| (changed, warning)| `"42"` |1885| `color-profile=(-1)`| (changed, warning)| `"-1"` |1886| `color-profile=(0)`| (changed, warning)| `"0"` |1887| `color-profile=(integer)`| (changed, warning)| `"1"` |1888| `color-profile=(NaN)`| (changed, warning)| `"NaN"` |1889| `color-profile=(float)`| (changed, warning)| `"99.99"` |1890| `color-profile=(true)`| (initial, warning)| `<null>` |1891| `color-profile=(false)`| (initial, warning)| `<null>` |1892| `color-profile=(string 'true')`| (changed, warning)| `"true"` |1893| `color-profile=(string 'false')`| (changed, warning)| `"false"` |1894| `color-profile=(string 'on')`| (changed, warning)| `"on"` |1895| `color-profile=(string 'off')`| (changed, warning)| `"off"` |1896| `color-profile=(symbol)`| (initial, warning)| `<null>` |1897| `color-profile=(function)`| (initial, warning)| `<null>` |1898| `color-profile=(null)`| (initial, warning)| `<null>` |1899| `color-profile=(undefined)`| (initial, warning)| `<null>` |19001901## `colorProfile` (on `<image>` inside `<svg>`)1902| Test Case | Flags | Result |1903| --- | --- | --- |1904| `colorProfile=(string)`| (changed)| `"sRGB"` |1905| `colorProfile=(empty string)`| (changed)| `<empty string>` |1906| `colorProfile=(array with string)`| (changed)| `"sRGB"` |1907| `colorProfile=(empty array)`| (changed)| `<empty string>` |1908| `colorProfile=(object)`| (changed)| `"result of toString()"` |1909| `colorProfile=(numeric string)`| (changed)| `"42"` |1910| `colorProfile=(-1)`| (changed)| `"-1"` |1911| `colorProfile=(0)`| (changed)| `"0"` |1912| `colorProfile=(integer)`| (changed)| `"1"` |1913| `colorProfile=(NaN)`| (changed, warning)| `"NaN"` |1914| `colorProfile=(float)`| (changed)| `"99.99"` |1915| `colorProfile=(true)`| (initial, warning)| `<null>` |1916| `colorProfile=(false)`| (initial, warning)| `<null>` |1917| `colorProfile=(string 'true')`| (changed)| `"true"` |1918| `colorProfile=(string 'false')`| (changed)| `"false"` |1919| `colorProfile=(string 'on')`| (changed)| `"on"` |1920| `colorProfile=(string 'off')`| (changed)| `"off"` |1921| `colorProfile=(symbol)`| (initial, warning)| `<null>` |1922| `colorProfile=(function)`| (initial, warning)| `<null>` |1923| `colorProfile=(null)`| (initial)| `<null>` |1924| `colorProfile=(undefined)`| (initial)| `<null>` |19251926## `color-rendering` (on `<animate>` inside `<svg>`)1927| Test Case | Flags | Result |1928| --- | --- | --- |1929| `color-rendering=(string)`| (changed, warning)| `"optimizeSpeed"` |1930| `color-rendering=(empty string)`| (changed, warning)| `<empty string>` |1931| `color-rendering=(array with string)`| (changed, warning)| `"optimizeSpeed"` |1932| `color-rendering=(empty array)`| (changed, warning)| `<empty string>` |1933| `color-rendering=(object)`| (changed, warning)| `"result of toString()"` |1934| `color-rendering=(numeric string)`| (changed, warning)| `"42"` |1935| `color-rendering=(-1)`| (changed, warning)| `"-1"` |1936| `color-rendering=(0)`| (changed, warning)| `"0"` |1937| `color-rendering=(integer)`| (changed, warning)| `"1"` |1938| `color-rendering=(NaN)`| (changed, warning)| `"NaN"` |1939| `color-rendering=(float)`| (changed, warning)| `"99.99"` |1940| `color-rendering=(true)`| (initial, warning)| `<null>` |1941| `color-rendering=(false)`| (initial, warning)| `<null>` |1942| `color-rendering=(string 'true')`| (changed, warning)| `"true"` |1943| `color-rendering=(string 'false')`| (changed, warning)| `"false"` |1944| `color-rendering=(string 'on')`| (changed, warning)| `"on"` |1945| `color-rendering=(string 'off')`| (changed, warning)| `"off"` |1946| `color-rendering=(symbol)`| (initial, warning)| `<null>` |1947| `color-rendering=(function)`| (initial, warning)| `<null>` |1948| `color-rendering=(null)`| (initial, warning)| `<null>` |1949| `color-rendering=(undefined)`| (initial, warning)| `<null>` |19501951## `colorRendering` (on `<animate>` inside `<svg>`)1952| Test Case | Flags | Result |1953| --- | --- | --- |1954| `colorRendering=(string)`| (changed)| `"optimizeSpeed"` |1955| `colorRendering=(empty string)`| (changed)| `<empty string>` |1956| `colorRendering=(array with string)`| (changed)| `"optimizeSpeed"` |1957| `colorRendering=(empty array)`| (changed)| `<empty string>` |1958| `colorRendering=(object)`| (changed)| `"result of toString()"` |1959| `colorRendering=(numeric string)`| (changed)| `"42"` |1960| `colorRendering=(-1)`| (changed)| `"-1"` |1961| `colorRendering=(0)`| (changed)| `"0"` |1962| `colorRendering=(integer)`| (changed)| `"1"` |1963| `colorRendering=(NaN)`| (changed, warning)| `"NaN"` |1964| `colorRendering=(float)`| (changed)| `"99.99"` |1965| `colorRendering=(true)`| (initial, warning)| `<null>` |1966| `colorRendering=(false)`| (initial, warning)| `<null>` |1967| `colorRendering=(string 'true')`| (changed)| `"true"` |1968| `colorRendering=(string 'false')`| (changed)| `"false"` |1969| `colorRendering=(string 'on')`| (changed)| `"on"` |1970| `colorRendering=(string 'off')`| (changed)| `"off"` |1971| `colorRendering=(symbol)`| (initial, warning)| `<null>` |1972| `colorRendering=(function)`| (initial, warning)| `<null>` |1973| `colorRendering=(null)`| (initial)| `<null>` |1974| `colorRendering=(undefined)`| (initial)| `<null>` |19751976## `cols` (on `<textarea>` inside `<div>`)1977| Test Case | Flags | Result |1978| --- | --- | --- |1979| `cols=(string)`| (initial)| `<number: 20>` |1980| `cols=(empty string)`| (initial)| `<number: 20>` |1981| `cols=(array with string)`| (initial)| `<number: 20>` |1982| `cols=(empty array)`| (initial)| `<number: 20>` |1983| `cols=(object)`| (initial)| `<number: 20>` |1984| `cols=(numeric string)`| (changed)| `<number: 42>` |1985| `cols=(-1)`| (initial)| `<number: 20>` |1986| `cols=(0)`| (initial)| `<number: 20>` |1987| `cols=(integer)`| (changed)| `<number: 1>` |1988| `cols=(NaN)`| (initial, warning)| `<number: 20>` |1989| `cols=(float)`| (changed)| `<number: 99>` |1990| `cols=(true)`| (initial, warning)| `<number: 20>` |1991| `cols=(false)`| (initial, warning)| `<number: 20>` |1992| `cols=(string 'true')`| (initial)| `<number: 20>` |1993| `cols=(string 'false')`| (initial)| `<number: 20>` |1994| `cols=(string 'on')`| (initial)| `<number: 20>` |1995| `cols=(string 'off')`| (initial)| `<number: 20>` |1996| `cols=(symbol)`| (initial, warning)| `<number: 20>` |1997| `cols=(function)`| (initial, warning)| `<number: 20>` |1998| `cols=(null)`| (initial)| `<number: 20>` |1999| `cols=(undefined)`| (initial)| `<number: 20>` |

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.