Quote:
Originally Posted by derangedhermit
For single vs double vs guillemets, does it work to do the markup using <q> </q> in the html and then setting the character in CSS? Like q:before {content openquotechar}; q:after { content: closequotechar; }; and defining open- and closequotechar based on language?
|
I believe "content" is not a widely supported property (though it's in the spec). And the quoting styles don't differ only in the quote characters, but also in other details, like the punctuation placement.