Re: [whatwg] Question on (new) header and hgroup

2009-07-03 Thread Kornel
outline algorithm and authoring by changing meaning and rank of hx in context of hgroup. -- regards, Kornel

Re: [whatwg] Codecs for video and audio

2009-07-07 Thread Kornel
interoperability in current situation. These requirements won't ensure full interoperability - that is not possible with the impasse we have - but will match implementations, make situation clearer for authors and disallow even less interoperable implementations. -- regards, Kornel

Re: [whatwg] input type=url allow URLs without http:// prefix

2009-07-13 Thread Kornel
as well (I admit that last bit is not stated explicitly). -- regards, Kornel

Re: [whatwg] Make quoted attributes a conformance criteria

2009-07-23 Thread Kornel
is highly recommended for all non-omitted attribute values. To me min=0 is more readable than min=0. This is a matter of opinion, and IMHO spec should not enforce one's coding style. -- regards, Kornel

Re: [whatwg] Text areas with pattern attributes?

2009-08-25 Thread Kornel
it to desired length, e.g. if I have Your order reference is AB-456 in my clipboard, I can't use it in input field that has maxlength=6. So I wish maxlength behaved more like pattern in all cases :) -- regards, Kornel

Re: [whatwg] [Input type=submit] Disable after submitting

2010-01-26 Thread Kornel
(){t.disabled=false},5000) -- regards, Kornel

Re: [whatwg] [Input type=submit] Disable after submitting

2010-01-26 Thread Kornel
and security measure, and doesn't need to be as user-friendly (i.e. it would suffice if it replied with error instead of having to silently redirect to previous submission's result). This simplifies server-side implementation. -- regards, Kornel

Re: [whatwg] Canvas and color colorspaces (was: WebGL and ImageBitmaps)

2016-04-30 Thread Kornel
ile seems OK to me. It'd mean the website already knows how to convert colors to the given colorspace, and the same profile could be passed back by toDataURL(). -- Kind regards, Kornel

Re: [whatwg] Canvas and color colorspaces (was: WebGL and ImageBitmaps)

2016-04-30 Thread Kornel
step (in GPU/by the OS)? It would make all current web content render consistently as expected. Support for the niche use case of true display of full gamut of wider-than-sRGB profiles can be added less urgently. -- Kind regards, Kornel

Re: [whatwg] href on any element

2006-08-29 Thread Kornel Lesinski
: div href=/buy pMy product is:/p ul liCool/li liGreat/li liAnd soo semantic/li /ul /div -- regards, Kornel Lesiński

Re: [whatwg] href on any element

2006-08-29 Thread Kornel Lesinski
/tdtdno anchor/td/tr With some scripting (see first code in this post) this could work in current browsers and had fallback for bots and non-JS agents. -- regards, Kornel Lesiński

Re: [whatwg] Detecting Web Forms for future proof scripts?

2006-10-02 Thread Kornel Lesinski
'); if (input.type != 'uri') alert('no native WF2!'); but it's a stretch to assume that support of certain input type means support for all of WF2, so I'm curious how can one detect support for other functionality. -- pozdrawiam, Kornel Lesiński

Re: [whatwg] Detecting Web Forms for future proof scripts?

2006-10-02 Thread Kornel Lesinski
own bit of code rather than rip it out of an unfinished, unstable code that I'm not familiar with. I'd love to use that script once it's production-ready. -- regards, Kornel Lesiński

Re: [whatwg] div as a wrapper for inline content

2007-01-03 Thread Kornel Lesinski
div is used in place of elements with inline content model and which are not in HTML. The simplest example could be div class=h7. -- regards, Kornel Lesiński

Re: [whatwg] Hyphenation

2007-01-09 Thread Kornel Lesinski
. (decision whether this is visible in DOM or not is probably best left to implementation). As for the exceptions in hyphenation, I'm in favor of hyph element. -- pozdrawiam, Kornel Lesiński

Re: [whatwg] Hyphenation

2007-01-10 Thread Kornel Lesinski
and structure of the documents is not as variable as their content. And the solution that works for stylesheets (external file) has a problem: delays initial display or causes FOUC. With external dictionary there could be another FOUC - Flash of Unhyphenated Content. -- regards, Kornel Lesiński

Re: [whatwg] E4X and attribute values

2007-01-16 Thread Kornel Lesinski
parsing of comments and CDATA inside script, it's irrelevant for attributes, so I think it shouldn't be required and E4X should work in attributes/bookmarklets by default. -- regards, Kornel Lesiński

Re: [whatwg] WF2: Non-validating submit buttons

2007-01-24 Thread Kornel Lesinski
-in their name and e-mail address, but these fields aren't neccessary to display a preview of text formatting. -- regards, Kornel Lesiński

Re: [whatwg] Geolocation in the browser

2007-02-22 Thread Kornel Lesinski
be queried about various aspects of the location - name of the city, postcode, but also precision of location given (so applications would know if user is really exactly in the middle of the city or if browser only knows the city name). -- regards, Kornel Lesiński

Re: [whatwg] Geolocation in the browser

2007-02-24 Thread Kornel Lesinski
, but it can't be the only option. Some users may prefer not to be bothered and have location-based services just working. Also there are IPgeo databases, so some users may want to allow giving away information that has approximately same accuracy. -- regards, Kornel Lesiński

Re: [whatwg] video element proposal

2007-03-06 Thread Kornel Lesinski
to alternative content (which is broken in IE6's object) and allows script-controlled plugin detection and workarounds for bugs in plugins/browser. -- regards, Kornel Lesiński

Re: [whatwg] Configure Apache to send the right MIME type for XHTML

2007-03-07 Thread Kornel Lesinski
a handful of desktop browsers). Accept method will even work for MSIE and Lynx when/if they start supporting XHTML. Even your regular expressions for User-Agent aren't doing exactly what you intended, because mod_rewrite does not anchor patterns. -- regards, Kornel Lesiński

Re: [whatwg] Configure Apache to send the right MIME type for XHTML

2007-03-07 Thread Kornel Lesinski
false positives if you ignore wildcard matches in negotiation. While it's not perfect, I think it's still better than using User-Agent for the same purpose. -- regards, Kornel Lesiński

Re: [whatwg] Make th be a header cell for its row even for the first row

2007-03-13 Thread Kornel Lesinski
to data cells, the first th won't be a header cell for any data cells. Can't 'scope=row' be used? It can, but in this case scope of row is so obvious, that it would be counter-intuitive if specification said otherwise. -- regards, Kornel Lesiński

Re: [whatwg] Video proposals

2007-03-16 Thread Kornel Lesinski
(or bookmark it), I could right-click the video, choose Copy link to this video option and have URL with current playing position copied. -- regards, Kornel Lesiński

Re: [whatwg] video element proposal

2007-03-17 Thread Kornel Lesinski
| position / 1000 This however is a good point - since Flash became de-facto standard for publishing video on the web, authors are likely to know Flash's API already. Having similar, but not exactly the same API may be source of mistakes. -- regards, Kornel Lesiński

Re: [whatwg] Video playback UI

2007-03-18 Thread Kornel Lesinski
be on by default (but visible on hover) * Author could disable it using attribute of video element * User could re-enable controls using context-menu or some other method (in case author disabled default UI and failed to provide usable alternative) -- regards, Kornel Lesiński

Re: [whatwg] Comments on the video element

2007-03-18 Thread Kornel Lesinski
and info elements for link to YouTube and video's page. -- regards, Kornel Lesiński

Re: [whatwg] Attribute proposal: video autostart

2007-03-19 Thread Kornel Lesinski
elegance and simplicity of video element. -- regards, Kornel Lesinski

Re: [whatwg] video element feedback

2007-03-21 Thread Kornel Lesinski
or the transcript: On the other hand it depends on authors providing metadata. Most likely very few will do that, and even then provided chapters may not cover all interesting fragments in the video/audio. -- regards, Kornel Lesiński

[whatwg] Bookmarking videos

2007-03-21 Thread Kornel Lesinski
to share those links, etc. -- regards, Kornel Lesiński

Re: [whatwg] video element feedback

2007-03-22 Thread Kornel Lesinski
://example.com/[EMAIL PROTECTED]:35 that would cause UA to start playing the embedded video.ogg from 12:35. -- regards, Kornel Lesiński

Re: [whatwg] video element feedback

2007-03-23 Thread Kornel Lesinski
, Kornel Lesiński

Re: [whatwg] video element feedback

2007-03-23 Thread Kornel Lesinski
of URIs that I provided inside the video tag above already work through the Annodex framework for ogg files. What if server does not support it or site uses another video format? -- regards, Kornel Lesiński

Re: [whatwg] video element feedback

2007-03-25 Thread Kornel Lesinski
or the FBI notice. I find these annoyng myself as well, but I don't think specification could stop anyone from doing that. Authors use unskippable ads in Flash videos already. If video won't let them do the same, most likely they simply won't use video. -- regards, Kornel Lesiński

Re: [whatwg] Anchor target-attribute extension to enable dom targeting

2007-04-08 Thread Kornel Lesinski
. I think that much better and more powerful solution are ID overlays. The idea is to merge documents instead of completly including one into another. XUL has something like that: http://developer.mozilla.org/en/docs/XUL_Tutorial:Overlays -- regards, Kornel Lesiński

Re: [whatwg] Anchor target-attribute extension to enable dom targeting

2007-04-08 Thread Kornel Lesinski
on it. And of course since DOM of pages gets shared, overlay should be subject to the same origin policy. -- regards, Kornel Lesiński

Re: [whatwg] IE/Win treats backslashes in path as forward slashes

2007-04-11 Thread Kornel Lesinski
+backslashfilter=0 (+ there are 4 more non-public cases). -- regards, Kornel Lesiński

Re: [whatwg] IE/Win treats backslashes in path as forward slashes

2007-04-11 Thread Kornel Lesinski
%5C alone, meaning that this change won't stop anyone from accessing resources that really contain backslash in the path (tested Apache2 on OS X 10.4). -- regards, Kornel Lesiński

Re: [whatwg] [WF2] button without value= should perhaps use .innerText as value

2007-04-13 Thread Kornel Lesinski
for its HTML contents - authors rather use input type=image or a href=javascript:sendform() * And worst of all - IE always sends all undisabled buttons. This makes value irrelevant, because you can't check which button was clicked anyway. -- regards, Kornel Lesiński

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-19 Thread Kornel Lesinski
. In case of personal e-mail you do know. Pictures sent in personal e-mails almost never have function other than the picture itself - alt text for vacation photos, to be really an alternative, would have to be an essay. -- regards, Kornel Lesiński

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-22 Thread Kornel Lesinski
(or don't care) to add alt attribute, and this case gives it a different meaning. I think that for (2) there should be either magic alt value or some way of specyfing that alt was intentionally omitted, and not forgotten (special classname? presence of title attribute?). -- regards, Kornel

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-22 Thread Kornel Lesinski
to guess it. -- regards, Kornel Lesiński

Re: [whatwg] include element

2007-04-23 Thread Kornel Lesinski
. Your use-case is a bit different, but I think such include will be commonly abused as a drop-in replacement for iframe. I suggest investigating further concept of ID overlays instead: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-April/010805.html -- regards, Kornel Lesiński

Re: [whatwg] Entity parsing

2007-06-15 Thread Kornel Lesinski
unencoded URLs: ?foo=barregion=baz → ?foo=bar®ion=baz -- regards, Kornel Lesiński

Re: [Whatwg] Request for HTML-only print link

2007-07-28 Thread Kornel Lesinski
felt it's nice having more buttons on his page. A man with a watch knows what time it is. A man with two watches is never sure. -- regards, Kornel Lesiński

Re: [whatwg] webforms2: new hash attribute for input ?

2007-08-15 Thread Kornel Lesinski
of HTML 5. -- regards, Kornel Lesiński

Re: [whatwg] webforms2: new hash attribute for input ?

2007-08-16 Thread Kornel Lesinski
from that user/IP. -- regards, Kornel Lesiński

Re: [whatwg] Revised Plan for Server-sent DOM events

2008-01-07 Thread Kornel Lesinski
-source of e.g. users' gmail chat? (variant of CSRF attack) -- regards, Kornel Lesiński

Re: [whatwg] Referer header sent with a ping?

2008-02-12 Thread Kornel Lesinski
a less abusive approach would suffice: * if ping is cross-domain, always send Referer * if ping originates from the same domain, don't send any Referer at all -- regards, Kornel Lesiński

Re: [whatwg] createImageData - new ImageData() ?

2008-02-12 Thread Kornel Lesinski
pixels of canvas. ImageData can be made portable between canvases by adding aspect ratio field or additional width/height fields given in CSS pixels. -- regards, Kornel Lesiński

Re: [whatwg] link rel=icon width= height=

2008-05-05 Thread Kornel Lesinski
think it can be reasonably assumed that these files contain all sizes that are needed for desktop icons, and it doesn't matter which exactly. -- regards, Kornel Lesiński

Re: [whatwg] link rel=icon width= height=

2008-05-05 Thread Kornel Lesinski
and there's 3rd party IconBuilder that works on MS Windows. Favicons in .ico format are popular and supported by all major browsers today. -- regards, Kornel Lesiński

Re: [whatwg] link rel=icon width= height=

2008-05-08 Thread Kornel Lesinski
to SVG, because lines and finer details in SVG become illegible at small sizes. Does the specified size imply that UA is required to display icon at given size only? (i.e. is any obligatory to have icon scaled at all?) What if sizes attribute is absent? -- regards, Kornel Lesiński

Re: [whatwg] Script, style and backwards compatibility

2008-05-08 Thread Kornel Lesinski
On Fri, 09 May 2008 00:50:20 +0100, Samuel Santos [EMAIL PROTECTED] wrote: In order to validate a page as valid HTML/XHTML you need to escape inline script when using characters like . You can use: /*![CDATA[*/ /*]]*/ It's compatible with both HTML and XHTML. -- regards, Kornel Lesiński

Re: [whatwg] The sizes= attribute for rel=icon

2008-05-28 Thread Kornel Lesinski
first). -- regards, Kornel Lesiński

Re: [whatwg] Safari-compatible input type=search

2008-09-30 Thread Kornel Lesinski
controlled by browsers/users. To disable autosave authors could use autocomplete=off. -- regards, Kornel Lesinski

Re: [whatwg] a and button

2008-10-19 Thread Kornel Lesinski
a {appearance: button} should do that. In current browsers: form method=get action=url style=display:inlinebutton/form is very close to a link. -- regards, Kornel Lesinski

Re: [whatwg] Solving the login/logout problem in HTML

2008-11-25 Thread Kornel Lesinski
, they could as well look for form with a single password field. -- regards, Kornel Lesinski

Re: [whatwg] Spellchecking mark III

2008-12-30 Thread Kornel Lesiński
to have it forced off, ever. It's useful for fields that contain non-textual content, e.g. product ID, license plate number, CAPTCHA answer, etc. Browser would mark these as misspelt, which might be confusing or at least distracting. -- regards, Kornel

Re: [whatwg] Spellchecking mark III

2008-12-31 Thread Kornel Lesiński
where it doesn't make sense). -- regards, Kornel

Re: [whatwg] Trying to work out the problems solved by RDFa

2009-01-10 Thread Kornel Lesiński
=http://purl.org/atom/ns#; address rel=atom:author On time property=atom:published content=2009-01-10 10 Jan 2009/time, a property=foaf:name rel=foaf:page href=http://joe.example.com;Joe Bloggs/a wrote: /address -- regards, Kornel

Re: [whatwg] Spellchecking mark III

2009-01-22 Thread Kornel Lesiński
implementation details, which HTML shouldn't specify precisely (it could force browsers to use method that is suboptimal). HTML just needs to offer reasonable way to implement good heuristics, and I think existing lang, input types and spellchecking attribute are sufficient. -- regards, Kornel

Re: [whatwg] innerStaticHTML

2009-05-11 Thread Kornel Lesiński
toStaticHTML(html, {preserve:['svg','rdf'], remove:'marquee'}), but it would be silly to create another innerStaticHTMLwithSVGandRDFbutWithoutMarquee property. -- regards, Kornel

Re: [whatwg] page refresh and resubmitting POST state

2009-05-22 Thread Kornel Lesinski
://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.13 This problem can be elegantly solved within existing standards: Opera simply goes back in history without resubmitting forms, and resubmits only when user clicks standard Reload button (or F5, etc.) -- regards, Kornel Lesinski

Re: [whatwg] Removing the need for separate feeds

2009-05-22 Thread Kornel Lesinski
moving website to a CMS or writing XSLT :) Despite that I'm not excited about Ian's proposal. In these scenarios I often want content of the feed to be different than content of the page, e.g. feed says I've added article about Foo., but page has Newest articles: Foo, Bar, Baz. -- regards, Kornel

Re: [whatwg] Removing the need for separate feeds

2009-05-22 Thread Kornel Lesinski
feeds. -- regards, Kornel Lesinski

Re: [whatwg] page refresh and resubmitting POST state

2009-05-23 Thread Kornel Lesinski
previous state of the page, just like in case of GET. Do you think that solution suggested by RFC 2616 13.13 is not appropriate? Is Opera's solution of this problem not good enough? -- regards, Kornel Lesinski

Re: [whatwg] page refresh and resubmitting POST state

2009-05-23 Thread Kornel Lesinski
: * If it's not safe to resubmit, use status 303. I know it's not very convenient, but can be implemented reasonably well and works with existing browsers. * If it's safe to resubmit, use PUT method (allowed in HTML 5), which is idempotent by definition. -- regards, Kornel Lesinski

Re: [whatwg] page refresh and resubmitting POST state

2009-05-24 Thread Kornel Lesinski
place to discuss it. -- regards, Kornel Lesinski

Re: [whatwg] Question on (new) header and hgroup

2009-06-06 Thread Kornel Lesinski
to styling of hx, and can be given appropriate size with h1 + subheader CSS selector. -- regards, Kornel Lesinski

Re: [whatwg] nostyle consideration

2009-06-15 Thread Kornel Lesinski
graceful degradation/progressive enhancement instead (in both cases). -- regards, Kornel Lesinski

Re: [whatwg] nostyle consideration

2009-06-16 Thread Kornel Lesinski
, Kornel Lesinski

Re: [whatwg] input type=url allow URLs without http:// prefix

2009-07-12 Thread Kornel Lesinski
-253195). -- regards, Kornel Lesinski

Re: [whatwg] Make quoted attributes a conformance criteria

2009-07-23 Thread Kornel Lesinski
and validation. -- regards, Kornel Lesinski

Re: [whatwg] hgroup functionality absorbed into header?

2009-10-16 Thread Kornel Lesiński
2009/span/h1 Your version with split h2 seems to use it only for visual effect. I still think that subtitle (subheader, tagline) would be just as effective, less confusing and less likely to break outline when used improperly... -- regards, Kornel Lesiński

Re: [whatwg] hgroup functionality absorbed into header?

2009-10-18 Thread Kornel Lesinski
that extracts all headers from the document? Without hgroup it's simple. With hgroup I'm not sure if I could manage to write correct query. -- regards, Kornel Lesinski

Re: [whatwg] updateWithSanitizedHTML (was Re: innerStaticHTML)

2009-12-01 Thread Kornel Lesiński
: links, but not http: images). This would be useful for webmails and other places where website doesn't want to allow 3rd parties tracking views. No clickjacking option might be useful as well. -- regards, Kornel Lesiński

Re: [whatwg] figureimg* caption

2009-12-01 Thread Kornel Lesiński
for real tables (is there a need for doubly-captioned figure-table?) -- regards, Kornel

Re: [whatwg] updateWithSanitizedHTML (was Re: innerStaticHTML)

2009-12-01 Thread Kornel Lesiński
kinds of mashups dynamically loading untrusted content could face similar problems, and having iframe for every bit of content is sometimes problematic. -- regards, Kornel

Re: [whatwg] HTML5 video element - default to fallback in cases where UA can't play format

2009-12-03 Thread Kornel Lesiński
flip-flopping). or a special source that, if selected, triggers fallback: video source src=file source fallback (or source src=#fallback?) /video -- regards, Kornel

Re: [whatwg] window.print() when printing is not supported

2009-12-28 Thread Kornel Lesinski
offering option to print them myself. -- regards, Kornel Lesinski

Re: [whatwg] some thoughts on sandboxed IFRAMEs

2010-02-05 Thread Kornel Lesinski
-$token.../sandbox-$token where $token is the random part. This avoids oddity of attributes in closing tag, and is compatible with XML. In XML you could also use: $token:sandbox xmlns:$token=…/$token:sandbox -- regards, Kornel Lesiński

Re: [whatwg] some thoughts on sandboxed IFRAMEs

2010-02-05 Thread Kornel Lesinski
; dd02c7c2232759874e1c205587017bed:sandbox xmlns:dd02c7c2232759874e1c205587017bed=http://www.w3.org/1999/xhtml; h1HTML/h1 /dd02c7c2232759874e1c205587017bed:sandbox /div -- regards, Kornel

Re: [whatwg] Suddenly, ~40% of IE users get HTML5 Theora with no effort

2010-02-06 Thread Kornel Lesinski
at the top. There's also Cortado Theora player which can work for those who don't have Silverlight, but have Java. I've tested it - it's good enough for small videos (too slow for HD unfortunately) and can be used to implement basic video interface. -- regards, Kornel Lesiński

[whatwg] Prevent abuse of data-*

2010-02-22 Thread Kornel Lesiński
I'm wondering if data-* attributes should be renamed to priv-* to make it clearer that it's page's _private_ data. data- is such a nice generic prefix that I'm afraid sooner or later someone will start basing microformats-like markup on that. -- regards, Kornel Lesiński

Re: [whatwg] Form-based HTTP Authentication Proof of Concept

2010-02-25 Thread Kornel Lesinski
approaches combined could offer solution with good user experience and working non-JS fallback. -- regards, Kornel Lesiński

Re: [whatwg] RFC: input type=username

2010-05-04 Thread Kornel Lesinski
across different forms would allow browser to save same details for all of them. -- regards, Kornel

Re: [whatwg] Image resize API proposal

2010-05-25 Thread Kornel Lesinski
for plain input type=file, because I don't expect every site with image upload to add extra code for resizing. -- regards, Kornel

Re: [whatwg] WebSockets: UDP

2010-06-01 Thread Kornel Lesinski
://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol -- regards, Kornel

Re: [whatwg] Is there a way to stop scrolling when pressing directional arrows?

2010-06-14 Thread Kornel Lesinski
. -- regards, Kornel Lesiński

Re: [whatwg] Form validation against invisible controls

2010-06-14 Thread Kornel Lesinski
sites using 'required' attribute proves that it's a good, intuitive name. HTML5 is likely to outlive those broken sites. I think it would be shame to change to worse name for HTML's lifetime just to avoid temporary problem with some sites. -- regards, Kornel Lesiński

Re: [whatwg] Allowing in attribute values

2010-06-24 Thread Kornel Lesinski
your control, you can self-impose that restriction. However, I see other argument against allowing in attributes: it helps to catch unclosed attributes early: a href=foo -- regards, Kornel

Re: [whatwg] Allowing in attribute values

2010-06-25 Thread Kornel Lesinski
markup that spec allows. There are reasons to disallow , but I'm not convinced that parsing performance is one of them. -- regards, Kornel

Re: [whatwg] HTML 5 : The Youtube response

2010-07-01 Thread Kornel Lesinski
will appreciate. Another option (for low-res videos on desktop) might be to use lower screen resolution when in full screen — text and UI elements displayed by attacker will look noticeably different. -- regards, Kornel

Re: [whatwg] More YouTube response

2010-07-06 Thread Kornel Lesinski
into separate video files and hide that fact in the player's UI (sort-of like Apple's HTTP live streaming). -- regards, Kornel

Re: [whatwg] Content-Disposition property for a tags

2010-08-02 Thread Kornel Lesiński
. -- regards, Kornel

Re: [whatwg] HTML resource packages

2010-08-04 Thread Kornel Lesiński
as it is downloaded. gzip only needs to buffer some data before returning uncompressed chunk, but it's only few KB. Chunks of gzipped data don't have to align with chunked HTTP encoding (those are independent layers). -- regards, Kornel

Re: [whatwg] base64 entities

2010-08-25 Thread Kornel Lesiński
. -- regards, Kornel

Re: [whatwg] base64 entities

2010-08-26 Thread Kornel Lesiński
(and can be configured to JS-escape HTML-unsafe chars too), but I feel like I'm the only person who knows about it :) -- regards, Kornel Lesiński

  1   2   3   >