https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c424923d34fe8256abb1f4ca75bd1aef256c5a63 authored by Boris Zbarsky on 13 February 2018, 03:37:24 UTC
Use a null prototype for @@unscopables objects in the DOM.
Tip revision: c424923
canvas-spec.css
.testrefs {
    font-size: small;
    margin-left: 0.2em;
    margin-right: 0.2em;
    border-bottom: none !important;

    font-weight: normal;
    font-style: normal;
    white-space: normal;
    font-family: sans-serif;
}

.kw-must, .kw-required {
    background: #fda;
}

.kw-should {
    background: #ffa;
}

.kw-none {
    background: #dfa;
}


pre.idl .testrefs :link {
    color: #00c;
}

pre.idl .testrefs :visited {
    color: #609;
}

.testrefs a:hover {
    background: transparent;
    text-decoration: none;
}

.testrefs:before {
    content: '[';
}

.testrefs:after {
    content: ']';
}

.testrefs a:first-child {
    font-weight: bold;
    text-decoration: none;
}
back to top