public-webapps-bugzilla@w3.org from July 2012 by subject

[Bug 10896] enable device independent access to event handlers

[Bug 12510] Specs split off from HTML5 (like WebSockets) need to have xrefs linked, otherwise they're ambiguous

[Bug 13686] Add example of calling start() on a port

[Bug 14017] Node.contain shouldn't throw when null is passed as parameter.

[Bug 14900] note about checking "origin" attribute of MessageEvent

[Bug 14949] [Meta]: Component Model needs an Explainer document

[Bug 14968] [Meta]: Specify how custom elements work

[Bug 14978] [Meta]: Specify how shadow DOM works

[Bug 15196] [Shadow]: Specify a way of explicitly allowing some styles reaching into shadow DOM subtrees

[Bug 15209] Provide authors with a way to handle running out of buffers, if that turns out to ever actually happen in practice

[Bug 15210] Consider dispatching an event when bufferedAmount drops to 0

[Bug 15476] [Templates]: Specify how templates work

[Bug 15480] [Shadow]: Things to Consider in the Future

[Bug 15495] I need some way of recovering from longer but still temporary failures, without requiring a complete page refresh, and without requiring every all events of interest to be rebound, or otherwise handled differently from any other event. This isn't an issue

[Bug 15495] Update EventSource model to do automatic reconnect even in the face of network errors

[Bug 15719] Under section "Disk Space", there seems to be a word missing in the sentence (see part in parens): "User agents should guard against sites storing data (under the origins other affiliated sites)" Should it have said "under the origins _of_ other affiliate

[Bug 15818] [Shadow]: Consider a notion of shared stylesheet

[Bug 16009] [Shadow]: Specify how CSS behaves in shadow DOM subtrees

[Bug 16025] Re: Web Storage Editor's Draft 28 November 2011 "The use of the storage mutex to avoid race conditions is currently considered by certain implementors to be too high a performance burden, to the point where allowing data corruption is considered preferabl

[Bug 16070] uses MessageEvent but doesn't define or reference external definition

[Bug 16137] IndexedDB: Add API for enumerating databases

[Bug 16229] [Shadow]: Consider a combinator for activating content when a selector matches

[Bug 16441] Spec should note that onsuccess shouldn’t be used for writes.

[Bug 16467] [IndexedDB] [editorial] remove spurious IDBVersionChangeRequest-sentence

[Bug 16596] Clarify how upgradeneeded works in the .open function

[Bug 16730] Shared workers - use .source instead of .ports[0] ?

[Bug 16733] Drop 'endings'?

[Bug 16866] EOF is no longer valid as newline so "and the end of the file being the four ways in which a line can end" should be removed.

[Bug 16927] HTML reference was changed from W3C version to WHATWG version

[Bug 16952] Add a Blob.close()

[Bug 16953] createObjectURL and oneTimeOnly behavior should be defined in terms of stable state

[Bug 17023] [Shadow]: Clarify how insertion points behave when they are shadow hosts

[Bug 17032] IndexedDB: Editorial - use of phrase "explicit key" is confusing

[Bug 17073] Formatting Binary Data

[Bug 17085] [Shadow]: Clarify the effect of <meta http-equiv="…"> in Shadow DOM

[Bug 17110] [Shadow]: Event retargeting example needs updating

[Bug 17111] [Shadow]: define "distribution"

[Bug 17143] [Shadow]: Consider explicitly exporting CSS Variables across a shadow boundary

[Bug 17177] [Shadow]: Event retargeting algorithm should be slightly modified.

[Bug 17198] Remove mention of IDBVersionChangeRequest

[Bug 17224] Possible typo in section 6: Ping and Pong Frames

[Bug 17236] Ambiguity in IDBTransaction.error around 'done' state

[Bug 17253] [IndexedDB] IDL typo

[Bug 17262] send function should have async interface

[Bug 17263] Keep on having send(ArrayBuffer data) interface in addition to send(ArrayBufferView data)

[Bug 17264] Add attributes to use ping/pong frames effectively

[Bug 17276] Step 8 in versionchange transaction algorithm is wrong.

[Bug 17303] Fix editorial issues from Tobie

[Bug 17426] Add .empty() and/or a .replaceContents() or some such?

[Bug 17445] [Shadow]: Remove "style scoped" from example

[Bug 17446] [Shadow]: Research and explain content fallback for HTML elements.

[Bug 17447] [Shadow]: What happens when ShadowRoot instantiated from a different context?

[Bug 17515] [Shadow]: @host and shadow insertion point

[Bug 17516] [Shadow]: Investigate a more thorough set of selectors to traverse shadow DOM

[Bug 17538] [IndexedDB] Remove error clauses for invalid index keys

[Bug 17590] [Shadow]: Consider specifying semantics for @host in <style scoped>

[Bug 17590] [Shadow]: Specifying styling of host, light nodes with @host, /select/

[Bug 17608] [Shadow]: contenteditable for distributed nodes

[Bug 17609] [IndexedDB] Events fired after transaction abort should not set active flag

[Bug 17624] Some key names are redundant

[Bug 17625] Shouldn't ExSel key value be Exsel?

[Bug 17626] mousemove event is really cancelable?

[Bug 17627] The order of mouseenter/leave events in a subtree should be defined

[Bug 17643] What should transaction.error be set to if a error handler throws an exception

[Bug 17645] Define more precisely what the "origin" of the IDBEnvironment is

[Bug 17649] Address WebIDL comments from Kyle Huey

[Bug 17650] Make createIndex throw InvalidAccessError instead of NotSupportedError

[Bug 17652] Blob constructor: the blobParts array should probably not have nullable elements

[Bug 17656] Rewrite Blob constructor algorithm

[Bug 17657] Empty arrays shouldn't be valid KeyPaths

[Bug 17659] XML lacks native hypermedia affordances, which makes attainment of it's #1 goal impossible

[Bug 17674] [Shadow]: /select/ combinator not included in rule applicability algorithm

[Bug 17674] New: [Shadow]: /select/ combinator not included in rule applicability algorithm

[Bug 17675] New: Parameters to slice

[Bug 17675] Parameters to slice

[Bug 17679] [Templates]: Latest editor's draft link incorrect

[Bug 17679] New: [Templates]: Latest editor's draft link incorrect

[Bug 17681] [IndexedDB] Operations that raise multiple exceptions types should define order

[Bug 17681] New: [IndexedDB] Operations that raise multiple exceptions types should define order

[Bug 17683] [Shadow]: [6.6 Event Retargeting Examples] must be rewritten.

[Bug 17683] New: [Shadow]: [6.6 Event Retargeting Examples] must be rewritten.

[Bug 17685] Hello, Please make the standard web socket api include a spec for an in browser "listener" socket. Meaning: a javascript application is able to create a server listener socket in the browser on the client. Another client can discover this ip (though most

[Bug 17685] New: Hello, Please make the standard web socket api include a spec for an in browser "listener" socket. Meaning: a javascript application is able to create a server listener socket in the browser on the client. Another client can discover this ip (though most

[Bug 17702] [IndexedDB editorial] IDBIndex.getKey should tell what it's doing

[Bug 17702] New: [IndexedDB editorial] IDBIndex.getKey should tell what it's doing

[Bug 17706] New: Node.replaceChild(node, child) doesn't check that child is among node's children

[Bug 17706] Node.replaceChild(node, child) doesn't check that child is among node's children

[Bug 17708] DOMTokenList: Ability to swap a class

[Bug 17708] New: DOMTokenList: Ability to swap a class

[Bug 17711] attributeFilter should be sequence<DOMString>, not DOMString[]

[Bug 17711] New: attributeFilter should be sequence<DOMString>, not DOMString[]

[Bug 17713] Exceptions thrown from event handlers should not be propagated

[Bug 17713] New: Exceptions thrown from event handlers should not be propagated

[Bug 17714] New: Exceptions thrown from event handlers should not be propagated

[Bug 17715] New: Define that initEvent doesn't do anything when called during dispatch.

[Bug 17719] Consider throwing when attribute setter is called without an argument.

[Bug 17719] New: Consider throwing when attribute getters are called without an argument.

[Bug 17722] All interface objects should have a 'length' property

[Bug 17722] New: All interface objects should have a 'length' property

[Bug 17726] Enumerables on lists

[Bug 17726] New: Enumerables on lists

[Bug 17732] New: please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17732] please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17733] New: please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17733] please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17734] New: please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17734] please provide how to connect the url and how retrieve the json web service please prove one sample code ,my mail id is rajasekhar@sipl.co.in

[Bug 17736] New: Get "dereference" Blob URI terminology more in keeping with HTML5

[Bug 17746] New: Specify Blob snapshots more robustly

[Bug 17749] New: [WebIDL] Nit: "unrestricted double type" defined as 32-bit

[Bug 17754] New: Key name "HistoryBack" and "HistoryForward" should be "BrowserBack" and "BrowserForward"

[Bug 17755] New: IE9 uses different key names for "AudioMute", "AudioVolumeDown" and "AudioVolumeUp"

[Bug 17756] New: IE9 users deifferent key names for "MediaTrackNext" and "MediaTrackPrevious"

[Bug 17757] New: Editorial: Add a note about why Blobs aren't Transferable

[Bug 17758] Consider using microtasks for autorevoke

[Bug 17758] New: Consider using microtasks for autorevoke

[Bug 17761] New: Consider a src/href-like attribute for easy integration?

[Bug 17762] lastModifiedDate should not be nullable

[Bug 17762] New: lastModifiedDate should not be nullable

[Bug 17765] APIs need to take a reference to blob data underlying object URLs

[Bug 17765] New: APIs need to take a reference to blob data underlying object URLs

[Bug 17772] [URL] The definition of "absolute url" makes https:foo not an absolute url, since its behavior depends on whether the base is https: or not. Is that desired? In particular, using this definition for websockets means that wss: urls with no forward...

[Bug 17775] DOMParser Errors should be exceptions

[Bug 17775] New: DOMParser Errors should be exceptions

[Bug 17785] New: Tests: add some parent-less nodes to testNodes in common.js

[Bug 17785] Tests: add some parent-less nodes to testNodes in common.js

[Bug 17786] hello, i am just testing websocket, thank you.

[Bug 17786] New: hello, i am just testing websocket, thank you.

[Bug 18023] New: Typo DOMString

[Bug 18320] Clarify how reconnection works after losing internet connectivity

[Bug 18320] Clarify how reconnection works when loosing internet connection

[Bug 18320] New: Clarify how reconnection works when loosing internet connection

[Bug 18321] [Shadow]: Parsing rule of ShadowDOM's innerHTML

[Bug 18321] New: [Shadow]: Parsing rule of ShadowDOM's innerHTML

[Bug 18323] New: key names which are used by IE9 but not defined in D3E

[Bug 18326] New: Is DeadEacute right name?

[Bug 18327] New: Shouldn't "DeadDoubleacute" be "DeadDoubleAcute"?

[Bug 18328] New: [IndexedDB] Editorial: Clarify that "record value" === "referenced primary key" for indeces

[Bug 18329] [IndexedDB] [supertrivial] Use more understandable example for indeces

[Bug 18329] New: [IndexedDB] [supertrivial] Use more understandable example for indeces

[Bug 18341] New: Needs some guidelines for computing key and char values of KeyboardEvent when some modifier key is pressed and not causes text input

[Bug 18345] [Shadow]: @host in a shadow DOM subtree that is not rendered

[Bug 18345] New: [Shadow]: @host in a shadow DOM subtree that is not rendered

[Bug 18350] [Shadow]:Two typos in 11.1.1 ShadowRoot Attributes

[Bug 18350] New: [Shadow]:Two typos in 11.1.1 ShadowRoot Attributes

[Bug 18352] New: Note about Object.prototype.toString is unclear

[Bug 18358] New: Node.contains(null) could be clearer

[Bug 18362] New: Make stringifiers not take into account expandos

[Bug 18370] [Custom]: Custom elements should be able to apply styles to the bound element’s content

[Bug 18370] New: [Custom]: Custom elements should be able to apply styles to the bound element

[Bug 18382] [Shadow]: ShadowRoot needs the flag to control @host @-rules in a similar way to the apply-author-styles flag.

[Bug 18382] New: [Shadow]: ShadowRoot needs the flag to control @host @-rules in a similar way to the apply-author-styles flag.

[Bug 18415] [Shadow]: Focus navigation and distributed nodes

[Bug 18415] New: [Shadow]: Focus navigation and distributed nodes

[Bug 18418] [Shadow]: Specify the order of stylesheets in Shadow DOM for the purpose of the cascade

[Bug 18418] New: [Shadow]: Specify the order of stylesheets in Shadow DOM for the purpose of the cascade

[Bug 18420] New: Cycles via dictionary members should probably be prohibited

[Bug 18421] New: Cycle language about dictionaries needs s/interface/dictionary/

[Bug 18424] New: Cannot parse static operation with ReturnType (WebIDL editors draft 10 July 2012)

[Bug 18427] New: [IndexedDB] Spec text requires index names be unique within database

[Bug 18428] [Shadow]: Next Working Draft Iteration

[Bug 18428] New: [Shadow]: Next Working Draft Iteration

[Bug 18429] New: [Shadow]: Specify imperative API for node distribution

[Bug 18435] [Shadow]: Needs consistent way to style the inner element of replaced elements.

[Bug 18435] New: [Shadow]: Needs consistent way to style the inner element of replaced elements.

[Bug 18437] New: XML serialization of text node does no escaping

[Bug 18437] XML serialization of text node does no escaping

[Bug 18441] [Shadow]: Expose styleSheets property on ShadowRoot

[Bug 18441] New: [Shadow]: Expose styleSheets property on ShadowRoot

[Bug 18444] [Shadow]: @host @-rules vs rules in document tree

[Bug 18444] New: [Shadow]: @host @-rules vs rules in document tree

[Bug 18453] New: [Explainer]: Typo

[Bug 18454] New: [Shadow]: Define how apply-author-styles affects sibling selectors

[Bug 18455] New: [Shadow]: Stop 'load' and 'error' events at shadow boundaries

Last message date: Tuesday, 31 July 2012 23:47:11 UTC