Given the new syntax highlighting language hint system, a post tagged javascript and html5 should cause the syntax highlighter to switch to the default detect language based on code block content mode.
However, the code blocks in this question shows otherwise - even though two language tags are specified, the code blocks still receive HTML's highlighting rule. A quick check at the source shows this to be true:

So am I reading the new rules incorrectly, or is this a bug?