-
Schema.org is defined using a simple variant of [W3C RDF Schema](https://www.w3.org/TR/rdf-schema/). As with all RDF vocabularies (whether RDFS or OWL) these definitions serve to define terms, not to …
-
Hi Stowball,
May I suggest to make your script reacting on attribute "id" also? I think it's around line 44.
You made a great script, thanks for sharing!
Andreas
-
I'm using below function in an automated w3c validator script. It runs daily across ~200 URLs:
```
def validate_url(url):
import requests, sys
print("test url: ", url)
validator_…
-
Steps to Reproduce:
1. download recent build from github
2. install
3. after install it automatically opens up IE, and sets location to the WAT page on TPG’s website.
4. with toolbar now available, se…
-
Need to run Ate Here through W3C HTML validator.
-
The [w3c-validator](https://validator.w3.org/) throws a lot of errors for bootstrap4 atm.
ephes updated
5 months ago
-
I tried to use the library as shown in the example (`from w3c_validator import validate`) from readme.md but I get the error _"cannot import name 'validated' from 'w3c_validator'"_.
I am sure I hav…
-
As I am trying to publish the draft, doing the tests with the different validators, it turns out that the address http://www.example.com/a11y/report/9780000000001 that we used in the principles does n…
-
### Steps to reproduce
Link to live example: https://mui.com/x/react-data-grid/
Steps:
1. Inspect Element of sort button in column headers
2. Find attribute `field`
3. Attribute `field` is no…
-
**Describe the bug**
The output of Widoco does not pass validation by the official W3C HTML Validator @ https://validator.w3.org/nu/
**To Reproduce**
Steps to reproduce the behavior:
1. Run
…