[whatwg] Why is @scoped required for <style> as flow content?
Boris Zbarsky
bzbarsky at MIT.EDU
Sun Mar 27 11:30:52 PDT 2011
On 3/27/11 3:21 AM, Jukka K. Korpela wrote:
> It is a rather common setup in websites that offer the public an
> opportunity to publish for free. I've been told eBay is an example of
> that: you can only affect some parts of the <body>.
If you can only affect _some_ parts of the <body> you should in fact be
using <style scoped>, no?
The use case for unscoped <style> outside <head> is if you have full
control over the <body> but no control over <head>.
-Boris
More information about the whatwg
mailing list