I can only use:
<object> data.. </object>,
not:
Can I change the syntax:
<object data="data:text/html;b_Stack Overflow日本語サイト
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<object data="data:text/html;b
<object data="data:text/html;base64,drgsdrgsdrgsdrgsdrgsdrgsdrg=="></object>
into this style:
<object>data</object> style?
No.
The child nodes of an object element:
The closest you could get would be to decode the HTML embedded in the URI (despite the claim it is text/html, the URI doesn't appear to resolve to anything sane) and then use that instead of having an object at all.
text/html
いいえ。
オブジェクト要素の子ノード:
あなたが得ることができる最も近いのは、URIに埋め込まれたHTMLをデコードすることです(それがであるという主張にもかかわらず、text/htmlURIは正気なものに解決されないようです)。