On Thu, Feb 14, 2013 at 12:17 PM, "Gérard Talbot" <www-style@gtalbot.org> wrote: > Hello, > > CSS Text Decoration Module Level 3 > Section 2.1. Text Decoration Lines: the ‘text-decoration-line’ property > http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property > > states > > " > Name: text-decoration-line > Value: none | [ underline || overline || line-through || blink ] > > (...) > > ‘none’ > Neither produces nor inhibits text decoration. > " > > > I do not understand the "nor inhibits text decoration" part. FYI, CSS 2.1 > was only stating: > > " > none > Produces no text decoration. > " > http://www.w3.org/TR/CSS21/text.html#decoration If an ancestor has a text decoration that would apply to the element, "none" doesn't wipe it out. It simply doesn't create any new decorations. ~TJReceived on Thursday, 14 February 2013 20:58:39 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:26 UTC