The more generic virtual variant is renamed to node_name() and now only Element has tag_name(). This removes a huge amount of String ctor/dtor churn in selector matching.
This allows you to inspect the layout tree, along side the DOM tree. It will need more functionality to be truly useful, but it's a start.