Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/crashtests/first-letter-column-span-fieldset.html - WPT Dashboard Interop Dashboard
<style>
*:last-of-type {
columns: 474px 1;
}
*:valid {
column-span: all;
}
*::first-letter { }
</style>
<data>
<form></form>
</data>
<u>
<fieldset></fieldset>
</u>