Issue #2104 - Part 2: Indicate if a label was cropped via the "_is_cropped" attribute

This commit is contained in:
FranklinDM 2023-02-03 11:16:04 +08:00 • committed by roytam1
commit 4c9665a4ae
2 changed files with 8 additions and 0 deletions

View file

@ -39,6 +39,7 @@ GK_ATOM(_moz_resizing, "_moz_resizing")
GK_ATOM(mozallowfullscreen, "mozallowfullscreen")
GK_ATOM(moztype, "_moz-type")
GK_ATOM(mozdirty, "_moz_dirty")
GK_ATOM(_is_cropped, "_is_cropped")
GK_ATOM(mozdisallowselectionprint, "mozdisallowselectionprint")
GK_ATOM(mozdonotsend, "moz-do-not-send")
GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")