Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wilto/draft-prop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-pages
Choose a base ref
...
head repository: ResponsiveImagesCG/picture-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh-pages
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing with 2,555 additions and 18 deletions.
  1. +15 −0 .editorconfig
  2. +1 −0 .gitattributes
  3. +23 −0 CONTRIBUTING.md
  4. +5 −0 LICENSE
  5. +15 −5 README.md
  6. +0 −13 ResponsiveImages.html
  7. +2,491 −0 source
  8. +5 −0 w3c.json
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Responsive Issues Community Group

This repository is being used for work in the Responsive Issues Community Group, governed by the [W3C Community License
Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To contribute, you must join
the CG.

If you are not the sole contributor to a contribution (pull request), please identify all
contributors in the pull request's body or in subsequent comments.

To add a contributor (other than yourself, that's automatic), mark them one per line as follows:

```
+@github_username
```

If you added a contributor by mistake, you can remove them in a comment with:

```
-@github_username
```

If you are making a pull request on behalf of someone else but you had no part in designing the
feature, you can remove yourself with the above syntax.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
All Reports in this Repository are licensed by Contributors under the
[W3C Software and Document
License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). Contributions to
Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/).

20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
This is a non-official version of the proposal at: <a href="http://dvcs.w3.org/hg/html-proposals/raw-file/tip/responsive-images/responsive-images.html">http://dvcs.w3.org/hg/html-proposals/raw-file/tip/responsive-images/responsive-images.html</a>
# This repo is obsolete
The canonical repository is the [WHATWG HTML repository](https://github.com/whatwg/html).

This repo is indended solely for the sake of basic issue tracking, and public contributions to the editing and formatting of the proposal. Discussion of potential/outstanding issues with the proposal should remain on the <a href="mailto:public-html@w3.org">HTML WG mailing list</a>, <a href="public-respimg@w3.org"><abbr title="Responsive Images Community Group">RICG mailing list</a>, or both.
## Purpose
This repository contains the history for a subset of the [HTML Standard](https://html.spec.whatwg.org/multipage/)
covering most of the [Embedded content](https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content) section,
including the `picture`, `source` and `img` elements.
The history of earlier proposals for the `picture` element, before it was adopted in the HTML specification, is also in this repository.

**Issue tracking:** <a href="https://github.com/Wilto/draft-prop/issues/">https://github.com/Wilto/draft-prop/issues/</a>
**Draft preview:** <a href="https://github.com/Wilto/draft-prop/issues/">http://wilto.github.com/draft-prop/ResponsiveImages.html</a>
**Formally Published:** http://dvcs.w3.org/hg/html-proposals/raw-file/tip/responsive-images/responsive-images.html
## Found a bug?
If you found a problem with the document, no matter how small,
please [file an issue](https://github.com/whatwg/html/issues) in [whatwg/html](https://github.com/whatwg/html).

Old issues can be found in [this repo](https://github.com/ResponsiveImagesCG/picture-element/issues) as well as in [W3C Bugzilla](https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML%20-%20<img>&list_id=52879&product=WHATWG&query_format=advanced).

## Join us!
[Join the RI Community Group](http://www.w3.org/community/respimg/) and help us make the Web a better place ... for images :)
13 changes: 0 additions & 13 deletions ResponsiveImages.html

This file was deleted.

Loading