htmlarea

htmlarea 要素 (HTML)

代替

[14] 大域属性 contenteditable に置き換えられました。

[1] textarea 要素とほとんど同じですが、内容が plain text ではなく HTML である要素。 WinIE 5 が実装するも、 WinIE 6 は実装しない模様。

[3] 内容にはどんな HTML 要素でも置けると M$DN は言っていますが、 >>2 の筆者は確認できない、 block 要素と inline 要素だけだとしています。

[13]

DOM界面
Node, Element, HTMLElement,
select
value

[12] HTML Editor <http://www.siteexperts.com/ie5/htmlarea/page1.asp>

使用例

<HTMLAREA STYLE="width: 200; height: 100%" ID=editor ONSELECT="cacheSelection(this)" ONKEYUP="cacheSelection(this)" ONMOUSEUP="cacheSelection(this)">
<P>Hello World!
</HTMLAREA>

[16] HTMLayoutが実装しているとか。

属性

accesskey
class
cols1*DIGIT
datafld
dataformatas
datasrc
dir
disabled
id
lang
language
name
(%Events;)
readonly
rows
style
tabindex
title
wraphard

[17] [whatwg] Submitting contentEditable Content In A Form ( ( 版)) <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-October/037626.html>

[18] HTML Editor ( ( 版)) <http://www.siteexperts.com/ie5/htmlarea/page1.asp>