- From: Gérard Talbot <www-style@gtalbot.org>
- Date: Wed, 26 Jan 2011 13:37:56 -0800
- To: "W3C style mailing list" <www-style@w3.org>
Hello, 16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property http://www.w3.org/TR/CSS21/text.html#lining-striking-props Current text ------------ (...) Note that text decorations are not propagated to floating and absolutely positioned descendants, nor to the contents of atomic inline-level descendants such as inline blocks and inline tables. (...) For example, images and inline blocks must not be underlined. Proposed corrected text ----------------------- (...) Note that text decorations are not propagated to floating and absolutely positioned descendants, nor to the contents of atomic inline-level descendants such as inline-blocks and inline-tables. (...) For example, images and inline-blocks must not be underlined. s/inline blocks/inline-block/ s/inline tables/inline-tables/ Gérard -- CSS 2.1 Test suite RC5 (January 11th 2011) http://test.csswg.org/suites/css2.1/20110111/html4/toc.html Contributions to CSS 2.1 test suite http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ Web authors' contributions to CSS 2.1 test suite http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Wednesday, 26 January 2011 21:38:31 UTC