added the tags "hierarchy"

This commit is contained in:
2025-10-31 16:08:51 -06:00
parent 048ac3abc3
commit d69715557e
2 changed files with 213 additions and 0 deletions
+8
View File
@@ -27,3 +27,11 @@ type HTMLChecker interface {
}
// var NotYetFinished = errors.New("the HTML checker has not yet been finished")
type htmlCheckerBackend interface {
getCheckerAttrValue(string) string
sendTagMessage(string)
getCheckerContextValue(string) any
addExternalRef(*url.URL)
addInternalRef(string)
}