I was looking at https://en.wikipedia.org/wiki/XPath_2.0 and I was surprise to find out that modern browser engines do not support XPath 2.0. I have successfully used XPath 2.0 function such as substring-after
and matches
in Chrome without much issue but according to the official docs this should not be supported as it is not part of XPath 1.0.
Is the Compatible browser engine list outdated, or am I missing something? Anyone has a historical context why such an old spec released on 2007 still not supported?