first-letter-column-span-fieldset.html (246B)
1 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2008625"> 2 <style> 3 *:last-of-type { 4 columns: 474px 1; 5 } 6 *:valid { 7 column-span: all; 8 } 9 *::first-letter { } 10 </style> 11 <data> 12 <form></form> 13 </data> 14 <u> 15 <fieldset></fieldset> 16 </u>