Content models that allow <style scoped>

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