nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

Do not use fieldsets to preview patterns in Pattern Library #279

Open DuaelFr opened 4 years ago

DuaelFr commented 4 years ago

Problem

Using fieldsets for decoration purpose is a bad practice as it leads to invalid HTML and potential accessibility issues. In the pattern library case, it's also annoying because the fieldset's default styles prevent an appropriate preview for most high level patterns.

Solution

Do not use fieldsets to wrap patterns previews. Use a simple div and a header instead.