summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStylePropertyList.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-10-30 22:36:49 +0000
committerMoonchild <moonchild@palemoon.org>2020-10-30 22:36:49 +0000
commit9b1406f183705e81701d9136f6df63cae72b5362 (patch)
tree6d8dbecf751fea15bc1e6d28984638fdd5b392b1 /layout/style/nsComputedDOMStylePropertyList.h
parent6a4c3caa8ee469558c27077ddfad8268b1575da4 (diff)
parentd22717ff98ccde224883c0cc99a330e92c7ac4a5 (diff)
downloadUXP-9b1406f183705e81701d9136f6df63cae72b5362.tar
UXP-9b1406f183705e81701d9136f6df63cae72b5362.tar.gz
UXP-9b1406f183705e81701d9136f6df63cae72b5362.tar.lz
UXP-9b1406f183705e81701d9136f6df63cae72b5362.tar.xz
UXP-9b1406f183705e81701d9136f6df63cae72b5362.zip
Merge pull request 'Fix up -moz-tab-size and unprefix it.' (#1674) from athenian200/UXP:tab-size-length into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1674
Diffstat (limited to 'layout/style/nsComputedDOMStylePropertyList.h')
-rw-r--r--layout/style/nsComputedDOMStylePropertyList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/nsComputedDOMStylePropertyList.h b/layout/style/nsComputedDOMStylePropertyList.h
index 8d4d8e45e..6a18a7ad0 100644
--- a/layout/style/nsComputedDOMStylePropertyList.h
+++ b/layout/style/nsComputedDOMStylePropertyList.h
@@ -228,6 +228,7 @@ COMPUTED_STYLE_PROP(scroll_snap_type_x, ScrollSnapTypeX)
COMPUTED_STYLE_PROP(scroll_snap_type_y, ScrollSnapTypeY)
COMPUTED_STYLE_PROP(shape_outside, ShapeOutside)
//// COMPUTED_STYLE_PROP(size, Size)
+COMPUTED_STYLE_PROP(tab_size, TabSize)
COMPUTED_STYLE_PROP(table_layout, TableLayout)
COMPUTED_STYLE_PROP(text_align, TextAlign)
COMPUTED_STYLE_PROP(text_align_last, TextAlignLast)
@@ -295,7 +296,6 @@ COMPUTED_STYLE_PROP(_moz_outline_radius_bottomRight,OutlineRadiusBottomRight)
COMPUTED_STYLE_PROP(_moz_outline_radius_topLeft, OutlineRadiusTopLeft)
COMPUTED_STYLE_PROP(_moz_outline_radius_topRight, OutlineRadiusTopRight)
COMPUTED_STYLE_PROP(stack_sizing, StackSizing)
-COMPUTED_STYLE_PROP(_moz_tab_size, TabSize)
COMPUTED_STYLE_PROP(text_size_adjust, TextSizeAdjust)
COMPUTED_STYLE_PROP(user_focus, UserFocus)
COMPUTED_STYLE_PROP(user_input, UserInput)