An open API service indexing awesome lists of open source software.

https://github.com/zachleat/w3c-banners

A non-image based non-normative proposal for conformance of W3C status banners.
https://github.com/zachleat/w3c-banners

web-components

Last synced: about 1 year ago
JSON representation

A non-image based non-normative proposal for conformance of W3C status banners.

Awesome Lists containing this project

README

          

# W3C Status Banners

## [Demo](http://zachleat.github.io/w3c-banners/)

## Usage

First include `` on your page.

```html

```

### Content

```html
This overrides the text attribute
```

### Color

```html

```

## Compatibility

* A Grade: Cuts the mustard on [`CSSStyleSheet#replaceSync`](https://caniuse.com/mdn-api_cssstylesheet_replacesync).
* A-minus Grade: Gill Sans isn’t a default font on Windows as far as I know.
* Fallback: No content, no visual impact.

## [MIT License](LICENSE)