Element name CSS selectors in HTML are case insensitive, i.e. SPaN
matches <span>
. This behaviour is currently not guaranteed by rasterizeHTML.js as the input is transformed to XHTML where selectors are case sensitive.
Additionally it should be checked whether the same applies to the :hover
and :active
selector rewrites.
该提问来源于开源项目:cburgmer/rasterizeHTML.js