You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styles should be kept in stylesheet and not in page content. Attribute style should not be added to any tag! Any hardcoded values for colors, fonts etc. are unacceptable because they destroy website style consistency i.e. when using alternative hi-contrast css that inverts text/background colors for accessibility or when there's a button for changing global font size.
There is no easy way to customize toolbar and navigator to get rid of all of this bad formatting options and to replace them with classes that would do the same but in a proper way.
It is not possible to add custom button with more than one class.
This all makes Gutenberg a step backward in terms of coding standards. This problems could be easily avoided in TinyMCE by js but in Gutenberg it is just impossible to make editor produce proper HTML code.
Why Gutenberg devs focus only visual aspects and not on accessibility, customizability and separation of code and styles?
Step-by-step reproduction instructions
Turn on Gutenberg
Watch how you website content mixes with hardcoded styles
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered:
Description
style
should not be added to any tag! Any hardcoded values for colors, fonts etc. are unacceptable because they destroy website style consistency i.e. when using alternative hi-contrast css that inverts text/background colors for accessibility or when there's a button for changing global font size.This all makes Gutenberg a step backward in terms of coding standards. This problems could be easily avoided in TinyMCE by js but in Gutenberg it is just impossible to make editor produce proper HTML code.
Why Gutenberg devs focus only visual aspects and not on accessibility, customizability and separation of code and styles?
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: