On 11 October 2011 21:48, Christian Grobmeier <grobme...@gmail.com> wrote:
>>> Is there any reason why we should not format:
>>> h2 a {
>>>  text-decoration: none;
>>>  color: black;
>>> }
>>
>> Would need to be applied to <h3> etc as well.
>
> 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.

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.

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.

>
>>
>>>>
>>>> [I realise that the name attribute is deprecated, but the id attribute
>>>> behaves exactly the same.]
>>>>
>>>> [1] http://incubator.apache.org/projects/index.html
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>>> For additional commands, e-mail: general-h...@incubator.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> http://www.grobmeier.de
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>> For additional commands, e-mail: general-h...@incubator.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>
>
>
>
> --
> http://www.grobmeier.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

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

Reply via email to