size-container-with-quotes.html (377B)
1 <!DOCTYPE html> 2 <title>CSS Container Queries Test: <q> element as a size container must generate quotes</title> 3 <link rel="help" href="https://drafts.csswg.org/css-conditional-5/#size-container"> 4 <link rel="match" href="size-container-with-quotes-ref.html"> 5 <style> 6 q { 7 container-type: inline-size; 8 display: block; 9 } 10 </style> 11 <q>This text must be quoted.</q>