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
Be able to parse attributes in an element that contain : (colon) in it.
Example
document.QuerySelectorAll("meta[property=og:url]")
to find
<meta property="og:url" content="" />
Many website use this because of Facebook
Original issue reported on code.google.com by [email protected] on 27 Oct 2011 at 3:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Oct 2011 at 3:39The text was updated successfully, but these errors were encountered: