Permalink
Browse files

Bikeshed document scaffolding.

  • Loading branch information...
1 parent be15a5f commit 7da2c4d9e28658d2b3ee0b437a26cf8607bcf831 @Wilto Wilto committed May 21, 2014
Showing with 754 additions and 2 deletions.
  1. +15 −0 .editorconfig
  2. +2 −0 .vimrc.local
  3. +2 −0 CONTRIBUTING.md
  4. +15 −2 README.md
  5. +14 −0 biblio.json
  6. BIN images/a-rad-wolf.gif
  7. BIN images/viewport_selection_mob_first.jpg
  8. +39 −0 index.bs
  9. +663 −0 index.html
  10. +4 −0 tidyconfig.txt
View
@@ -0,0 +1,15 @@
+# editorconfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+end_of_line = lf
+indent_style = tab
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[.htaccess]
+indent_style = space
+indent_size = 2
View
@@ -0,0 +1,2 @@
+set noexpandtab
+
View
@@ -0,0 +1,2 @@
+This spec is written using [Bikeshed](http://github.com/tabatkins/bikeshed).
+For configuration options, etc. please see the [Bikeshed docs](http://github.com/tabatkins/bikeshed).
View
@@ -1,2 +1,15 @@
-eq-usecases
-===========
+# The ```<picture>``` Element
+This is repository for the [Editor's draft](http://picture.responsiveimages.org)
+of <cite>the picture element</cite> specification.
+
+## Found a bug? Want to contribute something?
+If you found a problem with the document, no matter how small,
+please [file a bug](https://github.com/ResponsiveImagesCG/ri-usecases/issues).
+
+See also our [contributor's guide](CONTRIBUTING.md).
+
+Proposals for normative changes to the specification should take
+place on the [RICG mailing list](mailto:[email protected]).
+
+## Join us!
+[Join the RI Community Group](http://www.w3.org/community/respimg/) and help us make the Web a better place ... for images :)
View
@@ -0,0 +1,14 @@
+{
+ "respimg-usecases": {
+ "authors": [
+ "Mat Marquis"
+ ],
+ "href": "http://responsiveimagescg.github.io/eq-usecases/",
+ "title": "Use Cases and Requirements for Standardizing Element Queries",
+ "status": "NOTE",
+ "publisher": "RICG",
+ "deliveredBy": [
+ "http://www.w3.org/community/respimg/"
+ ]
+ }
+}
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
@@ -0,0 +1,39 @@
+<h1>Use Cases and Requirements for Element Queries</h1>
+<pre class='metadata'>
+Group: ricg
+Status: ED
+ED: http://responsiveimagescg.github.io/eq-usecases/
+Shortname: eq-usecases
+Level: 1
+Editor: Mat Marquis, http://matmarquis.com/
+Abstract: This document captures the use cases and requirements for standardizing a solution for responsive images. The use cases and requirements were gathered with consultation with the HTML Working Group and WHATWG participants, RICG group members, and the general public.
+Abstract: Found a bug, typo, or issue? Please file a <a href="https://github.com/ResponsiveImagesCG/eq-usecases/issues">bug on GitHub</a>!
+!Version History: <a href="https://github.com/ResponsiveImagesCG/eq-usecases/commits/gh-pages">Commit History</a>
+!Participate: <a href="irc://irc.w3.org:6665/#respimg">IRC: #respimg on W3C's IRC</a>
+!Participate: <a href="https://github.com/ResponsiveImagesCG/eq-usecases">GitHub</a>
+</pre>
+
+<style>
+[data-link-type=element] { font-family: monospace; }
+[data-link-type=element]::before { content: "<" }
+[data-link-type=element]::after { content: ">" }
+</style>
+
+<h2 id='intro'>
+Introduction</h2>
+
+
+<h2 id='status'>
+Status of This Document</h2>
+
+
+<h2 id='usecases'>
+Use Cases</h2>
+
+
+<h2 id='acks'>
+Acknowledgements</h2>
+
+ A <a href="http://www.w3.org/community/respimg/participants">complete
+ list of participants</a> of the Responsive Images Community Group is
+ available at the W3C Community Group Website.
Oops, something went wrong.

0 comments on commit 7da2c4d

Please sign in to comment.