Quote:
Originally Posted by KevinH
My first thought was that using regex, it would be quite straightforward to find and remove all alt attributes and their contents from img tags. And once you have that regex you can save it as a Saved search so it is easy to find and reuse. Access Aide uses the same approach for contents of title tags inside head tags (ie if you want Access Aide to fill them they must be empty).
What issues did you run into?
|
Thanks, Kevin.
I just used this for the search: alt="(.+)" , and while it found all the alt-text , there were other strings that matched the search. So I had to step through the search. Sometimes it's quicker to do that than trying to find the correct regex search.