Re: [whatwg] PSA: Chrome ignoring autocomplete=off for Autofill data

2014-11-13 Thread Roger Hågensen
On 2014-11-14 04:30, Glenn Maynard wrote: (Trimming for time and to avoid exploding the thread. Others can respond to the rest if they like.) No it's inherently correct for the use case as listeners tend to enter things like: Could you play Gun's'Rose? Love you show, more

Re: [whatwg] PSA: Chrome ignoring autocomplete=off for Autofill data

2014-11-13 Thread Roger Hågensen
On 2014-11-14 08:02, Evan Stade wrote: On Thu, Nov 13, 2014 at 5:17 PM, Roger Hågensen resca...@emsai.net wrote: On 2014-11-13 20:20, Evan Stade wrote: Currently this new behavior is available behind a flag. We will soon be inverting the flag, so you have to opt into respecting autocomplete

Re: [whatwg] PSA: Chrome ignoring autocomplete=off for Autofill data

2014-11-14 Thread Roger Hågensen
On 2014-11-14 19:10, Evan Stade wrote: The problem is that we don't think autocomplete=off is used judiciously. Could you make a compromise and respect autocomplete=off for only type=text, and ignore autocomplete=off for all other input types as you guys planned? And then look at how the

Re: [whatwg] Modifying the URL inside beforeunload event

2014-11-14 Thread Roger Hågensen
On 2014-11-15 02:08, cowwoc wrote: Personally the way I build apps these days is to just serve static files over HTTP, and do all the dynamic stuff over WebSocket, which would sidestep all these issues. You mean you have a single-paged application and rewrite the underlying page

Re: [whatwg] Modifying the URL inside beforeunload event

2014-11-14 Thread Roger Hågensen
On 2014-11-15 03:07, cowwoc wrote: On 14/11/2014 8:56 PM, Roger Hågensen wrote: Did you also use a URL parameter to indicate which cookie the server should look in? I think my solution is problematic in that I have to go through GetTabId.html on page load (which looks ugly) and even worse I

Re: [whatwg] HTML tags.Panorama, Photo Sphere, Surround shots

2014-12-05 Thread Roger Hågensen
On 2014-11-18 06:57, Paul Benedict wrote: Is it really the responsibility of HTML to be told about this? I wouldn't think so. My initial thoughts are that all such information should be encoded in the file format of the image. I am not saying such information exists (maybe partially though), but

Re: [whatwg] Effect of image-orientation on naturalWidth/Height

2015-03-10 Thread Roger Hågensen
instead. -- Roger Hågensen, Freelancer

Re: [whatwg] Modify the Page Visibility spec to let UA's take into account whether iframes are visible on the screen

2015-03-31 Thread Roger Hågensen
become occluded, or has otherwise been rendered non-visible, we should regard the iframe as hidden and dispatch a visibilitychange event to let the iframe throttle itself. ... - Seth -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Modify the Page Visibility spec to let UA's take into account whether iframes are visible on the screen

2015-03-31 Thread Roger Hågensen
as it's less destructive (to the user) than autounload. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Supporting feature tests of untestable features

2015-04-01 Thread Roger Hågensen
words featexist() could be a simple way to ask the browser if is this available? can I use this right now? -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Modify the Page Visibility spec to let UA's take into account whether iframes are visible on the screen

2015-04-01 Thread Roger Hågensen
On 2015-03-31 23:17, Felix Miata wrote: Roger Hågensen composed on 2015-03-31 21:09 (UTC+0200): ... For Mozilla browsers, you can go to about:config and set media.autoplay.enabled to “falseâ€�. Also, the NoScript browser extension can make media click-to-play by default. I hardly think

Re: [whatwg] Modify the Page Visibility spec to let UA's take into account whether iframes are visible on the screen

2015-03-31 Thread Roger Hågensen
On 2015-03-31 16:09, Boris Zbarsky wrote: On 3/31/15 2:18 AM, Roger Hågensen wrote: What type of iframes would benefit from this? Ads, from a user point of view. Now getting them to opt in to being throttled... -Boris Would not a ad delivery network prefer not to have to push ads out

Re: [whatwg] Modify the Page Visibility spec to let UA's take into account whether iframes are visible on the screen

2015-03-31 Thread Roger Hågensen
On 2015-03-31 20:55, Nils Dagsson Moskopp wrote: Roger Hågensen rh_wha...@skuldwyrm.no writes: I often open multiple tabs, and then I go through them one by one later. If I end up opening 3-4 videos at the same time I have to stop the other 3 so I do not get a cacophony of 4 videos at once

Re: [whatwg] Case-sensitivity of CSS type selectors in HTML

2015-05-08 Thread Roger Hågensen
in code in the first place. How does it look in the wild? If only A to Z is used in xx% of cases then restricting to that character range would allow very quick lowercasing and thus allow use of fast binary matching. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/ -- Roger Hågensen

Re: [whatwg] Case-sensitivity of CSS type selectors in HTML

2015-05-07 Thread Roger Hågensen
that will possibly be machine read (file names, properties/attributes), it also compresses better (lower case letters are more frequent). -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Roger Hågensen
. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Supporting feature tests of untestable features

2015-04-08 Thread Roger Hågensen
to rummage around in. HTML5 pages/apps should be browser neutral. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/ -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Supporting feature tests of untestable features

2015-04-09 Thread Roger Hågensen
On 2015-04-09 11:43, Nils Dagsson Moskopp wrote: Roger Hågensen rh_wha...@skuldwyrm.no writes: Myself I have to confess that I tend to use caniuse a lot myself. I use it to check how far back a feature goes in regards to browser versions and try to decide where you cut the line In other words

Re: [whatwg] Some Clarification on CML Proposal

2016-10-05 Thread Roger Hågensen
very close. In the meantime have you tried iframe with the seamless attribute and some javascript? -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
a "diagram" shows up that makes me go "Ah! Now I see!" I'm not going to bother responding to any further posts on this subject. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
of diagram http://www.conceptdraw.com/solution-park/resource/images/solutions/fishbone-diagram/Business-Productivity-Ishikawa-Diagram-Factors-Reducing-Competitiveness-Sample24.png -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
backend. This is far more than just "adding some new tags", you want to add tags to discard HTML and CSS and Javascript. > correction on the code above I can't help but feel that your "code" is little more than a variant of a link tag. I'm not trying to be

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
of diagram http://www.conceptdraw.com/solution-park/resource/images/solutions/fishbone-diagram/Business-Productivity-Ishikawa-Diagram-Factors-Reducing-Competitiveness-Sample24.png -- Roger Hågensen, Freelancer,http://skuldwyrm.no/

[whatwg] How can a server or serverside script identify if a request is from a page, iframe or xhr?

2016-11-01 Thread Roger Hågensen
methods of making a POST) Now if there exist another way to achieve the same and I just haven't found it I'd appreciate if someone pointed me in the right direction. I'm also a bit unsure what working group (pun intended) a suggestion should be directed to if this does not exist yet. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] How can a server or serverside script identify if a request is from a page, iframe or xhr?

2016-11-01 Thread Roger Hågensen
be relied upon? (regarding me finding CSP see my answer to myself in another message) -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] How can a server or serverside script identify if a request is from a page, iframe or xhr?

2016-11-01 Thread Roger Hågensen
On 2016-11-01 10:42, Roger Hågensen wrote: I was wondering how can a server or script identify if a request is from page, iframe or xhr? I really hate answering myself (and so soon after making a post) but it seems I have found the answer at https://developer.mozilla.org/en-US/docs/Web

Re: [whatwg] Firebase Cloud Messaging (FCM) blows the W3C/IETF Success Prevention Depts out of the water!

2017-03-27 Thread Roger Hågensen
Hall of shame? It sounds like you have some form of personal agenda here. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-15 Thread Roger Hågensen
ot of the temp folder should always be treated as special regardless.) -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] metadata

2017-04-15 Thread Roger Hågensen
ould still be a issue with metadata possibly being partly in the current buffer and partly in the next buffer so any javascript would need to splice that together. Ogg seems simple enough https://www.xiph.org/ogg/doc/oggstream.html And parsing of this metadata should be in the ogg source (libogg?) so

Re: [whatwg] metadata (re-mapping)

2017-04-17 Thread Roger Hågensen
Vorbis/id3/MP4 etc. Xiph could update their page on Vorbis comments to match/include the WHATWG key names if they are not already listed. I have no idea who maintains http://id3.org/ but I'm sure they would want to participate too. -- Unless specified otherwise, anything I write publicly i

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-17 Thread Roger Hågensen
stead of d:\documents\test.html_files\ d:\documents\test.html_data\ could be used? This would also distinguish it from the current user saved webpages. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-19 Thread Roger Hågensen
e (in localStorage as you can save the path and a zoomvalue you have to save the entire image instead) and suddenly list1.csv get deleted from localStorage for that domain. And these are limitations to http(s): and not just file: -- Unless specified otherwise, anything I write publicly is considered Publ

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-13 Thread Roger Hågensen
a native (and much more powerful) Windows application could be created instead be it NWS/Electron, or C++. Having end users poke around in browser advanced options or worse the browser flags or command line switches is not something a end user should have to do either. -- Roger Hågensen

Re: [whatwg] metadata

2017-04-15 Thread Roger Hågensen
rther on the royalty stuff as this is weering quite off-topic now. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] metadata

2017-04-16 Thread Roger Hågensen
what formats it works on and if it works for streams at all. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] metadata (and royalty reporting for some weird reason)

2017-04-23 Thread Roger Hågensen
this weird topic now. So I'm not going to respond to any future posts on this semi-off-topic. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Subresource Integrity-based caching

2017-03-03 Thread Roger Hågensen
rail the topic fully. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Subresource Integrity-based caching

2017-03-03 Thread Roger Hågensen
also reading the list, I'd rather not have multiple email copies in my inbox. Hit the "Reply to list" button instead of "Reply to all" next time (these options depends on your email client). -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Subresource Integrity-based caching

2017-03-02 Thread Roger Hågensen
r jquery, bootstrap, angular, modernizer, and so on. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-18 Thread Roger Hågensen
omain (CC0). Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-18 Thread Roger Hågensen
d in browsers then seeing what sticks to the wall and once things become stable the W3C will hammer it in stone. Is that assumption wrong? -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Accessing local files with JavaScript portably and securely

2017-04-18 Thread Roger Hågensen
irectory as you will. I just confirmed that. just creating a empty .html file and a same named folder with _Files at the end does "link" them in Explorer. Is this unique to Windows or does other platforms do the same/something similar? -- Unless specified otherwise, anything I write p

Re: [whatwg] header for JSON-LD ???

2017-07-26 Thread Roger Hågensen
write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] header for JSON-LD ???

2017-07-26 Thread Roger Hågensen
The Internet Archive and so on, as part of a official public API etc. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] JavaScript function for closing tags

2017-10-16 Thread Roger Hågensen
+XHTML If a XML document is being served with unclosed tags then it's not valid XML, so it's no wonder if that then causes issues. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen

[whatwg] Max-bandwidth (was Re: HTML : FEATURE SUGGESTION)

2017-10-16 Thread Roger Hågensen
ers though. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] HTML inputs directly toggling CSS classes on elements?

2017-09-10 Thread Roger Hågensen
is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Further working mode changes

2017-12-18 Thread Roger Hågensen
atwg.org/copyright-license-change I'd like to express my thanks to you and everyone else involved for the work you do on this. It's appreciated. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwis

Re: [whatwg] META and bookmarking

2018-02-17 Thread Roger Hågensen
nded dialog and hand-modify the URL (some users could, others not so much). On mobile, it can be difficult--on some devices even impossible. ... Thanks, Andy Valencia -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specifi

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] rendering for case min == max

2018-03-24 Thread Roger Hågensen
ic Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
thing instead of adding to the geolocation, there should be no issues with both coexisting. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
lse) would be a better long term goal. It would also be less likely to screw up security this way. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
and W3C. Um. You missquoted, that wasn't me who said that. -- Unless specified otherwise, anything I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-31 Thread Roger Hågensen
g I write publicly is considered Public Domain (CC0). My opinions are my own unless specified otherwise. Roger Hågensen, Freelancer, Norway.

<    1   2