-
Notifications
You must be signed in to change notification settings - Fork 698
Description
As we want to make changes to the reader mode CSS it would be helpful if the UX team had an easy way to view the reader mode content and edit the CSS live so they can make adjustments using familiar browser developer tools.
I'm thinking of the WordPress Theme Unit Test as inspiration, which gives designers a view into all element variations a WordPress theme needs to support.
My initial idea was that we use a gh-pages branch in this repo to create a mozilla readability page on github with variations for Android, iOS, and Desktop. While this repo doesn't contain the CSS and doesn't want pull requests against it for CSS issues I still think this repo would probably make the best central place for the CSS work. Perhaps the gh-pages can make it very clear where and how to file bugs for each platforms CSS issues.
A simple script could pull down the various CSS styles to the gh-pages branch. Marking the last time the CSS styles were updated would be a nice thing.
Here are the current locations I'm aware of:
Desktop CSS
Android CSS
iOS CSS
I'm not sure what the best method would be to create a test page. Generating one from a complex HTML page might be a good option that could update as the JS code is updated.
Updating the page would be a manual process, but hopefully with a simple gulp or similar script it could be a quick run and push to the branch to update things.
Thoughts?