GoogleChromeLabs/W3CSnippets

Name: W3CSnippets

Owner: GoogleChromeLabs

Description: null

Created: 2017-11-12 23:43:50.0

Updated: 2018-02-28 15:54:26.0

Pushed: 2017-11-12 23:49:43.0

Homepage: null

Size: 5

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

W3C Snippets Repository

This repository provides a convenient place for chromium developers to publish open-source code snippets intended for inclusion in W3C discussions.

If you'd like to add a snippet, please submit it in a new directory, organized either under specification name or chromium.org username if no relevant specification name exists.

e.g. WebAnimations/demo-for-ftf-June-2017/ shans/random-ideas-for-fonts/

Please do not commit third-party code.

Disclaimer: snippets in this repository are not official Google products.

Source Code Headers

Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.)

Apache header:

Copyright 2017 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.