You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/parserlib.js
+53-17Lines changed: 53 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Version v0.2.0, Build time: 13-November-2012 01:17:54 */
24
+
/* Version v0.2.2, Build time: 17-January-2013 10:26:34 */
25
25
varparserlib={};
26
26
(function(){
27
27
@@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931
931
THE SOFTWARE.
932
932
933
933
*/
934
-
/* Version v0.2.0, Build time: 13-November-2012 01:17:54 */
934
+
/* Version v0.2.2, Build time: 17-January-2013 10:26:34 */
935
935
(function(){
936
936
varEventTarget=parserlib.util.EventTarget,
937
937
TokenStreamBase=parserlib.util.TokenStreamBase,
@@ -1080,7 +1080,36 @@ var Colors = {
1080
1080
white :"#ffffff",
1081
1081
whitesmoke :"#f5f5f5",
1082
1082
yellow :"#ffff00",
1083
-
yellowgreen :"#9acd32"
1083
+
yellowgreen :"#9acd32",
1084
+
//CSS2 system colors http://www.w3.org/TR/css3-color/#css2-system
1085
+
activeBorder :"Active window border.",
1086
+
activecaption :"Active window caption.",
1087
+
appworkspace :"Background color of multiple document interface.",
1088
+
background :"Desktop background.",
1089
+
buttonface :"The face background color for 3-D elements that appear 3-D due to one layer of surrounding border.",
1090
+
buttonhighlight :"The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",
1091
+
buttonshadow :"The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",
1092
+
buttontext :"Text on push buttons.",
1093
+
captiontext :"Text in caption, size box, and scrollbar arrow box.",
1094
+
graytext :"Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.",
1095
+
highlight :"Item(s) selected in a control.",
1096
+
highlighttext :"Text of item(s) selected in a control.",
1097
+
inactiveborder :"Inactive window border.",
1098
+
inactivecaption :"Inactive window caption.",
1099
+
inactivecaptiontext :"Color of text in an inactive caption.",
1100
+
infobackground :"Background color for tooltip controls.",
1101
+
infotext :"Text color for tooltip controls.",
1102
+
menu :"Menu background.",
1103
+
menutext :"Text in menus.",
1104
+
scrollbar :"Scroll bar gray area.",
1105
+
threeddarkshadow :"The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",
1106
+
threedface :"The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",
1107
+
threedhighlight :"The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",
1108
+
threedlightshadow :"The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",
1109
+
threedshadow :"The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",
0 commit comments