Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge/upstream #5

Merged
merged 30 commits into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
272446a
Editorial: remove redundant "the"
domfarolino Jan 14, 2021
a6bc594
Meta: default branch rename
annevk Jan 13, 2021
773de98
Editorial: clean up calls to "parse a URL"
domfarolino Jan 15, 2021
a9d2511
Review Draft Publication: January 2021
annevk Jan 18, 2021
1e0ee7f
Simplify <link>s
domenic Jan 6, 2021
8192944
Meta: remove demos/offline/* (#6307)
annevk Jan 19, 2021
88de068
Meta: minor references cleanup
annevk Jan 19, 2021
24feaf2
Editorial: anticlockwise → counterclockwise
annevk Jan 22, 2021
f6bc62f
Use :focus-visible in the UA stylesheet
emilio Jan 22, 2021
31b3458
Editorial: align with WebIDL and Infra
momdo Jan 25, 2021
0f26153
Fix "update a style block" early return
emilio Jan 25, 2021
ecd23cf
Modernize and refactor simple dialogs
domenic Jan 27, 2021
48f6b28
Meta: add definition markup for MessageEvent
domenic Jan 27, 2021
cd8e5c1
Remove <marquee> events
domenic Jan 29, 2021
309e7f6
Clarify when microtasks happen
jakearchibald Jan 29, 2021
a6b829b
Ignore COEP on non-secure contexts
yutakahirano Feb 2, 2021
234e195
Editorial: update URL Standard integration
annevk Feb 3, 2021
4d832b0
Editorial: only invoke response's location URL once
annevk Feb 3, 2021
01574f3
Track the incumbent settings and active script in Promise callbacks
syg Feb 3, 2021
b43cdf4
createImageBitmap(): stop clipping sourceRect to source's dimensions
Kaiido Feb 4, 2021
72b58f2
Remove CSP plugin-types blocking
antosart Feb 5, 2021
3beb2e3
Meta: set more dfn types
sideshowbarker Feb 5, 2021
9269ead
Editorial: occuring → occurring
eltociear Feb 8, 2021
d4f07b8
Make all plugin-related APIs no-ops
domenic Feb 8, 2021
7c8fb86
Disallow simple dialogs from different-origin domain iframes
carlosjoan91 Feb 8, 2021
c5a1bdf
Revive @@iterator for PluginArray/MimeTypeArray/Plugin
saschanaz Feb 9, 2021
f76b314
Adjust web+ scheme security considerations to account for FTP removal
annevk Feb 10, 2021
d5d2946
Meta: export pause
annevk Feb 11, 2021
16fbe73
Fix typo: ancestor → accessor
zcorpan Feb 11, 2021
3aa5f30
Merge branch 'main' of github:whatwg/html
imhele Feb 18, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
build:
name: Build
Expand All @@ -30,7 +30,7 @@ jobs:
--env "HTML_OUTPUT=/imhele/output" \
imhele/html-build
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
AccessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
AccessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTML Standard contributor guidelines

These are the guidelines for contributing to the HTML Standard. First see the [WHATWG contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).
These are the guidelines for contributing to the HTML Standard. First see the [WHATWG contributor guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md).

The HTML Standard is quite complex and people notice minor and larger issues with it all the time. We'd love your help fixing these. Pull requests for typographical and grammar errors are also most welcome.

Expand All @@ -12,7 +12,7 @@ We'd be happy to mentor you through this process. If you're interested and need

In short, change `source` and submit your patch, with a [good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Try to follow the source formatting rules below.

Note that `source` is written in a dialect of HTML, which is eventually compiled into the deployed standard by a tool called [Wattsi](https://github.com/whatwg/wattsi). Documentation for this dialect can be found [in the Wattsi repository](https://github.com/whatwg/wattsi/blob/master/Syntax.md).
Note that `source` is written in a dialect of HTML, which is eventually compiled into the deployed standard by a tool called [Wattsi](https://github.com/whatwg/wattsi). Documentation for this dialect can be found [in the Wattsi repository](https://github.com/whatwg/wattsi/blob/main/Syntax.md).

Please add your name to the Acknowledgments section (search for `<!-- ACKS`) in your first pull request, even for trivial fixes. The names are sorted lexicographically.

Expand Down
11 changes: 5 additions & 6 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ Validity (more often referred to as document conformance in the WHATWG) is a qua
There are a number of ways to track changes to the standard:

* The Twitter feed: [@htmlstandard](https://twitter.com/htmlstandard)
* The [GitHub commits log](https://github.com/whatwg/html/commits/master)
* The [GitHub commits log](https://github.com/whatwg/html/commits)
* The standard is available in the [Git repository](https://github.com/whatwg/html/). You may use any Git client to check out the latest version and use your client's diff tools to compare revisions and see what has been changed.
* At a broader level, Anne and Simon once wrote a document that gave a high-level overview of changes to HTML over the last decade or so: https://html-differences.whatwg.org/

### What are the various versions of the HTML Standard?

Expand Down Expand Up @@ -377,8 +376,8 @@ The plan to get the specs to converge again, such as it is, is to just do a bett

Here are some documents that detail the history of HTML:

* [A feature history of the modern web platform](https://platform.html5.org/history/) (2003 onward) ([on GitHub](https://github.com/whatwg/platform.html5.org/blob/master/history/index.html))
* [HTML's timeline on the ESW wiki](http://esw.w3.org/topic/HTML/history) (1997 to 2008)
* [A feature history of the modern web platform](https://platform.html5.org/history/) (2003 onward) ([on GitHub](https://github.com/whatwg/platform.html5.org/blob/main/history/index.html))
* [HTML's timeline on the W3C HTML WG wiki](https://www.w3.org/html/wg/wiki/History) (1997 to 2008)
* [The history section in the HTML standard itself](https://html.spec.whatwg.org/multipage/introduction.html#history-2)

## Using HTML
Expand All @@ -395,7 +394,7 @@ Some people argue that in such cases, the `<span>` element should be used with a

In essence, the `<i>` and `<b>` elements convey distinct, though non-specific, semantics, which are to be determined by the reader in the context of their use. In other words, although they don't convey specific semantics by themselves, but instead they indicate that the content is somehow semantically distinct from its surroundings — leaving the interpretation of the semantics up to the reader.

This is further explained in the article [The `<b>` and `<i>` Elements](http://lachy.id.au/log/2007/05/b-and-i).
This is further explained in the article [The `<b>` and `<i>` Elements](https://lachy.id.au/log/2007/05/b-and-i).

Similarly, the `<small>` element is defined for content that is commonly typographically rendered in small print, and which is often referred to as "fine print"; that could include copyright statements, disclaimers and other legal text commonly found at the end of a document.

Expand All @@ -411,7 +410,7 @@ So, we can't really decide what the element should be based on past practice, li

This leaves the question of what is the most useful use we can put the element to, if we keep it. The conclusion so far has been that the most useful use for `<cite>` is as an element to allow typographic control over titles, since those are often made italics, and that semantic is roughly close to what it meant in previous versions, and happens to match at least one of the common uses for the element. Generally, however, names and titles aren't typeset the same way, so making the element apply to both would lead to confusing typography.

There are already many ways of marking up names already (e.g. the [hCard microformat](http://microformats.org/wiki/hcard), the microdata vCard vocabulary, `<span>` and class names, etc), if you really need it.
There are already many ways of marking up names already (e.g. the [hCard microformat](https://microformats.org/wiki/hcard), the microdata vCard vocabulary, `<span>` and class names, etc), if you really need it.

### Do you have any hints on how to use `<section>` and `<article>` and so on?

Expand Down
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for contributing to the HTML Standard! Please describe the change you
* …
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
* …
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
* Chrome: …
* Firefox: …
* Safari: …
Expand Down
4 changes: 0 additions & 4 deletions demos/offline/clock/clock.appcache

This file was deleted.

2 changes: 0 additions & 2 deletions demos/offline/clock/clock.css

This file was deleted.

4 changes: 0 additions & 4 deletions demos/offline/clock/clock.js

This file was deleted.

13 changes: 0 additions & 13 deletions demos/offline/clock/clock1.html

This file was deleted.

13 changes: 0 additions & 13 deletions demos/offline/clock/clock2.html

This file was deleted.

6 changes: 3 additions & 3 deletions review-draft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -o errexit
set -o nounset

# This is based on a script named review.sh over at
# https://github.com/whatwg/whatwg.org/tree/master/resources.whatwg.org/build
# https://github.com/whatwg/whatwg.org/tree/main/resources.whatwg.org/build
#
# Please see https://github.com/whatwg/meta/blob/master/MAINTAINERS.md for information on creating
# Please see https://github.com/whatwg/meta/blob/main/MAINTAINERS.md for information on creating
# and announcing Review Drafts.

header() {
Expand All @@ -16,7 +16,7 @@ header() {

header "Creating a git branch with a Review Draft:"

git checkout master
git checkout main
git pull
git checkout -b "review-draft-$(date +'%F')"
echo ""
Expand Down
Loading