1579953-2-ref.html (218B)
1 <!DOCTYPE html> 2 <style> 3 details::first-line { color: green; } 4 * { column-count: 1 } 5 </style> 6 7 <body> 8 <table id="b"><tbody></tbody></table> 9 <details id="a" open> 10 <summary hidden></summary> 11 This is the details</details>