[Webkit-unassigned] [Bug 34902] [Qt] Added methods to QWebFrame for setting and consulting the CSS2 media type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 11:15:38 PST 2010


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





--- Comment #7 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-02-18 11:15:38 PST ---
I'm still not sure if we should use an enum instead of a string, to not allow
people to add non-standard media types.

Media types is only one part of media as we have media features as well, and
their support depend on the parser recognizing the right keywords, so it would
be impossible extending the media features via a public api (it would also be
hard as we would need callback methods, knowing about the type, css etc), and
that is probably not something that we would like to do anyway.

My the current patch, the user of the api can add whatever media type he/she
likes and I think we should disencourage that.

What is your take on that Simon?

-- 
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