-
Notifications
You must be signed in to change notification settings - Fork 257
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
Stylish had analytics and data collection implemented #478
Comments
We have all switched to Stylus now -- a different extension. |
Thanks Jonathan wow... two plugins that do the same thing, one called stylish, the other called stylus. |
Need an update to: https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html |
The only reference to Stylish is in the References.
suggest changing
- Barnabe, Jason (Firefox, Chrome, and Opera browser extension) and
Sobolev, Vladimir (Safari browser extension). (2016). Stylish
<https://userstyles.org/>. Userstyles.org.
to
- Barnabe, Jason (Firefox, Chrome, and Opera browser extension). (2017).
Stylus. <https://github.com/openstyles/stylus/blob/master/README.md>
…On Tue, Sep 25, 2018 at 12:03 PM Alastair Campbell ***@***.***> wrote:
Need an update to:
https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#478 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG_WL_8SPUI6NV-nm3L7zIDhEwippEhCks5uemH5gaJpZM4WoFMx>
.
--
Jim Allan, Accessibility Coordinator
Texas School for the Blind and Visually Impaired
1100 W. 45th St., Austin, Texas 78756
voice 512.206.9315 fax: 512.206.9452 http://www.tsbvi.edu/
"We shape our tools and thereafter our tools shape us." McLuhan, 1964
|
It is now an open source project with a virtual team of contributors, it's probably best to just go with: Stylus browser extension: https://github.com/openstyles/stylus/blob/master/README.md |
I have now installed the Stylus extension in Firefox - but is there any source as to what CSS to use to test SC 1.4.12 Text spacing? |
You can copy this gist, or Steve's bookmarklet is a quick option if the site allows external styling. |
Many of us have created favlets based on what we believe to be the values. I have one here https://labs.levelaccess.com/index.php/Text_Spacing_Favlet There certainly could be some discussion as to the exact CSS needed. For example, we use margin bottom on the p element for the paragraph spacing. Note that div is not included as it is a generic element but many people often use divs to act like paragraphs. |
@detlevhfischer try:
|
I don't think |
Just a note! When helper / spacer classes are used they will never be overwritten by either body / p or *, even when Lots of CSS frameworks, open source or created from within companies use those, we do, as well as Bootstrap for example: https://getbootstrap.com/docs/4.1/utilities/spacing/ So for the following these will never work, and the cascade will be overwritten by specificity: HTML CSS
|
A solution might look like this HTML inject ID or class on CSS
OR
|
Another Note on this kind of tests might be the use of helper / spacer classes in combination with mixins from within CSS Preprocessors like SASS or LESS where combined selectors inherit the !important. Specificity will take over and will... again... undo the styling properties. At least it must be mentioned this might happen. |
Hi Jake, Thanks for pointing that out, I did a quick test and adding a class to the body seems to work, so a little update to the bookmarklet sorts that out. It's annoying that is needed though, it seems there is a way of preventing things like Stylish from working on everything. |
Resolved with |
"Stylish had analytics and data collection implemented that didn't comply with the privacy policy of the Chrome Webstore"
Should we contact them. Important tool for WCAG 2.1
The text was updated successfully, but these errors were encountered: