You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these are the xpaths I use now;
principles = "//div2[@ROLE='principle']"
guidelines = "./div3[@ROLE='group1']"
criteria = "./div4[@ROLE='req' or @ROLE='bp' or @ROLE='additional']/div5[@ROLE='sc']"
not clear to me what we are looking for.. I mean given that we want to extract automatically..
Ah, it’s bonkers that they are not broke up in more granular pieces of information. Basically, @nitedog wants to have the principles without the parts after the dash (I think that could be easy to parse, but I don’t know.
I have now idea if we can solve the guidelines part, as there are no short name in the document at all, which would be useful. The criteria is fine as is.
(BTW: I’m against having links to the individual techniques there, adds only clutter. We could add an informational text with a link to WCAG above the filters, if really, really, really needed.)
Page: first page under "browse test results"
Issue: use only the handles for principles, guidelines, and success criteria:
Principle 1: Perceivable
1.1: Text Alternatives
-- 1.1.1: Non-text Content
Note: you /could/ link these handles to the corresponding sections in WCAG 2.0 (with the "opens in new window" icon used elsewhere on the page)
The text was updated successfully, but these errors were encountered: