OLD | NEW |
1 "{{A|B={{C|D=blablabla}}}}" is parsed | 1 "{{A|B={{C|D=blablabla}}}}" is parsed |
2 { | 2 { |
3 A : { | 3 A : { |
4 B : { | 4 B : { |
5 C : { | 5 C : { |
6 D : "blablabla" | 6 D : "blablabla" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 } | 10 } |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 { | 47 { |
48 pageTitle : { | 48 pageTitle : { |
49 } | 49 } |
50 remarks : { | 50 remarks : { |
51 Remarks : "The optional number1, number2, ..., numberN arguments are num
eric expressions to be evaluated. | 51 Remarks : "The optional number1, number2, ..., numberN arguments are num
eric expressions to be evaluated. |
52 If no arguments are provided, the return value is equal to [[javascript/Number/c
onstants|Number.NEGATIVE_INFINITY]]. If any argument is '''NaN''' , the return v
alue is also '''NaN'''." | 52 If no arguments are provided, the return value is equal to [[javascript/Number/c
onstants|Number.NEGATIVE_INFINITY]]. If any argument is '''NaN''' , the return v
alue is also '''NaN'''." |
53 } | 53 } |
54 summary : "Returns the larger of a set of supplied numeric expressions." | 54 summary : "Returns the larger of a set of supplied numeric expressions." |
55 } | 55 } |
56 { | 56 { |
57 CSSproperties : { | 57 cssProperties : { |
58 Animatable : "Yes" | 58 Animatable : "Yes" |
59 Applies to : "All elements" | 59 Applies to : "All elements" |
60 CSS object model property : "color" | 60 CSS object model property : "color" |
61 CSS percentages : "NA" | 61 CSS percentages : "NA" |
62 Computed value : "For a non-translucent color, an hexadecimal equivalent
is used. Otherwise it is the RGBa equivalent" | 62 Computed value : "For a non-translucent color, an hexadecimal equivalent
is used. Otherwise it is the RGBa equivalent" |
63 Inherited : "Yes" | 63 Inherited : "Yes" |
64 Initial value : "black, except in a few cases (see notes)" | 64 Initial value : "black, except in a few cases (see notes)" |
65 Media : "visual" | 65 Media : "visual" |
66 Values : { | 66 Values : { |
67 CSS Property Value : { | 67 CSS Property Value : { |
68 Data Type : "color" | 68 Data Type : "color" |
69 Description : "[[css/color|CSS color value]]" | 69 Description : "[[css/color|CSS color value]]" |
70 } | 70 } |
71 } | 71 } |
72 } | 72 } |
73 pageTitle : { | 73 pageTitle : { |
74 } | 74 } |
75 standardizationStatus : "W3C Recommendation" | 75 standardizationStatus : "W3C Recommendation" |
76 summary : "The color property sets the color of an element's foreground cont
ent (usually text), accepting any standard CSS color from keywords and hex value
s to RGB(a) and HSL(a)." | 76 summary : "The color property sets the color of an element's foreground cont
ent (usually text), accepting any standard CSS color from keywords and hex value
s to RGB(a) and HSL(a)." |
77 } | 77 } |
78 | 78 |
OLD | NEW |