pub(crate) fn scan_start_tag(rest: &[u8]) -> (usize, bool)
Bytes consumed by a start tag, and whether it closed itself.
Tracks quoting so a > or /> inside an attribute value is not mistaken for the end of the tag.
>
/>