[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

process readonly attribute (Was *w3m form textarea* buffer, not modified, readonly)



jidanni@xxxxxxxxxxx writes:

> Regarding the *w3m form textarea* buffer:
> If the user hasn't started changing anything in it, it should be
> marked "--" unmodified, as seen in the minibuffer, and Buffer List,
> not "**" modified.
>
> Furthermore, if called via <textarea readonly="readonly">, then it
> should also be "%%" readonly, like how firefox acts too.

先日、 jidanni さんの指摘を受けて textarea が readonly 属性を処理するよう
に変更しました。 これに関連して textbox やパスワード入力でもreadonly 属性
を処理するようにしてみました。

textbox: "READONLY TEXT: <textbox content here>" のようにメッセージを出す。
パスワード入力: "This input box is read-only." とメッセージを出す。

というように実装しています。 

--
青田