validity icon indicating copy to clipboard operation
validity copied to clipboard

A Google Chrome extension for validating HTML.

Results 27 validity issues
Sort by recently updated
recently updated
newest added

When I check my page I got errors in the extension: ![image](https://user-images.githubusercontent.com/2775475/195564567-781aaca0-d9a7-46fc-8968-e6ceda7e9401.png) But if I check it on w3c validator site I got "Info" (not error). ![image](https://user-images.githubusercontent.com/2775475/195564769-7af649cf-a449-4f71-87aa-6422316b7030.png) Can you change...

Hello, I'd like to buy your extension. Are you interested in selling it? Best regards, Pavel [email protected]

https://github.com/renyard/validity/blob/9ee119d672487f75e3f9bb7429584f35e80c5380/src/manifest.json#L28 Documentation: https://developer.chrome.com/extensions/background_pages

Have you considered adding W3C's CSS Validator also? Much in the same was as [Unicorn](https://validator.w3.org/unicorn/) works?

I get this error when i try to connect. Looks like some online location is down. ![image](https://user-images.githubusercontent.com/11624240/26938345-f6607152-4c41-11e7-9a50-ab68c87131dc.png)

Since the extension uses both an external validation server (where user data is sent to be validated) and Google Analytics, it should also include a privacy policy in order to...

security

https://developer.chrome.com/extensions/content_scripts#pi https://developer.chrome.com/extensions/tabs#method-executeScript

architecture

Move strings into en_GB locale, in order to enable future support for other languages.

architecture

The Validity Icon does not display for local files on Mac (10.7.5) Chrome (26.0.1410.65). As a workaround I can display the icon and check validation by using a local IP....

feature

My development is done using Struts to interface between Java and HTML, and I noticed after I installed the plugin that, for some reason, the Action was being executed twice...

investigation