зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1056166 followup: move margin{SIDE} and textAlign atoms out of '#ifdef ACCESSIBILITY' section, to fix --disable-accessibility builds. r=ehsan
This commit is contained in:
Родитель
7b968ad142
Коммит
c1ad232fef
|
@ -550,6 +550,10 @@ GK_ATOM(lwthemetextcolor, "lwthemetextcolor")
|
|||
GK_ATOM(main, "main")
|
||||
GK_ATOM(map, "map")
|
||||
GK_ATOM(manifest, "manifest")
|
||||
GK_ATOM(marginBottom, "margin-bottom")
|
||||
GK_ATOM(marginLeft, "margin-left")
|
||||
GK_ATOM(marginRight, "margin-right")
|
||||
GK_ATOM(marginTop, "margin-top")
|
||||
GK_ATOM(marginheight, "marginheight")
|
||||
GK_ATOM(marginwidth, "marginwidth")
|
||||
GK_ATOM(mark, "mark")
|
||||
|
@ -1111,6 +1115,7 @@ GK_ATOM(text_decoration, "text-decoration")
|
|||
GK_ATOM(terminate, "terminate")
|
||||
GK_ATOM(test, "test")
|
||||
GK_ATOM(text, "text")
|
||||
GK_ATOM(textAlign, "text-align")
|
||||
GK_ATOM(textarea, "textarea")
|
||||
GK_ATOM(textbox, "textbox")
|
||||
GK_ATOM(textnode, "textnode")
|
||||
|
@ -2234,10 +2239,6 @@ GK_ATOM(itemset, "itemset")
|
|||
GK_ATOM(lineNumber, "line-number")
|
||||
GK_ATOM(linkedPanel, "linkedpanel")
|
||||
GK_ATOM(live, "live")
|
||||
GK_ATOM(marginBottom, "margin-bottom")
|
||||
GK_ATOM(marginLeft, "margin-left")
|
||||
GK_ATOM(marginRight, "margin-right")
|
||||
GK_ATOM(marginTop, "margin-top")
|
||||
GK_ATOM(menuitemcheckbox, "menuitemcheckbox")
|
||||
GK_ATOM(menuitemradio, "menuitemradio")
|
||||
GK_ATOM(mixed, "mixed")
|
||||
|
@ -2256,7 +2257,6 @@ GK_ATOM(spinbutton, "spinbutton")
|
|||
GK_ATOM(status, "status")
|
||||
GK_ATOM(tableCellIndex, "table-cell-index")
|
||||
GK_ATOM(tablist, "tablist")
|
||||
GK_ATOM(textAlign, "text-align")
|
||||
GK_ATOM(textIndent, "text-indent")
|
||||
GK_ATOM(textInputType, "text-input-type")
|
||||
GK_ATOM(textLineThroughColor, "text-line-through-color")
|
||||
|
|
Загрузка…
Ссылка в новой задаче