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

2014-11-13 Thread Roger Hågensen
On 2014-11-14 02:49, Glenn Maynard wrote: On Thu, Nov 13, 2014 at 7:17 PM, Roger Hågensen wrote: I have one real live use case that would be affected by this. http://player.gridstream.org/request/ Unfortunately, even if a couple pages have a legitimate use for a feature, when countless

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

2014-11-13 Thread Roger Hågensen
On 2014-11-14 02:49, Glenn Maynard wrote: Unfortunately, even if a couple pages have a legitimate use for a feature, when countless thousands of pages abuse it, the feature needs to go. The damage to people's day-to-day experience outweighs any benefits by orders of magnitude. Also, banks ge

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

2014-11-13 Thread Roger Hågensen
On 2014-11-14 03:57, Ben Maurer wrote: If the site sets autocomplete=off could you disable the saving of new suggestions? One of the main use cases for turning off autocomplete is to disable the saving of sensitive or irrelevant information. If the user is filling in an address or cc num it's

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 06:12, Peter Kasting wrote: On Thu, Nov 13, 2014 at 9:03 PM, Roger Hågensen wrote: This is getting more off topic but... have you ever typed wrong and now the autocomplete keeps listing your wrong spelling every time? And the only way to fix it is to nuke all your data, there is

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

2014-11-13 Thread Roger Hågensen
On 2014-11-13 20:20, Evan Stade wrote: Chrome already ignores the prevalent autocomplete="off" for password fields. We plan to ignore this tag for Autofill (addresses, credit cards) fields as well. autocomplete="off" will still be respected for autocomplete data (e.g. past searches on crbug.com).

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 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="off".

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

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 asynchronou

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
mage effect" 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-30 Thread Roger Hågensen
viewport, has 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
ave priority as it's less destructive (to the user) than autounload. -- 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
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 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. This is something that

Re: [whatwg] Supporting feature tests of untestable features

2015-04-01 Thread Roger Hågensen
Another suggestion is that if a feature is disabled (by the user, the admin or the browser/client for some reason) ten featexist() should behave as if that feature does not exist&is not supported. In other 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 a

Re: [whatwg] Recorder audio and save to server

2015-04-06 Thread Roger Hågensen
s support in the browser. -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Supporting feature tests of untestable features

2015-04-08 Thread Roger Hågensen
is just a nest of snakes you do not want 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 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 I'll end up looki

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

2015-05-07 Thread Roger Hågensen
se for anything 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] Case-sensitivity of CSS type selectors in HTML

2015-05-08 Thread Roger Hågensen
all tags/elements/properties/whatever that I can recall seeing only ever use those characters. I certainly won't complain if I can't use the letter 'å' in the code, then again I never use "weird characters" in code in the first place. How does it look in the wild? If only A

Re: [whatwg] Some Clarification on CML Proposal

2016-10-05 Thread Roger Hågensen
pting is 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
nd 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
nd 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
m trying to get some information on how to implement some new tags/attributes on the 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 y

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
trolled at this point. Unless a post or 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/

[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
thods 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
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] 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
x27;t be relied upon? (regarding me finding CSP see my answer to myself in another message) -- Roger Hågensen, Freelancer, http://skuldwyrm.no/

Re: [whatwg] Subresource Integrity-based caching

2017-03-02 Thread Roger Hågensen
are usually the larger and more important ones anyway. It's your jquery, bootstrap, angular, modernizer, and so on. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] Subresource Integrity-based caching

2017-03-03 Thread Roger Hågensen
pick of mine, if you reply to the list then there is no need to also CC me. If' I'm posting to the list then I'm 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-03 Thread Roger Hågensen
't derail the topic fully. -- Roger Hågensen, Freelancer, Norway.

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

2017-03-27 Thread Roger Hågensen
ithub.com/w3c/ServiceWorker/issues/1053 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-13 Thread Roger Hågensen
t one) is just silly. In that case 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

Re: [whatwg] metadata

2017-04-15 Thread Roger Hågensen
o maybe. There would 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

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

2017-04-15 Thread Roger Hågensen
How to specify subfolders I'm not sure, document header? Or maybe leverage the current work on for Offline Webapps which uses a separate file? Browsers also need to be make sure that a file is not added to the temp folder that enables access to sub folders. (The root of the temp folder shoul

Re: [whatwg] metadata

2017-04-15 Thread Roger Hågensen
g to comment further 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
uncertain what formats it works on and if it works for streams at all. -- Roger Hågensen, Freelancer, Norway.

Re: [whatwg] metadata (re-mapping)

2017-04-17 Thread Roger Hågensen
ng advisory between WHATWG and 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 oth

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

2017-04-17 Thread Roger Hågensen
lost as well. Maybe instead 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-18 Thread Roger Hågensen
variant of W3C. Brainstorming stuff, getting it tested/used 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
hand in that directory 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, any

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

2017-04-18 Thread Roger Hågensen
te 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
.png enhance a area and save that change (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,

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

2017-04-23 Thread Roger Hågensen
on this, I'm tired of repeating myself and I can only guess how annoying the others might find 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] 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
something like 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] HTML inputs directly toggling CSS classes on elements?

2017-09-10 Thread Roger Hågensen
ly 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
being served as XML+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 specif

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

2017-10-16 Thread Roger Hågensen
n about mobile browsers 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] 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 specifie

Re: [whatwg] META and bookmarking

2018-02-17 Thread Roger Hågensen
On a desktop browser you can go into the extended 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

Re: [whatwg] Popular Background Geolocation question on StackOverflow

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

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

2018-03-24 Thread Roger Hågensen
e but just non-visible maybe? Although I'm almost tempted to say that 0,0,0 should throw a warning in the dev console log that a valid range must be set and that the value must be within (inclusive) that range. -- Unless specified otherwise, anything I write publicly is considered Public D

Re: [whatwg] Popular Background Geolocation question on StackOverflow

2018-03-24 Thread Roger Hågensen
t would really need to be it's own 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
or murkying the waters further on this. -- 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
e 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-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-31 Thread Roger Hågensen
ons with you. -- 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.

<    1   2