Are there any plans to add HTML5 element support? For example, the query below currently returns an empty set even though there are <section> elements in the document:
CODE
select * from html where url="http://www.html5rocks.com/" and xpath = "//section"