ubc-web-services / Megatron

Drupal 7 theme for the UBC CLF
http://ubc-web-services.github.com/Megatron/
9 stars 8 forks source link

Fix for validator error "Element style is missing required attribute scoped" #25

Closed grandmasterv closed 10 years ago

grandmasterv commented 10 years ago

Style tags in HTML5 require the scoped attribute if they are used outside the Head element. This makes the style apply to the parent element which is fine in our case as its the body element. http://www.w3schools.com/tags/tag_style.asp