-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
FSE: CSS Reset #27116
Comments
I'm going to add
to this list |
Cool ticket, I've been thinking about what to reset for a while now, how much, how little, and where. Some high level thoughts:
Regarding this one specifically:
Given how both images, embeds, audio and numerous other blocks now use figure as a wrapping element, I'm not sure adding this blanket rule is a good idea. Given its usage, I now think of this one more as like a Furthermore, when the figure is inside the post content container, very often wide and fullwide is implemented using a combination of a |
I think we should go ahead with adding the iframe to the full site editor. Maybe this can be done this week? |
Worth noting that the full site editor content is now iframed. |
Are we expecting that the Post/Page editor will also become iframed? |
I'd love for that to happen. I also imagine a future where there isn't a separate site editor, but that template and site editing is integrated more directly as an option. |
I think this one is solved one way or the other.
It seems to me there's no need for reset anymore. I'm closing this issue for now, let me know if I missed anything. |
In addition to the alignment styles that the front end should provide, we should also provide a CSS reset in Gutenberg to stop each theme having their own reset. Some stuff that is definitely needed:
Please add more as you find it :)
The text was updated successfully, but these errors were encountered: