Property | Value |
---|
searchParams
property does not work due to a bug in our WebIDL bindings
ping
and relList
properties are impossible to emulate because it is impossible to create instances of DOMTokenList
and DOMSettableTokenList
target=""
, ping=""
, and download=""
attributes have not yet been implemented (if they can be)
:link
, :visited
, or :any-link
CSS pseudoclasses, since the spec hard-codes a
as the only tag name allowed to do so (#38)
*
does not overwrite it (#27)
Property | Value |
---|
HTMLQuoteElement
is shared between <blockquote>
and <q>
, but you cannot register a single custom element prototype with multiple tag names, so CustomHTMLQuoteElement
cannot be used for <custom-q>
(#19)
<blockquote>
uses nonstandard properties -webkit-margin-before
, -webkit-margin-after
, -webkit-margin-start
, and -webkit-margin-end
, as well as the nonstandard unit __qem
(#40)
*
does not overwrite it (#27)
Property | Value |
---|
*
does not overwrite it (#27)
Property | Value |
---|
<hr>
uses nonstandard properties -webkit-margin-before
, -webkit-margin-after
, -webkit-margin-start
, and -webkit-margin-end
(#40)
*
does not overwrite it (#27)
Property | Value |
---|