[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot follow link
- From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: 31 Mar 2001 00:04:37 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 00408
- References: <m3zoe48kf0.wl@ari.mbf.sphere.ne.jp>
>> On Fri, 30 Mar 2001 04:06:11 +0900
>> "ari" == ari@mbf.sphere.ne.jp (Akihiro Arisawa) said as follows:
ari> (1) <a href = "hoge.html">hoge</a> と `=' の前後にスペースがある。
ari> (2) <a id="hoge" name="hoge" href="#hoge">hoge</a> と
ari> name 属性の前に href 以外の属性がある。
これらに対応するため w3m-fontify-anchor を書き直しました。他にも色々と
修正しました。
2001-03-30 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* w3m.el (w3m-home-page): Default value is changed.
(w3m-html-string-regexp): Support single quoted string.
(w3m-parse-attributes): Import from w3m-form.el.
(w3m-fontify-anchors): Fix bug reported in [emacs-w3m:00400].
(w3m-external-view): Fix.
(w3m-goto-url): Default argument is changed when it is
interactively called.
(w3m-browse-url): Fix.
(w3m-about): Update.
(w3m-about-history-except-regex): Add `about:'.
* w3m-form.el: (w3m-parse-attributes): Exported.
* mime-w3m.el (mime-w3m-save-background-color): Changed
`edebug-form-spec'.
* Makefile.in (dist): Improved.
(Makefile, configure): New rules.
(ECC, MODULES): Removed macros.
で、ちょっと仕様に詳しい方に教えて頂きたいのですが、HTML の世界で言う
ところの文字列の条件はどうなっているのでしょうか。例えば、
<a href="hogehoge">
というのは分かりやすい例ですが、
<a href="hoge\"hoge">
というように \ でエスケープすることは許されているのでしょうか。また、
<a href='hoge"hoge'>
という場合の解釈はどうするのが正しいのでしょうか。一応、現状はシェルの
クオートと同じ振る舞いをするように調節してあるつもりです。
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/