mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 17:54:57 +00:00

This adds initial support for `open-quote`, `close-quote`, `no-open-quote` and `no-close-quote`. We don't yet track the "nesting level" so we always use the first pair of quotes from the `quotes` property.
4 lines
154 B
HTML
4 lines
154 B
HTML
<!doctype html>
|
|
<div class="a">Well, hello friends!</div>
|
|
<div class="b">“Well, hello friends!”</div>
|
|
<div class="c">/* Well, hello friends! */</div>
|