rbelow / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
1 stars 0 forks source link

<blockquote> and <q> with quote marks inside of tags not removing quotes as expected. #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See the blockquote example in the tests.html file.  It has the text:

"<blockquote> This is blockquote text which has quote marks inside the
source. They should be removed by reset.css and you should not see them."

When displayed in firefox, the open quote marks are not removed as seems to
be indicated by the reset rule shown below.

What effect does this rule in reset.css have?

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

Original issue reported on code.google.com by glenn.re...@gmail.com on 8 Sep 2007 at 8:58

GoogleCodeExporter commented 8 years ago
This behaves as expected. The rule removes the quote marks that some browsers 
insert, not the ones the user 
might insert themselves. 

I don't think we should force users to not use their own quote marks, but the 
point of the rule is that they can be 
sure the browser won't place them on its own accord. 

Original comment by ola...@gmail.com on 12 Sep 2007 at 4:44

GoogleCodeExporter commented 8 years ago
Considering this issue solved.

Original comment by ola...@gmail.com on 25 Sep 2007 at 12:11