[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xhtml dtd hypertext '<a id="fuga">'
飛田です。
申し訳ありません。勘違いがあった(というか英語をちゃんと読んでなかった)
かもしれません。
>>>>> In [emacs-w3m : No.05377]
>>>>> Shinichiro HIDA <shinichiro@stained-g.net> wrote:
> こんにちは、
> 飛田です.
> http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Hypertext
> の中に、次のような項目があります.
> F.3.1.3. Hypertext
> <!-- ...................................................................... -->
> <!-- XHTML Hypertext Module .............................................. -->
> <!-- file: xhtml-hypertext-1.mod
[...]
> PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
> SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-hypertext-1.mod"
> Revisions:
> (none)
> ....................................................................... -->
> <!-- Hypertext
> a
> This module declares the anchor ('a') element type, which
> defines the source of a hypertext link. The destination
> (or link 'target') is identified via its 'id' attribute
> rather than the 'name' attribute as was used in HTML.
-->
> で、これを読むと (私の読み違いが無ければ)
> <a href="#fuga">fuga</a>
> を辿ると
> <a id="fuga">fuga の説明</a>
> とあるところに飛んでくれると良いように思います.
これ、気づいたのですが、どうも a 以外の id へも飛ぶようにすべきなので
はないですかね?
で、やはり
> 素の w3m/0.4.1 ではそのように動いてくれますが、emacs-w3m だと、どうも
<div id="fuga">なんたら</div> というような、a 以外のタグの id 属性へは
飛んでくれません。
宜しくお願い致します。
--
Shinichiro HIDA mailto:shinichiro@stained-g.net
GPG fingerprint = 5F2D 1656 FFF6 F691 A51C 5E61 E416 D398 470C 1CE9