Think about moving code to core/. What code will also be useful on other platforms?
Think about HTML semantics.
Think about accessibility. Try to search for a11y recommendations for your case. Think about how screen reader users will use the tool. Is it easy to use on a screen with bad contrast?
The UI was checked in Chrome and Firefox (and Safari or Epiphany if you have them).
Pull request auto-reviewer
Think about moving code to
core/
. What code will also be useful on other platforms?Think about HTML semantics.
Think about accessibility. Try to search for a11y recommendations for your case. Think about how screen reader users will use the tool. Is it easy to use on a screen with bad contrast?
The UI was checked in Chrome and Firefox (and Safari or Epiphany if you have them).