ruffle/core
Mike Welsh f55bac2014 text: HTML tags and attributes are case insensitive (fix #1021)
Use eq_ignore_ascii_case when parsing HTML tags. Different versions
of Flash may export HTML tags with different cases, so this will
work a little better; however, we'll need a true HTML parser to
handle this robustly (for opening and closing tags with different
cases, for example).
2020-08-24 11:27:14 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.38 to 1.0.39 2020-08-21 12:54:02 -07:00
src text: HTML tags and attributes are case insensitive (fix #1021) 2020-08-24 11:27:14 -07:00
tests avm2: Implement avm2 math opcodes (merge #1037) 2020-08-23 13:38:38 -07:00
Cargo.toml build(deps): bump smallvec from 1.4.1 to 1.4.2 2020-08-12 11:13:33 -07:00