On 11 October 2011 22:03, Christian Grobmeier <grobme...@gmail.com> wrote:
>>> h2 a, h3 a, h4 a, h5 a {
>>>  text-decoration: none;
>>>  color: black;
>>> }
>>>
>>>> It would also hide links in headings (if there are any)
>>>
>>> Have not found a single one.
>>> Besides, it would be really nasty to put links into headings imho
>>
>> It's not just ones in headings that are affected; any instance of <a
>> name> will be affected.
>>
>> The ones I noticed were in headings, but there could now (or in the
>> future) be other instances that are not in headings.
>
> well, I *hope* this will not be the case. Otherwise there will be
> exceptions on the page which finally leads into chaos.

Not sure I follow.

What exceptions?

<a name="xyz"> used to be the standard way to create anchors in HTML
files, so why should that cause an exception?

>> We should use the fix suggested above in combination with the selector.
>> If the browser does not support the selector, at least headings will
>> still look OK.
>
> +1
>
>> I'm working on a JIRA to document this; I'll attach my site.vsl patch
>> in case we later have to (or want to) use ids in header tags instead.
>
> Sounds good
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to