Related Usage of ARIA attributes
question from James Craig
Thanks for this. Is there any want to trace back the 421 instances of
role=“text” to specific domains? e.g. Can I get more information about
where those were used?
SELECT * FROM (
SELECT page, url, REGEXP_EXTRACT(LOWER(body), r'(<[a-z-]+\s(?:[^>]+\s)?role\s*=\s*["\']?text(?:[^a-z0-9][^>]*>|>))') AS tag
FROM [httparchive:har.2016_06_15_chrome_requests_bodies]
) WHERE tag != "null"
This query for some reason found 600 matches in the same dataset. I’m not sure why; removing duplicate url
entries doesn’t bring it down to 421. Anyway, results at
results-20160809-114022.csv
page,url,tag
http://www.greenboutique.ro/,http://s1.blt.ro/greenboutique.ro/js/d.scripts.1464353877.845342.js,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
http://www.webdesigntownsville.net.au/,http://www.webdesigntownsville.net.au/min/serve/g?g=c17ddc4712923c93b96e52deafaffa27&lm=1446462547,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
http://www.justin-tv-izle.com/,http://www.justin-tv-izle.com/wp-content/plugins/all-in-one-schemaorg-rich-snippets/js/jquery.rating.min.js?ver=4.5.3,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
http://www.ganttexcel.com/,http://16016-presscdn-0-59.pagely.netdna-cdn.com/wp-content/plugins/all-in-one-schemaorg-rich-snippets/js/jquery.rating.min.js?ver=4.5.3,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
http://www.wow-themes.com/,http://wow-themes.com/assets/js/jquery.rating.js,"<div role=""text"" aria-label=""'+ (this.title || this.value) +'"" class=""star-rating rater-'+ control.serial +'"">"
http://www.minhyo.jp/,http://minhyo.jp/wp-content/themes/minhyo2/js/jquery.rating.js,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+r.serial+'"">"
http://www.myastana.kz/,http://www.myastana.kz/assets/451e6cd8/jquery.rating.js,"<div role=""text"" aria-label=""'+ this.title +'"" class=""star-rating rater-'+ control.serial +'"">"
http://www.docucopies.com/,https://www.docucopies.com/js/1464023250_combined.js,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
http://www.freeneville.com/,https://freeneville.com/wp-content/plugins/all-in-one-schemaorg-rich-snippets/js/jquery.rating.min.js?ver=4.5.3,"<div role=""text"" aria-label=""'+this.title+'"" class=""star-rating rater-'+control.serial+'"">"
This file has been truncated. show original