@@ -11,7 +11,7 @@ b, u, i,
1111// lists
1212dl , dt , dd , ol , ul , li ,
1313// forms and tables
14- button , caption , input , fieldset , form , label , legend , table , textarea , tbody , tfoot , thead , tr , th , td ,
14+ button , caption , input , fieldset , form , label , legend , output , table , textarea , tbody , tfoot , thead , tr , th , td ,
1515// semantic elements
1616article , aside , audio , canvas , details , embed , figure , figcaption , footer , header , hgroup , main , mark , menu , nav , option , output , ruby , section , select , summary , time , video {
1717 border : 0 ;
@@ -32,7 +32,7 @@ a, abbr, acronym, b, bdo, big, br, cite, code, del, dfn, em, i, ins, kbd, mark,
3232}
3333
3434// set elements whose contents are typically inline to display: block
35- blockquote , button , caption , dd , dt , figcaption , h1 , h2 , h3 , h4 , h5 , h6 , input , legend , option , output , p , pre , select , summary , textarea {
35+ blockquote , button , caption , dd , dt , figcaption , h1 , h2 , h3 , h4 , h5 , h6 , input , legend , option , output , p , pre , select , textarea {
3636 display : block ;
3737}
3838
@@ -107,3 +107,7 @@ thead {
107107tr {
108108 display : table-row ;
109109}
110+
111+ [hidden ] {
112+ display : none ;
113+ }
0 commit comments