[HTML Imports] Make HTMLLinkElement.import a Document. This follows spec change on https://www.w3.org/Bugs/Public/show_bug.cgi?id=22305 which asks imported fragment should be imported "document" to allow it to have URL and other APIs. BUG=240... 続きを読む
Rik Cabanier cabanier at gmail.com Thu Jun 13 20:57:03 PDT 2013 Previous message: [whatwg] Proposing: "autoscroll" event Next message: [whatwg] Adding 2D Canvas features (Was: Grouping in canvas 2d) Messages sorted by: [ date ] [ thread ] [ s... 続きを読む
Ignore the "readonly" attribute in <input type=color> As the spec [1] shows, the "readonly" attribute in <input type=color> must be ignored. [1] http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#col... 続きを読む
Implement document.currentScript http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-currentscript document.currentScript reflects the script that is currently being executed. BUG=240876 Review URL: https://chrom... 続きを読む
Benjamin Poulain benjamin at webkit.org Fri Jun 7 17:23:02 PDT 2013 Previous message: [webkit-dev] Remove ENABLE_METER_ELEMENT Next message: [webkit-dev] Remove ENABLE_METER_ELEMENT Messages sorted by: [ date ] [ thread ] [ subject ] [ author... 続きを読む
IDN support in input type=email EmailInputType::convertFromVisibleValue() converts unicode hostname(s) to its ascii representation (punycode). EmailInputType::visibleValue() converts ascii hostname(s) to its unicode representation, following ... 続きを読む
Timestamp: 06/06/13 16:33:50 (8 hours ago) Author: commit-queue@webkit.org Message: Expose HTMLCanvasElement supportsContext https://bugs.webkit.org/show_bug.cgi?id=70117 Patch by Ruth Fong <ruth_fong@apple.com> on 2013-06-06 Reviewed by ... 続きを読む
HTML5 で input 要素の type 属性として追加された 「range」 は、数値を表す文字列をセットするための、スライダー形式やそれに準じた入力コントロールを作りますが、この input type="range" でちょっとしたお遊び。 昔の人気番組、「トリビアの泉」 でおなじ... 続きを読む
Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec Media queries, as described in the Media Queries Level 3 specification, build on the mechanism outlined in HTML4. The syntax of media queries fit into the... 続きを読む
Monday, June 3, 2013 Schema.org and JSON-LD We'd like to take a minute to share our enthusiasm for some recent work at W3C: JSON-LD. Schema.org is all about shared vocabulary - it helps integrate data across applications, Web sites and data f... 続きを読む
Support for displaying cues using WebVTT Regions. TEST=Existing tests pass. Added 2 new tests. R=acolwell,abarth,eseidel Review URL: https://chromiumcodereview.appspot.com/15568002 git-svn-id: svn://svn.chromium.org/blink/trunk@151712 bbb929c... 続きを読む
Decouple inert from disabled. This CL moves inert checking to hit testing rather than piggybacking on disabled. This allows the following desired behaviors: - Inert elements do not match the :disabled pseudo-class - Clicks are not swallowed b... 続きを読む
1.1 --- a/content/html/content/src/HTMLImageElement.cpp 1.2 +++ b/content/html/content/src/HTMLImageElement.cpp 1.3 @@ -173,29 +173,39 @@ HTMLImageElement::GetXY() 1.4 nsPoint origin(frame->GetOffsetTo(layer)); 1.5 // Convert to pixels using ... 続きを読む
JAWS' implementation of the HTML5 outline algorithm is incorrect with IE and Firefox when the author explicitly specifies the heading levels. Fortunately, there is a relatively simple fix until JAWS finally fixes the bug. The HTML5 outline al... 続きを読む
Parse SVG as HTML This change switches the SVG parser to be the HTML parser all the time. This work is being done behind a flag to guage the potential compat risk. BUG=243882 R=abarth@chromium.org Review URL: https://codereview.chromium.org/1... 続きを読む
Implement bare-bones of HTMLImports This CL includes following parts of HTMLImports - HTMLLinkElement.import property - Single-level imports loading - Duplication management - Imports of same URL point same DocumentFragment - Proper CORS cont... 続きを読む
Be more conservative about {mouse,gesture}-event based prefetching on <a> tags. Stop prefetch if the target url is not HTTP/HTTPS, or the <a> element has 'onclick' event handlers. BUG=235361 Review URL: https://chromiumcodereview.appspot.com/... 続きを読む
WG Decision to stop work on "HTML: The Markup Language" and "HTML5: Edition for Web Authors" From: Paul Cotton <Paul.Cotton@microsoft.com> Date: Tue, 28 May 2013 17:58:48 +0000 To: "public-html-admin@w3.org" <public-html-admin@w3.org> CC: "Ro... 続きを読む
1.1 --- a/content/html/content/public/nsIFormControl.h 1.2 +++ b/content/html/content/public/nsIFormControl.h 1.3 @@ -43,16 +43,17 @@ enum ButtonElementTypes { 1.4 NS_FORM_BUTTON_RESET, 1.5 NS_FORM_BUTTON_SUBMIT, 1.6 eButtonElementTypesMax 1.... 続きを読む
1.1 new file mode 100644 1.2 --- /dev/null 1.3 +++ b/layout/reftests/forms/input/file/input-file-color-inherit-ref.html 1.4 @@ -0,0 +1,6 @@ 1.5 +<!DOCTYPE html> 1.6 +<html> 1.7 + <body> 1.8 + <input type='file' style='color: chartreuse;'> 1.9... 続きを読む
1.1 --- a/content/html/content/test/forms/Makefile.in 1.2 +++ b/content/html/content/test/forms/Makefile.in 1.3 @@ -56,12 +56,13 @@ MOCHITEST_FILES = \ 1.4 test_input_sanitization.html \ 1.5 test_valueasdate_attribute.html \ 1.6 test_input_te... 続きを読む
HTML Media Capture W3C Candidate Recommendation 09 May 2013 This version: http://www.w3.org/TR/2013/CR-html-media-capture-20130509/ Latest published version: http://www.w3.org/TR/html-media-capture/ Latest editor's draft: http://dev.w3.org/20... 続きを読む
W3C First Public Working Draft 14 May 2013 This version http://www.w3.org/TR/2013/WD-html-imports-20130514/ Latest version http://www.w3.org/TR/html-imports/ Latest editor's draft https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/imports... 続きを読む
W3C First Public Working Draft 14 May 2013 This version http://www.w3.org/TR/2013/WD-custom-elements-20130514/ Latest version http://www.w3.org/TR/custom-elements/ Latest editor's draft https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/c... 続きを読む
At Google I/O last week, I was hoping to hear Google’s thoughts on responsive images. Every developer I speak to wonders how to send the right image size to browsers, Google is obsessed with performance, Peter Beverloo and Paul Kinlan were e... 続きを読む
1.1 --- a/content/base/src/nsGkAtomList.h 1.2 +++ b/content/base/src/nsGkAtomList.h 1.3 @@ -1870,16 +1870,21 @@ GK_ATOM(onseeking, "onseeking") 1.4 GK_ATOM(onseeked, "onseeked") 1.5 GK_ATOM(ontimeout, "ontimeout") 1.6 GK_ATOM(ontimeupdate, "o... 続きを読む
In the last few years we’ve witnessed an evolution in what ‘app’ means to both developers and consumers. The word app evokes the idea of a rich, task-oriented user experience with highly optimized user interface that responds to its enviro... 続きを読む
HTML5 has entered the online video market, which is both exciting and challenging for developers in the industry. With the HTML5 specification and the various browser implementations in constant flux, we at LongTail Video spend a signficant a... 続きを読む
Show lines around each change Show the changes in full context Timestamp: 04/28/13 14:52:25 (3 weeks ago) Author: dino@apple.com Message: [Mac] Disable canvas backing store scaling (HIGH_DPI_CANVAS) https://bugs.webkit.org/show_bug.cgi?id=1... 続きを読む
Index: source =================================================================== --- source (revision 7864) +++ source (revision 7865) @@ -35759,6 +35759,8 @@ void <span title="dom-context-2d-resetClip">resetClip</span>(); boolean <span titl... 続きを読む
morrita@chromium.org <morrita@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> 続きを読む
Webmaster level: all Today, we’re launching support for the schema.org markup for organization logos, a way to connect your site with an iconic image. We want you to be able to specify which image we use as your logo in Google search results... 続きを読む
1.1 --- a/content/base/public/nsIContentSecurityPolicy.idl 1.2 +++ b/content/base/public/nsIContentSecurityPolicy.idl 1.3 @@ -8,17 +8,17 @@ interface nsIURI; 1.4 interface nsIHttpChannel; 1.5 interface nsIDocShell; 1.6 1.7 /** 1.8 * nsIConten... 続きを読む
Timestamp: 04/30/13 15:39:53 (2 weeks ago) Author: hyatt@apple.com Message: <button> ignores margin-bottom. https://bugs.webkit.org/show_bug.cgi?id=114940 Reviewed by Beth Dakin. Source/WebCore: Make sure that the inner block inside the <bu... 続きを読む
1.1 --- a/content/html/document/src/nsHTMLDocument.cpp 1.2 +++ b/content/html/document/src/nsHTMLDocument.cpp 1.3 @@ -140,25 +140,16 @@ static bool ConvertToMidasInternalComman 1.4 bool& boolValue); 1.5 1.6 static bool ConvertToMidasInternalC... 続きを読む
1.1 --- a/content/html/content/reftests/reftest.list 1.2 +++ b/content/html/content/reftests/reftest.list 1.3 @@ -19,21 +19,13 @@ skip-if(B2G) == 41464-1b.html 41464-1-re 1.4 == 596455-1a.html 596455-ref-1.html 1.5 == 596455-1b.html 596455-re... 続きを読む
Deny cross-origin access to 'window.history'. Currently, we allow cross-origin access to certain methods on 'window.history'. This is contrary to both the spec, and the existing behavior of both Gecko and IE[1]. This patch drops the custom se... 続きを読む
arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> 続きを読む
Disabled select element should not fire onchange event. After http://trac.webkit.org/changeset/140286, select elements can scroll whether they are disabled or not. While they scroll, they also change the selected item. This patch allows the s... 続きを読む
<label> element should send key and focus events if it has contenteditable attribute. HTMLLabelElement should be focusable if it passes the test isContentEditable(). As a result, the proper events would be sent. Both Opera and Firefox support... 続きを読む
Remove incomplete input[type=datetime] implementation and tests. We have no plan to work on it in short term. BUG=239210 Review URL: https://chromiumcodereview.appspot.com/15009009 git-svn-id: svn://svn.chromium.org/blink/trunk@150047 bbb929c... 続きを読む
Working Group Decision to publish Encrypted Media Extensions specification as a First Public Working Draft (FPWD) From: Sam Ruby <rubys@intertwingly.net> Date: Thu, 09 May 2013 11:00:12 -0400 Message-ID: <518BB9FC.6060604@intertwingly.net> To... 続きを読む
From: Mallory van Achterberg <stommepoes@stommepoes.nl> Date: Tue, 7 May 2013 16:43:51 +0200 To: Christopher Healey <deezignink@gmail.com> Cc: Steve Faulkner <faulkner.steve@gmail.com>, public-html@w3.org, Ian Devlin <ian@iandevlin.com> Messa... 続きを読む
From: Steve Faulkner <faulkner.steve@gmail.com> Date: Tue, 7 May 2013 14:26:31 +0100 Message-ID: <CA+ri+VkrKab5=6gMLqj220mhNpG__kDTW=0Kesk4En0Rh+bcTA@mail.gmail.com> To: HTMLWG WG <public-html@w3.org> disclaimer: its an off the cuff idea only... 続きを読む
From: Simon Pieters <simonp@opera.com> Date: Fri, 03 May 2013 17:35:01 +0200 To: HTMLwg <public-html@w3.org> Message-ID: <op.wwilkozvidj3kv@simons-macbook-pro.local> Hi The past few days I've been working on updating the HTML differences from... 続きを読む
+ <p class="note">Do not use <code>h1</code>–<code>h6</code> elements to markup subheadings, subtitles, alternative titles and taglines unless they are intended to be the heading for a new section or subsection. Instead use the markup patte... 続きを読む