[1] あるHTML要素が special に属しているかどうかは、
<span><main>aab</span>bbbb... で簡易的にチェックできます。
</span>
が無視されるなら special です。[2] image
は、仕様書の注釈にありますが、
正式には含まれていません。 (img
に置き換えられるのでどちらでも変わりません。)
[3] keygen
は void要素ですが、
special には含まれていません。 (動作はどちらでも変わりません。)
[4] Editorial: clarify the special and ordinary parser categories · whatwg/html@6152327 ( 版) <https://github.com/whatwg/html/commit/6152327d21f6e0cf4a0f8d646435b3400413201d>
[5] Remove <menuitem> from Special category (nolanw著, ) <https://github.com/whatwg/html/commit/7ecbcf1a037449c3d58e26ec704f5cb4cbdcf903>
[6] Restore <xmp> to the "special" elements list (cscott著, ) <https://github.com/whatwg/html/commit/00f25b32f60022329202825e87c3b82afbd55c16>