CCS1 Matrix - Simple Test Cases

Updated: 10/7/99

PROPERTY/VALUE TEST CASE NAME
CONTAINMENT IN HTML  
Link to external style sheet containment_external.html
'STYLE' in the 'HEAD' containment_style_head.html
'STYLE' in the element containment_style_element.html
@import containment_import.html
GROUPING  
Comma separated grouping_separate.html
Grouped declarations grouping_grouped.html
INHERITANCE  
Inheritance inheritance.html
SELECTORS  
Class selector_class.html
ID selector_id.html
Contexual selector_contexual.html
COMMENTS  
Comments comments.html
PSEUDO CLASSES/ELEMENTS  
Pseudo Class pseudo_class.html
Pseudo Element pseudo_element.html
CASCADE  
!Important Rule cascade_important.html
Cascading Order cascade_order.html
FONT PROPERTIES  
font-family  
family-name font_family_name.html
generic-name font_generic.html
family-name, generic-name Refer to font_family_name.html
font-style  
normal font_style_normal.html
italic font_style_italic.html
oblique font_style_oblique.html
font-variant  
normal font_variant_normal.html
small-caps font_variant_smallcaps.html
font-weight  
normal font_weight_normal.html
bold font_weight_bold.html
bolder font_weight_bolder.html
lighter font_weight_lighter.html
100 font_weight_100.html
200 font_weight_200.html
300 font_weight_300.html
400 font_weight_400.html
500 font_weight_500.html
600 font_weight_600.html
700 font_weight_700.html
800 font_weight_800.html
900 font_weight_900.html
font-size  
xx-small font_size_xxsmall.html
x-small font_size_xsmall.html
small font_size_small.html
medium font_size_medium.html
large font_size_large.html
x-large font_size_xlarge.html
xx-large font_size_xxlarge.html
larger font_size_larger.html
smaller font_size_smaller.html
em font_size_em.html
ex font_size_ex.html
px font_size_px.html
in font_size_in.html
cm font_size_cm.html
mm font_size_mm.html
pt font_size_pt.html
pc font_size_pc.html
percentage font_size_pct.html
font  
font-style, font-variant, font-weight, font-size, font-family font_shorthand_stvwszf.html
font-style, font-variant, font-size, font-family font_shorthand_stvszf.html
font-style, font-variant, font-size, /line-height, font-family font_shorthand_stvszhf.html
font-style, font-weight, font-size, font-family font_shorthand_stwszf.html
font-style, font-weight, font-size, /line-height, font-family font_shorthand_stwszhf.html
font-style, font-size, font-family font_shorthand_stszf.html
font-style, font-size, /line-height, font-family font_shorthand_stszhf.html
font-style, font-variant, font-weight, font-size, /line-height, font-family font_shorthand_stvwszhf.html
font-variant, font-weight, font-size, font-family font_shorthand_vwszf.html
font-variant, font-weight, font-size, /line-height, font-family font_shorthand_vwszhf.html
font-variant, font-size, font-family font_shorthand_vszf.html
font-variant, font-size, /line-height, font-family font_shorthand_vszhf.html
font-weight, font-size, font-family font_shorthand_wszf.html
font-weight, font-size, /line-height, font-family font_shorthand_wszhf.html
font-size, font-family font_shorthand_szf.html
font-size, /line-height, font-family font_shorthand_szhf.html
COLOR/BACKGROUND PROPERTIES  
color  
  color_all.html
  color_all_rgb3.html
  color_all_rgb6.html
aqua see above
black see above
blue see above
fuchsia see above
gray see above
green see above
lime see above
maroon see above
navy see above
olive see above
purple see above
red see above
silver see above
teal see above
white see above
yellow see above
background-color  
  background_color_all.html
  background_color_all_rgb3.html
  background_color_all_rgb6.html
aqua see above
black see above
blue see above
fuchsia see above
gray see above
green see above
lime see above
maroon see above
navy see above
olive see above
purple see above
red see above
silver see above
teal see above
white see above
yellow see above
transparent background_color_transparent.html
background-image  
url background_image_url.html
none background_image_none.html
background-repeat  
repeat background_repeat.html
repeat-x background_repeat_x.html
repeat-y background_repeat_y.html
no-repeat background_repeat_no.html
background-attachment  
scroll background_attachment_scroll.html
fixed background_attachment_fixed.html
background-position  
percentage background_position_pct.html
em background_position_em.html
ex background_position_ex.html
px background_position_px.html
in background_position_in.html
cm background_position_cm.html
mm background_position_mm.html
pt background_position_pt.html
pc background_position_pc.html
top background_position_top.html
center background_position_center.html
bottom background_position_bottom.html
left background_position_left.html
right background_position_right.html
top, left background_position_tlf.html
top, center background_position_tctr.html
top, right background_position_trt.html
center, left background_position_ctrlf.html
center, center background_position_ctrctr.html
center, right background_position_ctrrt.html
bottom, left background_position_btmlf.html
bottom, center background_position_btmctr.html
bottom, right background_position_btmrt.html
background  
background-color background_shorthand_c.html
background-image background_shorthand_i.html
background-repeat background_shorthand_r.html
background-attachment background_shorthand_a.html
background-position background_shorthand_p.html
background-image, background-color background_shorthand_ic.html
background-image, background-repeat background_shorthand_ir.html
background-image, background-attachment background_shorthand_ia.html
background-image, background-position background_shorthand_ip.html
background-image, background-color, background-repeat background_shorthand_icr.html
background-image, background-color, background-attachment background_shorthand_ica.html
background-image, background-color, background-position background_shorthand_icp.html
background-image, background-repeat, background-attachment background_shorthand_ira.html
background-image, background-repeat, background-position background_shorthand_irp.html
background-image, background-attachment, background-position background_shorthand_iap.html
background-color, background-image, background-repeat, background-attachment, background-position background_shorthand_cirap.html
TEXT  
word-spacing  
normal word_spacing_normal.html
em word_spacing_em.html
ex word_spacing_ex.html
px word_spacing_px.html
in word_spacing_in.html
cm word_spacing_cm.html
mm word_spacing_mm.html
pt word_spacing_pt.html
pc word_spacing_pc.html
letter-spacing  
normal letter_spacing_normal.html
em letter_spacing_em.html
ex letter_spacing_ex.html
px letter_spacing_px.html
in letter_spacing_in.html
cm letter_spacing_cm.html
mm letter_spacing_mm.html
pt letter_spacing_pt.html
pc letter_spacing_pc.html
text-decoration  
none text_decoration_none.html
underline text_decoration_u.html
overline text_decoration_o.html
line-through text_decoration_lt.html
blink text_decoration_b.html
underline, overline text_decoration_uo.html
underline, line-through text_decoration_ult.html
underline, blink text_decoration_ub.html
underline, overline, line-through text_decoration_uolt.html
underline, overline, blink text_decoration_uob.html
overline, line-through text_decoration_olt.html
overline, line-through, blink text_decoration_oltb.html
line-through, blink text_decoration_ltb.html
underline, overline, line-though, blink text_decoration_uoltb.html
vertical-align  
baseline vertical_align_baseline.html
sub vertical_align_sub.html
super vertical_align_super.html
top vertical_align_top.html
text-top vertical_align_texttop.html
middle vertical_align_middle.html
bottom vertical_align_bottom.html
text-bottom vertical_align_textbottom.html
percentage vertical_align_pct.html
cm vertical_align_cm.html
em vertical_align_em.html
ex vertical_align_ex.html
px vertical_align_px.html
in vertical_align_in.html
mm vertical_align_mm.html
pt vertical_align_pt.html
pc vertical_align_pc.html
text-transform  
capitalize text_transform_cap.html
uppercase text_transform_upper.html
lowercase text_transform_lower.html
none text_transform_none.html
text-align  
left text_align_left.html
right text_align_right.html
center text_align_center.html
justify text_align_justify.html
text-indent  
em text_indent_em.html
ex text_indent_ex.html
px text_indent_px.html
in text_indent_in.html
cm text_indent_cm.html
mm text_indent_mm.html
pt text_indent_pt.html
pc text_indent_pc.html
percentage text_indent_pct.html
line-height  
normal line_height_normal.html
number line_height_number.html
em line_height_em.html
ex line_height_ex.html
px line_height_px.html
in line_height_in.html
cm line_height_cm.html
mm line_height_mm.html
pt line_height_pt.html
pc line_height_pc.html
percentage line_height_percent.html
BOX PROPERTIES  
margin-top  
em margin_top_em.html
ex margin_top_ex.html
px margin_top_px.html
in margin_top_in.html
cm margin_top_cm.html
mm margin_top_mm.html
pt margin_top_pt.html
pc margin_top_pc.html
percentage margin_top_pct.html
auto margin_top_auto.html
margin-right  
em margin_right_em.html
ex margin_right_ex.html
px margin_right_px.html
in margin_right_in.html
cm margin_right_cm.html
mm margin_right_mm.html
pt margin_right_pt.html
pc margin_right_pc.html
percentage margin_right_pct.html
auto margin_right_auto.html
margin-bottom  
em margin_bottom_em.html
ex margin_bottom_ex.html
px margin_bottom_px.html
in margin_bottom_in.html
cm margin_bottom_cm.html
mm margin_bottom_mm.html
pt margin_bottom_pt.html
pc margin_bottom_pc.html
percentage margin_bottom_pct.html
auto margin_bottom_auto.html
margin-left  
em margin_left_em.html
ex margin_left_ex.html
px margin_left_px.html
in margin_left_in.html
cm margin_left_cm.html
mm margin_left_mm.html
pt margin_left_pt.html
pc margin_left_pc.html
percentage margin_left_pct.html
auto margin_left_auto.html
margin  
1 value margin_1_value.html
2 values margin_2_values.html
3 values margin_3_values.html
4 values margin_4_values.html
padding-top  
em padding_top_em.html
ex padding_top_ex.html
px padding_top_px.html
in padding_top_in.html
cm padding_top_cm.html
mm padding_top_mm.html
pt padding_top_pt.html
pc padding_top_pc.html
percentage padding_top_pct.html
padding-right  
em padding_right_em.html
ex padding_right_ex.html
px padding_right_px.html
in padding_right_in.html
cm padding_right_cm.html
mm padding_right_mm.html
pt padding_right_pt.html
pc padding_right_pc.html
percentage padding_right_pct.html
padding-bottom  
em padding_bottom_em.html
ex padding_bottom_ex.html
px padding_bottom_px.html
in padding_bottom_in.html
cm padding_bottom_cm.html
mm padding_bottom_mm.html
pt padding_bottom_pt.html
pc padding_bottom_pc.html
percentage padding_bottom_pct.html
padding-left  
em padding_left_em.html
ex padding_left_ex.html
px padding_left_px.html
in padding_left_in.html
cm padding_left_cm.html
mm padding_left_mm.html
pt padding_left_pt.html
pc padding_left_pc.html
percentage padding_left_pct.html
padding  
1 value padding_1_value.html
2 values padding_2_values.html
3 values padding_3_values.html
4 values padding_4_values.html
border-top-width  
thin border_top_width_thin.html
medium border_top_width_medium.html
thick border_top_width_thick.html
em border_top_width_em.html
ex border_top_width_ex.html
px border_top_width_px.html
in border_top_width_in.html
cm border_top_width_cm.html
mm border_top_width_mm.html
pt border_top_width_pt.html
pc border_top_width_pc.html
border-right-width  
thin border_right_width_thin.html
medium border_right_width_medium.html
thick border_right_width_thick.html
em border_right_width_em.html
ex border_right_width_ex.html
px border_right_width_px.html
in border_right_width_in.html
cm border_right_width_cm.html
mm border_right_width_mm.html
pt border_right_width_pt.html
pc border_right_width_pc.html
border-bottom-width  
thin border_bottom_width_thin.html
medium border_bottom_width_medium.html
thick border_bottom_width_thick.html
em border_bottom_width_em.html
ex border_bottom_width_ex.html
px border_bottom_width_px.html
in border_bottom_width_in.html
cm border_bottom_width_cm.html
mm border_bottom_width_mm.html
pt border_bottom_width_pt.html
pc border_bottom_width_pc.html
border-left-width  
thin border_left_width_thin.html
medium border_left_width_medium.html
thick border_left_width_thick.html
em border_left_width_em.html
ex border_left_width_ex.html
px border_left_width_px.html
in border_left_width_in.html
cm border_left_width_cm.html
mm border_left_width_mm.html
pt border_left_width_pt.html
pc border_left_width_pc.html
border-width  
1 value border_width_1_value.html
2 values border_width_2_values.html
3 values border_width_3_values.html
4 values border_width_4_values.html
border-color  
1 value border_color_1_value.html
2 values border_color_2_values.html
3 values border_color_3_values.html
4 values border_color_4_values.html
border-style  
none border_style_none.html
dotted border_style_dotted.html
dashed border_style_dashed.html
solid border_style_solid.html
double border_style_double.html
groove border_style_groove.html
ridge border_style_ridge.html
inset border_style_inset.html
outset border_style_outset.html
2 values border_style_2_values.html
3 values border_style_3_values.html
4 values border_style_4_values.html
border-top  
border-top-width border_top_shorthand_w.html
border-style border_top_shorthand_s.html
color border_top_shorthand_c.html
border-top-width, border-style border_top_shorthand_ws.html
border-top-width, color border_top_shorthand_wc.html
border-style, color border_top_shorthand_sc.html
border-top-width, border-style, color border_top_shorthand_wsc.html
border-right  
border-right-width border_right_shorthand_w.html
border-style border_right_shorthand_s.html
color border_right_shorthand_c.html
border-right-width, border-style border_right_shorthand_ws.html
border-right-width, color border_right_shorthand_wc.html
border-style, color border_right_shorthand_sc.html
border-right-width, border-style, color border_right_shorthand_wsc.html
border-bottom  
border-bottom-width border_bottom_shorthand_w.html
border-style border_bottom_shorthand_s.html
color border_bottom_shorthand_c.html
border-bottom-width, border-style border_bottom_shorthand_ws.html
border-bottom-width, color border_bottom_shorthand_wc.html
border-style, color border_bottom_shorthand_sc.html
border-bottom-width, border-style, color border_bottom_shorthand_wsc.html
border-left  
border-left-width border_left_shorthand_w.html
border-style border_left_shorthand_s.html
color border_left_shorthand_c.html
border-left-width, border-style border_left_shorthand_ws.html
border-left-width, color border_left_shorthand_wc.html
border-style, color border_left_shorthand_sc.html
border-left-width, border-style, color border_left_shorthand_wsc.html
border  
border-width border_shorthand_w.html
border-style border_shorthand_s.html
color border_shorthand_c.html
border-width, border-style border_shorthand_ws.html
border-width, color border_shorthand_wc.html
border-style, color border_shorthand_sc.html
border-width, border-style, color border_shorthand_wsc.html
width  
em width_em.html
ex width_ex.html
px width_px.html
in width_in.html
cm width_cm.html
mm width_mm.html
pt width_pt.html
pc width_pc.html
percentage width_pct.html
auto width_auto.html
height  
em height_em.html
ex height_ex.html
px height_px.html
in height_in.html
cm height_cm.html
mm height_mm.html
pt height_pt.html
pc height_pc.html
auto height_auto.html
float  
left float_left.html
right float_right.html
none float_none.html
clear  
none clear_none.html
left clear_left.html
right clear_right.html
both clear_both.html
CLASSIFICATION PROPERTIES  
display  
block display_block.html
inline display_inline.html
list-item display_list_item.html
none display_none.html
white-space  
normal white_space_normal.html
pre white_space_pre.html
nowrap white_space_nowrap.html
list-style-type  
disc list_style_type_disc.html
circle list_style_type_circle.html
square list_style_type_square.html
decimal list_style_type_decimal.html
lower-roman list_style_type_lower_roman.html
upper-roman list_style_type_upper_roman.html
lower-alpha list_style_type_lower_alpha.html
upper-alpha list_style_type_upper_alpha.html
none list_style_type_none.html
list-style-image  
url list_style_image_url.html
none list_style_image_none.html
list-style-position  
inside list_style_position_inside.html
outside list_style_position_outside.html
list-style  
list-style-type liststyle_shorthand_t.html
list-style-image liststyle_shorthand_i.html
list-style-position liststyle_shorthand_p.html
list-style-type, list-style-image liststyle_shorthand_ti.html
list-style-type, list-style-position liststyle_shorthand_tp.html
list-style-image, list-style-position liststyle_shorthand_ip.html
list-style-type, list-style-image, list-style-position liststyle_shorthand_tip.html