Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-conditional/container-queries/size-container-with-quotes.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Container Queries Test: <q> element as a size container must generate quotes</title>
<link rel="match" href="size-container-with-quotes-ref.html">
<style>
q {
container-type: inline-size;
display: block;
}
</style>
<q>This text must be quoted.</q>