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.
- Host: GitHub
- URL: https://github.com/zachleat/w3c-banners
- Owner: zachleat
- License: mit
- Created: 2014-08-25T03:59:32.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T15:51:23.000Z (over 2 years ago)
- Last Synced: 2025-04-11T12:06:33.563Z (about 1 year ago)
- Topics: web-components
- Language: HTML
- Homepage: http://zachleat.github.io/w3c-banners/
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)