Κριτικές για το WCAG Contrast checker
WCAG Contrast checker από Rumoroso
6 κριτικές
- Βαθμολογία 4 από 5από Fabian, 2 χρόνια πρινI really like this addon, it helps a lot when checking sites for color contrasts.
Still I always have to disable it when not using it because, as Richard Davies has pointed out earlier, it overrides the default shortcut for selecting an element in the Inspector. It would be a great improvement if one could change the shortcut (or at least disable it in the addon's settings). - Βαθμολογία 4 από 5από grahamperrin, 5 χρόνια πριν
- Βαθμολογία 4 από 5από Renato Alves, 5 χρόνια πριν
- Βαθμολογία 4 από 5από Χρήστης Firefox 14155250, 7 χρόνια πρινIt a good tool, useful.
I would like to see 3 changes to be perfect (i know it's a lot to do):
- be able move it's position, because it takes part of the screen
- show a more specific element selector
- not appear mixed with the page code
anyway i recommendΑπάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινHi. Thank you very much for your comment and specially for the feedback.
I totally agree with the three changes you mention. Until last year, the extension was shown in a lateral panel that was part of the browser and not inside of the HTML. With the new extensions API and the latest versions of the browsers, I had to refactor it and make it appear in the HTML of the main page. I am not really happy with this change because I don't think that a tool for checking properties of the web pages should modify their HTML.
The good point about it is that, because I am not fully happy with the way in which the results are shown, I will work in an improvement (maybe adding it to the developer tools). The less good point is that I am not sure when it will be ready ;)
So, repeating my first sentence, thank you very much for your feedback ;) - Βαθμολογία 4 από 5από Stanley, 7 χρόνια πρινThis is a very useful tool however I think it's important to highlight the content on the webpage wherever there is an issue, currently I am finding it difficult to locate the incorrect content.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινHi Stanley, thanks for the comment and for sharing feed back. I agree that it should have a better way for identifying the elements. Right now, when clicking in the rows of the results table, the elements that are affected are highlighted, but the scroll doesn't move the page to show them and, anyway, in some cases, because their own CSS styles, nothing changes, so it is difficult to identify them in the page. I would like to do some improvements there... and I am always open to other ideas.
Again, thanks :) - Βαθμολογία 4 από 5από Richard Davies, 7 χρόνια πρινNice, but I wish it wouldn't override the CTRL-SHIFT-C keyboard shortcut for inspecting a DOM element.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινThanks for your feedback about the shortcut. If possible, I'll see how I could give the option for defining a custom shortcut.