I want to make a site that is both difficult to screen-scrap and accessible.
Is that an oxymoron?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most likely. Accessibility relies on tools that parse the underlying code. For example the
table“summary” attribute, or more common, the “alt” attribute on theimgtag. In addition, these tools may interpret the code in ways that may not be as straight-forward as this.So, if a site is accessible is somewhat the same as saying that the underlying code is easily parseable. And, consequently, if it’s parseable, it can easily be scraped.
So, yes, you could say it’s an oxymoron.