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
RAGE table cells have a lot of non-HTML attributes, a title tag and lots of style etc. This is an OK default because it means the HTML dumped looks + acts exactly the same as the original report, but for other consumers it makes sense to clean the data - eg. it doesn't parse well as-is. The simplest thing is just to remove all the attributes from the div inside each elements.
RAGE table cells have a lot of non-HTML attributes, a title tag and lots of style etc. This is an OK default because it means the HTML dumped looks + acts exactly the same as the original report, but for other consumers it makes sense to clean the data - eg. it doesn't parse well as-is. The simplest thing is just to remove all the attributes from the div inside each elements.
eg.
In ragelib this could be done on all elements together, saving the awkward wrapping to make it parse and probably performing better.
The text was updated successfully, but these errors were encountered: