2002/css-validator/autotest/testsuite/properties/inherit/ok aural.css,NONE,1.1 box.css,NONE,1.1 classification.css,NONE,1.1 color-background.css,NONE,1.1 font.css,NONE,1.1 generated-content.css,NONE,1.1 paged.css,NONE,1.1 table.css,NONE,1.1 text.css,NONE,1.1 ui.css,NONE,1.1 visual-effects.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/inherit/ok
In directory hutz:/tmp/cvs-serv14738/testsuite/properties/inherit/ok

Added Files:
	aural.css box.css classification.css color-background.css 
	font.css generated-content.css paged.css table.css text.css 
	ui.css visual-effects.css 
Log Message:
importing test suite/test cases made during european project lat year (Yves, Jean-Guilhem)

--- NEW FILE: color-background.css ---
a {
    color: inherit;
    background-color: inherit;
    background-image: inherit;
    background-repeat: inherit;
    background-attachment: inherit;
    background-position: inherit;
    background: inherit;
}
--- NEW FILE: table.css ---
table-caption {
    caption-side: inherit;
}

table {
    table-layout: inherit;
    border-collapse: inherit;
    border-spacing: inherit;
}

table-cell {
    empty-cells: inherit;
}
--- NEW FILE: ui.css ---
a {
    cursor: inherit;
    outline-color: inherit;
    outline-style: inherit;
    outline-width: inherit;
    outline: inherit;
}
--- NEW FILE: visual-effects.css ---
a {
    clip: inherit;
    overflow: inherit;
    visibility: inherit;
}
--- NEW FILE: text.css ---
a {
    word-spacing: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
    text-transform: inherit;
    text-align: inherit;
    text-indent: inherit;
    line-height: inherit;
    white-space: inherit;    
}
--- NEW FILE: box.css ---
a {
    /* margin */
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
    margin: inherit; /* shorthand */

    /* padding */
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    padding: inherit; /* shorthand */

    /* borders */
    border-top-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-left-width: inherit;
    border-width: inherit; /* shorthand */

    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    border-color: inherit; /* shorthand */

    border-top-style: inherit;
    border-right-style: inherit;
    border-bottom-style: inherit;
    border-left-style: inherit;
    border-style: inherit; /* shorthand */

    border-top: inherit; /* shorthand */
    border-right: inherit; /* shorthand */
    border-bottom: inherit; /* shorthand */
    border-left: inherit; /* shorthand */

    border: inherit; /* shorthand */

    /* positionning */
    width: inherit;
    height: inherit;
    float: inherit;
    clear: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    position: inherit;

    direction: inherit;

    max-height: inherit;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit;

    unicode-bidi: inherit;


    z-index: inherit;
}
--- NEW FILE: font.css ---
a {
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-size: inherit;
    font: inherit;
}
--- NEW FILE: generated-content.css ---
a {
    content: inherit;
    counter-increment: inherit;
    counter-reset: inherit;
    quotes: inherit;
}
--- NEW FILE: aural.css ---
a {
    azimuth: inherit;
    cue-after: inherit;
    cue-before: inherit;
    cue: inherit;
    elevation: inherit;
    pause-after: inherit;
    pause-before: inherit;
    pause: inherit;
    pitch-range: inherit;
    pitch: inherit;
    play-during: inherit;
    richness: inherit;
    speak-header: inherit;
    speak-numeral: inherit;
    speak-punctuation: inherit;
    speak: inherit;
    speech-rate: inherit;
    stress: inherit;
    voice-family: inherit;
    volume: inherit;    
}
--- NEW FILE: classification.css ---
a {
    display: inherit;
    white-space: inherit;
    list-style-type: inherit;
    list-style-image: inherit;
    list-style-position: inherit;
    list-style: inherit; /* shorthand */
}
--- NEW FILE: paged.css ---
@page {

    orphans: inherit;
    widows: inherit;
    page-break-after: inherit;
    page-break-before: inherit;
    page-break-inside: inherit;
}

Received on Wednesday, 19 April 2006 07:56:11 UTC