[Webkit-unassigned] [Bug 14550] Non-layout style change does not update nested first-letter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 02:29:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=14550





--- Comment #8 from Yuzo Fujishima <yuzo at google.com>  2010-10-05 02:29:36 PST ---
Dan, Dave,

Thank you for your reviews and comments. Can you take another look?

Note:

An alternative approach, "Update first letter after style has been recalculated for descendants",
properly handles:

   <p id="target"><span>first letter stays black</span></p>
   ... document.getelementbyid('target').style.color = 'green';

but not:

    <p><span id="target">first letter stays black</span></p> 
   ... document.getelementbyid('target').style.color = 'green';
   (Stale cached pseudo style is used in this case.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list