util: corestring: Add DOM "reversed" string.

This commit is contained in:
Michael Drake 2021-02-10 17:59:12 +00:00
parent 496b1eca08
commit 32d9de461e
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ CORESTRING_DOM_STRING(rect);
CORESTRING_DOM_STRING(rel);
CORESTRING_DOM_STRING(reset);
CORESTRING_DOM_STRING(resize);
CORESTRING_DOM_STRING(reversed);
CORESTRING_DOM_STRING(rows);
CORESTRING_DOM_STRING(rowspan);
CORESTRING_DOM_STRING(scroll);