-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with blockquotes' pseudo-element styles #4134
Comments
I'd suggest just removing/overriding that styling? it seems well-meaning but overly naive |
Are there pages where this styling is seemingly working as intended? I have a hard time coming up with a situation where this formatting would be of any practical utility, at least not with our docs. I think there is a convention in print where a several-paragraphs-long quotation begins each paragraph in the set with “ but only the last paragraph (in the set) ends with ” |
I think the only cases where it works fully as would be expected are under First Exception and Second Exception in Focus Appearance - which each consist of only a single paragraph and nothing else. If we wanted to only apply this behavior to those, I imagine we could use |
Blockquotes in the Understanding docs include styling which adds an open quote on
blockquote p:first-of-type::before
, and a close quote onblockquote p:last-of-type::after
. Unfortunately, this causes problems in many situations that involve multiple paragraphs, which often involves nesting.Examples captured by @mbgower:
The text was updated successfully, but these errors were encountered: