Title
Subtitle
{"ScriptPreparationCode":"const h1 = document.querySelector(\u0027h1\u0027);\r\nconst h2 = document.querySelector(\u0027h2\u0027);\r\nconst hgroup = document.querySelector(\u0027hgroup\u0027);\r\nconst main = document.querySelector(\u0027main\u0027);\r\nconst article = document.querySelector(\u0027article\u0027);","TestCases":[{"Name":"class on target element","Code":"hgroup.matches(\u0027.attribution\u0027);","IsDeferred":false},{"Name":"data on target element","Code":"h2.matches(\u0027*[data-bench-ignore], *[data-bench-ignore] *\u0027);","IsDeferred":false},{"Name":"data nested star","Code":"h1.matches(\u0027*[data-bench-ignore], *[data-bench-ignore] *\u0027);","IsDeferred":false}]}