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

Proposed change for Focus Navigation #381

Closed
wants to merge 88 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
4a34e72
Proposed change for Focus Navigation
TakayoshiKochi Feb 12, 2016
346a477
[Fix #277] Add loadedmetadata to the list
hayatoito Feb 18, 2016
d7bf738
[Fix #373] Make event.deepPath() return an empty array if the event i…
hayatoito Feb 18, 2016
c9fe8bf
[Fix #386] Fix an editorial issue
hayatoito Feb 18, 2016
315e58a
Fix an editorial issue
hayatoito Feb 18, 2016
ed43c0a
Updated the draft.
TakayoshiKochi Feb 18, 2016
4dff036
Used ReSpec
siusin Feb 24, 2016
4a5a2c7
used ReSpec and added a new WD
siusin Feb 24, 2016
5595315
fixed markup errors
siusin Feb 24, 2016
06c4018
Merge pull request #394 from siusin/gh-pages
hayatoito Feb 24, 2016
b254946
fixed broken links
siusin Feb 24, 2016
07682f6
Switched custom spec to respec
plehegar Feb 24, 2016
5305ade
oops, removed respec debug
plehegar Feb 24, 2016
8982ecc
Use default ref for ecmacript
plehegar Feb 24, 2016
e2602bf
Switched DOM ref
plehegar Feb 24, 2016
bab10ed
Improved the respec markup. Moved image closer to the spec.
plehegar Feb 24, 2016
2af62b3
Manifest for automatic publication
plehegar Feb 24, 2016
716f462
Fixed broken links per #395
plehegar Feb 24, 2016
818b379
Use https
plehegar Feb 24, 2016
dd1ebbf
Merge pull request #395 from siusin/gh-pages
siusin Feb 25, 2016
6312c18
merge changes
siusin Feb 25, 2016
5beff65
Merge branch 'imports/respec' into gh-pages
siusin Feb 25, 2016
a6a4f06
Merge pull request #396 from w3c/custom/respec
siusin Feb 26, 2016
eac50d7
Fixed document.registerElement placement
plehegar Feb 26, 2016
6100444
Fixed respec markup
plehegar Feb 26, 2016
16f1825
editorial: Use experimantal styles
hayatoito Mar 1, 2016
39d2aed
[Fix #402] Use dfn.js for backlinks
hayatoito Mar 1, 2016
ac70a46
[Fix #389] Clarify Window is not shown for the purpose of the explana…
hayatoito Mar 1, 2016
d95392f
Large custom element spec rewrite to implement some F2F decisions
domenic Mar 1, 2016
e51a50d
Add dfn.js to custom elements (part of #402)
domenic Mar 3, 2016
f790719
Fix Web IDL spec reference
domenic Mar 3, 2016
0113437
[Issue #382] Remove component trees, fragment trees, in favor of node…
hayatoito Mar 3, 2016
b87a55f
[Issue #382] Fix the definition of "in a composed document"
hayatoito Mar 3, 2016
b2d77b8
[Fix #410] Clarify the slotting algorithm
hayatoito Mar 4, 2016
b8567cf
Make Flatting Example more readable and understandable
hayatoito Mar 4, 2016
8b5a32c
Non-normative: Replace document element with body because document el…
hayatoito Mar 4, 2016
959d802
[Issue #80] Remove Node.treeRoot because it was renamed and was upstr…
hayatoito Mar 7, 2016
6953f9f
Decouple Custom Elements from HTML Imports
domenic Mar 7, 2016
118e8ff
Fix #416: rename "custom element type" to "custom element name"
domenic Mar 7, 2016
305e6ba
Clean up definition of custom element concept
domenic Mar 7, 2016
58a2f7b
Fix #369: clarify custom element registries
domenic Mar 7, 2016
5f8bc0d
Send custom element callback errors to "report an exception"
domenic Mar 7, 2016
62c038f
Fix #144: add note about upgrading after cloning
domenic Mar 7, 2016
2d07c73
Update custom element lifecycle
domenic Mar 7, 2016
1789011
Fix typo in createElement
domenic Mar 7, 2016
875a180
[Fix #61] Add a note that event section is meaningful only if an even…
hayatoito Mar 8, 2016
9ece179
Remove document argument to (dis)connectedCallback
domenic Mar 8, 2016
2d13bb2
Factor out "create an element" algorithm
domenic Mar 8, 2016
674b0b2
Use new "create an element" hook in cloning and parsing
domenic Mar 8, 2016
0abc10e
Change createElement(ln, typeExtension) to createElement(ln, { is })
domenic Mar 8, 2016
b7478f9
Enqueue attributeChangedCallback during parsing
domenic Mar 8, 2016
695a8d4
Remove leftover warning
domenic Mar 8, 2016
3286f00
Implement observedAttributes processing
domenic Mar 8, 2016
35086b3
Define valid custom element name more rigorously
domenic Mar 8, 2016
2432819
Overhaul custom element upgrading to be much more explicit
domenic Mar 8, 2016
5cee9fd
Make monkeypatching more uniform and explicit
domenic Mar 8, 2016
5bed769
Don't default extends/is to null
domenic Mar 8, 2016
5e7988c
Add note explaining custom element name restrictions
domenic Mar 8, 2016
58015e4
Explain type extensions better in a non-normative note
domenic Mar 8, 2016
b7ad1ea
[Fix #393] Remove the statement of cloneNode on ShadowRoot
hayatoito Mar 10, 2016
0457494
[Fix #429] Integrate "get the parent" model for an event path
hayatoito Mar 10, 2016
d48e817
Do not hold a reference to all undefined potentially-custom elements
domenic Mar 10, 2016
ec5c29b
Dial back auto-upgrading of undefined potentially-custom elements
domenic Mar 10, 2016
29ee805
Typo fix
domenic Mar 10, 2016
fbc5787
Specify custom elements parser behavior
domenic Mar 10, 2016
f464a0d
Touchup definition of "list of defined custom element local names"
domenic Mar 10, 2016
812e53a
Flesh out defineElement examples
domenic Mar 11, 2016
a5df449
Add checks for non-callable lifecycle callbacks at registration time
domenic Mar 11, 2016
00ed64f
Add conformance requirements for custom element constructors
domenic Mar 11, 2016
8b77fbf
Allow early return in conformance requirements
domenic Mar 11, 2016
b4420c9
Note some subtleties around constructor vs. attachedCallback
domenic Mar 11, 2016
5ea3a05
attached/detached → connected/disconnected
domenic Mar 11, 2016
51fd7cd
Remove some semicolons
domenic Mar 11, 2016
3139926
[Fix #433] Clarify that relatedTarget property is non-null
hayatoito Mar 11, 2016
b362fa0
Mention that SVG and MathML won't get new hyphen-containing names either
domenic Mar 11, 2016
a44034f
Add a reference to XML's EBNF notation
domenic Mar 11, 2016
815910d
Reorganize custom elements, including API changes for definition
domenic Mar 12, 2016
fdcd8e9
Fix typo in API summary for customElements.define
domenic Mar 15, 2016
7fa281b
[Issue #441] Add a node about ShadowRoot.innerHTML
hayatoito Mar 16, 2016
b12afbb
[Fix #91] Use DocumentOrShadowRoot Mixin
hayatoito Mar 17, 2016
e04cb38
[Issue #91] Clarify elementFromPoint should use retargeting algorithm
hayatoito Mar 17, 2016
1148e56
[Fix #443] Clarify innerHTML should work the same way
hayatoito Mar 17, 2016
d0f7fec
Update custom element examples to use new define function
domenic Mar 17, 2016
01e5a71
Update from the draft document.
Mar 17, 2016
a49def5
Proposed change for Focus Navigation
TakayoshiKochi Feb 12, 2016
3adc0f3
Updated the draft.
TakayoshiKochi Feb 18, 2016
8f880f2
Update from the draft document.
Mar 17, 2016
5a96e3f
Merge branch 'focusScope' of github.com:TakayoshiKochi/webcomponents …
Mar 18, 2016
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
45 changes: 45 additions & 0 deletions assets/styles/respec-complement.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,48 @@ div.algorithm {
opacity:0.8;
text-align:right;
}

var {
font-size: 0.8em;
color: #005A9C;
font-style: normal;
}

/*
* From https://resources.whatwg.org/standard.css
* Styles used in https://resources.whatwg.org/dfn.js
*/
body.dfnEnabled dfn { cursor: pointer; }
.dfnPanel {
display: inline;
position: absolute;
z-index: 35;
height: auto;
width: auto;
padding: 0.5em 0.75em;
font: small Helvetica Neue, sans-serif, Droid Sans Fallback;
background: #DDDDDD;
color: black;
border: outset 0.2em;
}
.dfnPanel * { margin: 0; padding: 0; font: inherit; text-indent: 0; }
.dfnPanel :link, .dfnPanel :visited { color: black; }
.dfnPanel p:not(.spec-link) { font-weight: bolder; }
.dfnPanel * + p { margin-top: 0.25em; }
.dfnPanel li { list-style-position: inside; }

/* Additional fixes */
.dfnPanel a[href] { border-bottom: none; }
.dfnPanel a[href]:hover { border-bottom: 1px solid #707070; }

/*
* From https://resources.whatwg.org/standard.css
*/
.brief { margin-top: 1em; margin-bottom: 1em; line-height: 1.1; }
.brief > li { margin: 0; padding: 0; }
.brief > li > p, .brief > li > ol, .brief > li > ul, .brief > li > dl {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
Loading