Hi Team, I am using chromium/blink for DOM parsing. I need one single point in chromium/blink from where I can get all attribute changes(insertion, updates, removal etc).
Currently I have hooked to element.cc class in below functions to get any attribute change: Element::RemoveAttributeInternal Element::SetAttributeInternal Element:: AppendAttributeInternal But, still I am missing on few attribute changes like below sometimes style attributes are not received, or if it is received we miss on updates if it. So I need some expert advise. Thanks in advance, Kalyani -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/64849e57-dbe6-4139-8f3e-9d9a0eb9fa62n%40chromium.org.