mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
JSSpecCompiler: Parse <sup> as raising a number to a power in xspec mode
This commit is contained in:
parent
394c9b7006
commit
bd26e5dce9
6 changed files with 18 additions and 4 deletions
|
@ -22,6 +22,7 @@ inline constexpr StringView tag_ol = "ol"sv;
|
|||
inline constexpr StringView tag_p = "p"sv;
|
||||
inline constexpr StringView tag_span = "span"sv;
|
||||
inline constexpr StringView tag_specification = "specification"sv;
|
||||
inline constexpr StringView tag_sup = "sup"sv;
|
||||
inline constexpr StringView tag_var = "var"sv;
|
||||
|
||||
inline constexpr StringView attribute_aoid = "aoid"sv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue