Lines Matching full:letter
341 Partly fixed: svg/batik/text/textLayout.svg (word-letter spacing & textLength is todo)
3459 - 'letter-spacing' / 'word-spacing' is still handled in the "legacy" mode. That means it only works
18108 Repro crash (ASSERTION FAILED: oldText in RenderBlock::updateFirstLetter() during relayout of :before content with first-letter style)
18110 Test: fast/css-generated-content/before-with-first-letter.html
18115 image, since it can also be an inline wrapping a first-letter. In that case,
18231 Test: fast/css/first-letter-capitalized.html
18235 further down so that the first letter is not destroyed if a text transform
21740 another small fix for letter spacing
24647 Add support for justification, letter-spacing, word-spacing and rounding hacks. The CG vs. ATSUI layout
34036 CSS1: Properties for :first-letter aren't recalculated on color change
34038 Mark styles with first-letter as unique.
34809 - fix first-letter when the text of the affected text node is changed
34815 Test: fast/css/first-letter-detach.html
34844 * rendering/RenderBlock.cpp: (WebCore::RenderBlock::updateFirstLetter): Set first-letter
34856 first-letter node and reset the fragment values so that RenderBlock::updateFirstLetter,
34857 which will run during layout, will create a new first-letter child. Otherwise we end up
34858 with the first letter of the old text.
36127 first-letter not updating style with hover
36129 css-formatted first letter won't hide dynamically
36131 Update first letter when RenderBlock::setStyle is called.
39761 to factor spillout caused by negative letter spacing into our right
39767 fast/text/letter-spacing-negative-opacity.html
41361 first letter container, since it may be different than ourselves.