- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Wed, 10 Oct 2007 12:08:25 +0300
- To: HTMLWG WG <public-html@w3.org>
I just noticed that the allowed contexts for <style scoped> and the content models of <div>, <section>, <article> and <aside> don't match. (Previously, I had coded according to the content models and today I fixed my bugs based on the allowed contexts only to find that my previous code was correct as per the content models.) The content models say "Zero or more style elements, followed by...". They should say "Zero or more style elements that have the scoped attribute set, followed by...". -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/
Received on Wednesday, 10 October 2007 09:08:48 UTC