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

Syncing from original #1

Merged
merged 164 commits into from
Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
b1b08e1
Make CustomElementConstructor exceptions more consistent
annevk Apr 15, 2019
43b2455
Add autocomplete=one-time-code
hober Apr 29, 2019
f4e2907
Editorial: rigorize tasks and task queuing
domenic Apr 30, 2019
eec5095
State an initial selection direction
domenic Apr 26, 2019
7bb0227
Meta: add a pull request template
annevk May 2, 2019
c0b75ea
Remove noopener/noreferrer from tokenizedFeatures
annevk May 3, 2019
2606f90
Remove <object typemustmatch>
annevk May 3, 2019
acb2a83
Editorial: add missing semicolon to index
golightlyb May 3, 2019
fd330a2
Editorial: uniformize issue references
domenic May 6, 2019
38c50c4
Editorial: refactor and explain spin the event loop
annevk May 7, 2019
fb79e76
Add CloseEvent interface for "close" in the Event index
ArfatSalman May 7, 2019
b5ac75d
Fix the list of event handler content attributes
tkent-google May 9, 2019
c04117f
Handle exceptions from DetachArrayBuffer
Ms2ger May 9, 2019
cec03b3
Editorial: separate the media play algorithm into internal steps
dtapuska May 10, 2019
8600319
Editorial: cross link to obsolete Document partial
domenic May 11, 2019
8433bfc
ImageBitmapRenderingContext for OffscreenCanvas
fserb May 14, 2019
6780c22
Define button layout
zcorpan May 14, 2019
95e0367
The invalid event can fire on the form element
poyea May 14, 2019
3d150e8
Explain multiplied-out coordinates for canvas transforms
domenic May 14, 2019
7657985
Editorial: reference the correct 'align-self' and fix a typo
zcorpan May 15, 2019
cb55dca
Add <form>'s "firing submission events" flag
tkent-google May 15, 2019
6ba1b38
Fix missing " in OffscreenRenderingContextId IDL
domenic May 15, 2019
1d112e1
Custom elements: add element internals
tkent-google May 16, 2019
e0742f8
Add form.requestSubmit()
domenic May 16, 2019
ab73443
Introduce form-associated custom elements
tkent-google Feb 19, 2019
d329a0f
Editorial: Remove unnecessary currentScript handling for module scripts
Ms2ger May 15, 2019
18f6954
Editorial: correct script concept references
annevk May 17, 2019
db03474
JSON module support
littledan May 17, 2019
5d04057
Update URLs for [ARIA] and [HTMLAAM]
golightlyb May 20, 2019
43c0178
Editorial: add missing semicolon in enterkeyhint attribute value list
golightlyb May 20, 2019
aff33ae
Editorial: remove redundant src="" in script example
b9a1 May 20, 2019
a40f5b6
Add defer attribute to nomodule script example
andydavies May 20, 2019
6773932
Editorial: remove extra semicolon and add missing </td>
golightlyb May 22, 2019
1e5953c
Fix inputmode="number" example typo to inputmode="numeric"
dtapuska May 23, 2019
1a6bc0c
Editorial: unify citation styling
Johanna-hub May 27, 2019
ab95026
Consistify Script data escaped end tag open state
ianh May 29, 2019
dfff9f3
Editorial: add categories for form-associated custom elements
domenic May 24, 2019
3eb6169
Editorial: rename undefined variable disabledFeaturesSequence
EdgarChen Jun 7, 2019
8125b06
Meta: export Document's active sandboxing flag set
marcoscaceres Jun 11, 2019
c512c95
Make upgrade an element throw more
annevk Jun 11, 2019
4f45a25
Editorial: link to guidance on "in parallel" near its definition
TimothyGu Jun 13, 2019
83d5bec
xxx-large is now a font-size value
annevk Jun 13, 2019
77f000b
Editorial: remove redundant "the"
AndyOGo Jun 14, 2019
4d63c4e
Meta: export obsolete elements
annevk Jun 14, 2019
39dd204
Editorial: Remove 'Strict' arg from FunctionCreate call
jmdyck Jun 19, 2019
0ec1925
Allow integrity="" on rel=preload,modulepreload links
domfarolino Jun 21, 2019
1ce97b6
Editorial: refactor module script fetching algorithms
hiroshige-g Jun 21, 2019
d89b68a
Make print() run synchronously
TimothyGu Jun 24, 2019
1d9995a
Editorial: add missing backtick in <iframe> attributes processing
shvaikalesh Jun 23, 2019
e62a7be
Make fragment loop not depend on spin the event loop
annevk Jun 28, 2019
df066be
Regression fix: compare creation URL to document's URL
annevk Jun 28, 2019
f60852c
Editorial: inline "creator referrer policy"
shvaikalesh Jun 28, 2019
acd483a
Editorial: correct duplication of "no-referrer-when-downgrade"
Malvoz Jun 28, 2019
7747a23
Meta: export "flow content"
Jul 1, 2019
9058fe7
Editorial: link the term "CSS box" and remove parentheticals
zcorpan May 24, 2019
715d4ba
Update for module records' Instantiate → Link rename
Ms2ger Jul 2, 2019
af9f087
Define serialization and deserialization steps for errors
yutakahirano Jul 3, 2019
6fff3b5
Adjust rules for parsing dimension values
annevk Jul 3, 2019
06aa2d6
Fix document URL setting for javascript: URLs
TimothyGu Jul 5, 2019
e51cf93
Use [[GlobalEnv]] in event handler's current value
shvaikalesh Jul 8, 2019
15cf23a
Define what tabIndex returns when the tabindex attribute is not set
rakina Jul 9, 2019
061e782
Refactor the navigation algorithm
dtapuska Jul 11, 2019
93d0510
Editorial: restore sandboxOrigin ID
annevk Jul 12, 2019
3f7c879
Review Draft Publication: July 2019
annevk Jul 16, 2019
7fdd68a
Editorial: remove erroneous closing parenthesis
annevk Jul 16, 2019
2a397f6
Editorial: initialize feature policy before document creation
dtapuska Jul 18, 2019
dfe50f7
Editorial: cross-reference the "exposed" IDL concept
Ms2ger Aug 6, 2019
379f990
Fix miscounted number of custom element callbacks
Malvoz Aug 7, 2019
1224105
Align with IDL dictionary changes
annevk Aug 9, 2019
817ee1b
Editorial: rename "Plain Unicode string" to "text" for drag data store
karx Aug 9, 2019
2dafc53
Explicitly prevent sandboxed navigation via History
dtapuska Aug 13, 2019
7ce0b47
Further tabIndex getter tweaks
domenic Jul 9, 2019
ef22f69
Fix conformance requirements on <script>'s integrity="" attribute
dieulot Aug 19, 2019
516e1db
Change default value of window.open()'s url argument
annevk Aug 20, 2019
af7cff7
Remove <img> progress events
annevk Aug 20, 2019
4ab3633
Meta: Link to web-platform-tests in the header
zcorpan Aug 20, 2019
7952ba4
Make the default tabIndex for <frame> 0
domenic Aug 22, 2019
6227b7e
Editorial: update some JavaScript spec references
domenic Aug 22, 2019
5b84d19
Define DocumentOrShadowRoot's activeElement
rakina Aug 23, 2019
1bd83a3
Editorial: add a note for image button command labeling
scottaohara Aug 23, 2019
aafc729
Meta: export <sub> and <sup>
saschanaz Aug 26, 2019
b9997b7
Do not inherit text-transform (et al.) on form controls
jugglinmike Aug 29, 2019
635a599
Stop using White_Space
annevk Aug 30, 2019
f5ae47e
Make autofocus="" a global attribute
tkent-google Aug 30, 2019
2d783db
Update autofocus processing algorithm
tkent-google Sep 3, 2019
0404472
Imperatively allocate window agents and agent clusters
dtapuska Sep 9, 2019
b0e45d8
Meta: do not export DocumentOrShadowRoot
saschanaz Sep 9, 2019
edcf2ef
Editorial: remove now-redundant removal of event loop task
domenic Sep 9, 2019
a387c7b
Add onslotchange to GlobalEventHandlers
annevk Sep 20, 2019
cc8ad89
Map 0 for <col>'s width="" as well
gurjotsingh4398 Sep 24, 2019
e38aa41
Update all constructors, including [HTMLConstructor]
domenic Sep 24, 2019
500f4fe
Add shadow host considerations for the :focus selector
rakina Sep 24, 2019
d19d963
Update sequential focus navigation to include shadow trees
rakina Jun 26, 2019
1ab7c86
Define different types of focusability
rakina Jul 16, 2019
a59059b
Editorial: add space back as "andpixel" is nothing
marti1125 Sep 26, 2019
562631f
Specify which event loop to use for posting messages
domenic Sep 28, 2019
259be35
Meta: link commit snapshots
annevk Oct 2, 2019
17a3f3c
Use width and height as intrinsic aspect ratio for img elements
emilio Oct 2, 2019
a530f6f
Revert addition of JSON modules
annevk Oct 2, 2019
704a52e
Editorial: remove all BigInt references
tomtt Oct 6, 2019
c9dc656
WHATWG and W3C have an agreement now
annevk Oct 9, 2019
ebcac97
Meta: attempt to confuse caches less
annevk Oct 13, 2019
876f1b7
Remove tooling suggestions for SVG and MathML
annevk Oct 2, 2019
87fa719
Make <img>.complete more reliable
annevk Oct 15, 2019
133607f
Handle delegates focus in the focusing steps
rakina Oct 16, 2019
89b7e23
Make window.window/frames/self deal with no browsing context
annevk Oct 16, 2019
ead4aa8
Ignore document.open/write after the active parser has been aborted
foolip Oct 16, 2019
74b6124
Change the timing of "flush autofocus candidates"
tkent-google Oct 18, 2019
489bda2
Editorial: correct readonly references for custom elements
annevk Oct 17, 2019
770162d
Expand on readonly for form-associated custom elements
domenic Oct 18, 2019
3909818
Editorial: attribute domintro/index tweaks
domenic Oct 19, 2019
c912846
Meta: Remove the data-dfn-type attribute for the :defined pseudo-class
isaacdurazo Oct 24, 2019
3f3b8c2
Tighten up [Serializable] and [Transferable] definitions
domenic Oct 25, 2019
3bbb870
Tweak shadow host focus delegation
rakina Oct 28, 2019
f101f1e
Update remaining [HTMLConstructor] extended attributes
pmdartus Oct 29, 2019
f476180
Introduce SubmitEvent for the form 'submit' event
tkent-google Oct 31, 2019
b48bb22
Prevent double-focusing with autofocus="" inside <dialog>
tkent-google Nov 7, 2019
bcd5d61
Make autofocus="" work with delegatesFocus and <area>
tkent-google Nov 11, 2019
c189722
Editorial: make the FormDataEvent constructor's argument required
TimvdLippe Nov 18, 2019
b0f6ede
Editorial: refactor the list of the descendant browsing contexts
annevk Nov 15, 2019
37af7d9
Make list of the descendant browsing contexts account for shadow trees
annevk Nov 15, 2019
d014949
Define (schemelessly) same site for origins
domenic Nov 19, 2019
6772a03
Restrict (un)registerProtocolHandler to secure contexts
ericlaw1979 Nov 19, 2019
3e1874e
Editorial: clarify which document of a/which top-level browsing context
annevk Nov 20, 2019
7b4964a
Give browsing context an explicit container
annevk Nov 22, 2019
eb13fec
Snapshot sandbox at the start of navigation
clelland Nov 25, 2019
c6463cb
Clarify creator origin reuse
annevk Nov 22, 2019
6b737bb
Editorial: nested browsing context is a member, not a type
annevk Nov 18, 2019
d5a8e4d
Do not report long tasks outside of the event loop
npm1 Dec 4, 2019
8f8c1f5
Revamp the user activation model
mustaqahmed Dec 4, 2019
836294c
Explain label activation behavior + custom elements
domenic Dec 4, 2019
1ca4821
Editorial: inline event loop start and remove event loop end
npm1 Dec 5, 2019
f3f1f62
Editorial: remove unnecessary parameter
jugglinmike Dec 5, 2019
a9e1d2a
Add "queue an element task" algorithm
dtapuska Dec 5, 2019
928f862
Align with DOM's children changed steps
annevk Dec 5, 2019
e46fc2f
Only run "perform a security check" for Window and Location objects
annevk Dec 10, 2019
1e92000
Fix "get the focusable area"
bicknellr Dec 11, 2019
2e317cf
Define getSVGDocument() in terms of content document
annevk Dec 13, 2019
31c5b07
Meta: export "form-associated custom elements"
carmacleod Dec 13, 2019
a1a503a
Add Accessibility considerations to element definitions
carmacleod Dec 16, 2019
ef4d727
Disallow serializing and transferring non-origin-clean ImageBitmap
yutakahirano Dec 18, 2019
31666be
Convert some "queue a task" to "queue an element task"
dtapuska Dec 19, 2019
6bbf225
Add "Accessibility considerations" for custom elements
carmacleod Dec 19, 2019
9604516
Update the [WEBLINK] reference from RFC5988 to RFC8288
jyasskin Dec 19, 2019
1beaf2d
Clarify that developers also need to escape "<SCRiPT" etc.
ArgonAlex Dec 19, 2019
5b42943
Replace FunctionCreate with OrdinaryFunctionCreate
jmdyck Dec 19, 2019
58dacb5
Meta: keep the fragment when clicking the Multipage or Dev links
zcorpan Dec 20, 2019
aeee879
Consult .name instead of [[Prototype]] for Error serialization
domenic Jan 7, 2020
eb2bdc4
Meta: export node's language
janiceshiu Jan 8, 2020
060338f
Remove p end tag in optional p end tag example
janiceshiu Jan 9, 2020
938bf7f
Cleanups to "execute a script block"
domenic Dec 13, 2019
76a710b
Editorial: add explicit "parser document" to script elements
domenic Dec 13, 2019
44de76f
Editorial: stop numbering the script-element pieces of state
domenic Dec 13, 2019
a0ea966
Editorial: add explicit "preparation-time document" to script elements
domenic Dec 13, 2019
78b37fb
Signpost the debate on some script document mismatches
domenic Dec 13, 2019
0b8e268
Spec the prefixed CSS Animation/Transition event handlers
stephenmcgruer Jan 9, 2020
f9708d6
Editorial: move onwheel to be in alphabetical order
stephenmcgruer Jan 15, 2020
c78118d
Use Infra for tracking vector/fingerprint marking
annevk Sep 24, 2019
a26fada
Fix meaning-changing typo in focusable area description
aaqaishtyaq Jan 21, 2020
8f4e97a
Remove frameset from Window's named objects
pshaughn Jan 22, 2020
22dbdc4
Meta: add recommended website to wrap text to 100 characters
janiceshiu Jan 22, 2020
2793ee4
Prevent infinite recursion when upgrading custom elements
domenic Jan 22, 2020
4704a66
Move the DOMParser class to HTML
domenic Jan 28, 2020
d22075c
Review Draft Publication: January 2020
annevk Jan 29, 2020
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In between these clear-cut categories, there is some gray area. Please feel free

Due to the long legacy of the existing text the guidelines below are not always applied. We do require that you apply the guidelines when making changes, though are happy to provide assistance if this proves to be a blocker to you.

Use a column width of 100 characters and add newlines where whitespace is used. (Emacs, set `fill-column` to `100`; in Vim, set `textwidth` to `100`; and in Sublime, set `wrap_width` to `100`.)
Use a column width of 100 characters and add newlines where whitespace is used. (Emacs, set `fill-column` to `100`; in Vim, set `textwidth` to `100`; and in Sublime, set `wrap_width` to `100`. Alternatively, wrap the paragraph(s) with your changes with https://domenic.github.io/rewrapper/. Make sure that `column length to rewrap` is set to 100.)

Using newlines between "inline" element tag names and their content is forbidden. (This actually alters the content, by adding spaces.) That is,
```html
Expand Down
15 changes: 15 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
Thank you for contributing to the HTML Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->

- [ ] At least two implementers are interested (and none opposed):
* …
* …
- [ ] [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:
* Chrome: …
* Firefox: …
* Safari: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
Loading