devongarde / ssc

static site checker (an opinionated HTML nitpicker)
Other
10 stars 2 forks source link

namespaces #19

Closed devongarde closed 3 years ago

devongarde commented 4 years ago

The current namespace analysis is too rigid, for example ssc complains when namespaced elements are used (it should shut up). Update and improve the analysis.

devongarde commented 3 years ago

Furthermore, it gets namespaces using non-conventional identifiers quite wrong. This needs fixing.

devongarde commented 3 years ago

This is significantly improved in versions to 0.0.102.

devongarde commented 3 years ago

Improvements in 0.0.107, especially in dealing with the XMLNS scope design error. However, it is now clear ssc needs to explicitly understand common namespaces: thus, more work to do.