[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
process readonly attribute (Was *w3m form textarea* buffer, not modified, readonly)
- From: Naohiro Aota <nao.aota@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 16:08:14 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10275
- References: <87k5gil42e.fsf@xxxxxxxxxxx>
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." とメッセージを出す。
というように実装しています。
--
青田