RESOLVED FIXED 27015
CSS properties such as color: and font-size: may be applied applied to the Media Controller text.
https://bugs.webkit.org/show_bug.cgi?id=27015
Summary CSS properties such as color: and font-size: may be applied applied to the Me...
Pierre d'Herbemont
Reported 2009-07-06 17:33:05 PDT
CSS properties such as color: and font-size: may be applied applied to the Media Controller text. <rdar://problem/7027586>
Attachments
patch v1. (7.48 KB, patch)
2009-07-06 17:35 PDT, Pierre d'Herbemont
simon.fraser: review-
patch v2. (8.15 KB, patch)
2009-07-06 18:22 PDT, Pierre d'Herbemont
no flags
patch v3. (8.50 KB, patch)
2009-07-06 18:30 PDT, Pierre d'Herbemont
simon.fraser: review+
Pierre d'Herbemont
Comment 1 2009-07-06 17:35:49 PDT
Created attachment 32335 [details] patch v1.
Simon Fraser (smfr)
Comment 2 2009-07-06 17:47:13 PDT
Comment on attachment 32335 [details] patch v1. > WebCore: > > 2009-07-06 Pierre d'Herbemont <pdherbemont@apple.com> > > Reviewed by NOBODY (OOPS!). > > Make sure the media controller style is not overrided. This is too vague, and not actually correct. You need to take care that your changelogs are very explicit about the changes being made, and that they make sense to someone who is not familiar with the code. > > This is only for QT mode. And this mostly affects text What is QT mode (for someone not familiar)? > properties. > > There is a special case for text-decoration that can't > be overrided from CSS. In this case we just > force it from the code. Where is the changelog file entry for this? In cases like this, it's good to annotate the individual file changes one by one. I'm going to be a hard-ass and r- this to give you some changelog-writing practice. :)
Pierre d'Herbemont
Comment 3 2009-07-06 18:22:53 PDT
Created attachment 32345 [details] patch v2. hum. ChangeLog more descriptive this time :-)
Pierre d'Herbemont
Comment 4 2009-07-06 18:30:02 PDT
Created attachment 32346 [details] patch v3. git changelog was still the old one for some reason.
Pierre d'Herbemont
Comment 5 2009-07-07 11:03:31 PDT
Note You need to log in before you can comment on or make changes to this bug.