[Bug 12101] "Structured clone" can be passed an object with a hostile getter that returns an object identical to itself; "structured clone" does not prevent such an infinite regression.
[Bug 12199] Need to test the URL-encoded form data algorithm when the charset is ISO-2022-JP and the value contains multiple characters in the non-default mode
[Bug 12199] Step 4.4 "For each character ..." -> It must operate on a sequence of characters, not on a character. Otherwise it would generate overlong form when the encoding is stateful (e.g. consider ISO-2022-JP's escape sequences).
[Bug 12223] Drop rel=help. It's for showing a button in the browser's UI which no browser shows by default. It doesn't seem to be helpful for users, so just wastes authors' time.
[Bug 12230] From this algorithm it does not seem to follow that dispatching a synthetic non-canceled submit event at a form causes it to be submitted. Yet that is what browsers implement. So that forms have a default handler for submit events should probably be split
[Bug 12306] "When authors use the canvas element, they must also provide content that, when presented to the user, conveys essentially the same function or purpose as the bitmap canvas." While everyone can probably agree that alternative content is a good idea when f
[Bug 12405] <video> There's a problem with overlaying a sign-language video and using native controls, because the overlaid video overlaps the native controls
[Bug 12465] Can it be added that the poster image (if defined) should continue to show until video is played for the first time? Safari currently shows the first frame of the video as soon as it's available (when preloading) while other browsers continue to show the
[Bug 12471] Please consider changing the expected rendering of abbr[title] and acronym[title] to use border-bottom instead of text-decoration: dotted underline, which has much more limited support (being in CSS3 Text, not CSS 2.1), conflicts with existing browser def
[Bug 12541] <video> Media Element seeking: the asynchronous behaviour of steps 5-12 causes unexpected, unwanted behaviour when getting the currentTime immediately after it's been set.
[Bug 12581] <time> In the section about the time element it is stated that it does not need the datetime attribute set if its textContent is a valid date or time string. So the selector here in the rendering section, time[datetime], ...
[Bug 12586] Suggest using Typed Array for ImageData pixels. Add a new 'buffer' attribute that references ArrayBuffer of the pixel data. Convert 'data' (CanvasPixelArray) to Uint8Array view of 'buffer'.
[Bug 12602] "<select><option>\n<option></select>" isn't a placeholder label option because its value is "\n", which is silly. We should strip spaces from the start and end in the definition of the option's label when it comes from textContent.
[Bug 12603] rendering section for <select>, the sentence that describes the rendering of <option>: the concept-option-label is in <code> instead of <span>.
[Bug 12639] collection[index] = new Option() as setter is supported by all modern UA(ff, opera, webkit, IE). Holes are allowed as in JS array i.e. {select.options.length = 0; select.options[10] = new Option(); select.options.length // 11}
[Bug 12642] The description of article element should say âpage or articleâ, not âpage or sectionâ, as clause 4.4.10 clearly specifies that the scope is the nearest enclosing body or article element.
[Bug 12656] If a dt and dd are wrapped in a div, are they excluded from being a group in that dl? This statement is not clear with regards to this: "If a dl element contains non-whitespace text nodes, or elements other than dt and dd, then those elements or text node
[Bug 12662] <video> Add a section with suggestions for the 'chapters' text track kind, demonstrating how nested time ranges can be used for hierarchical chapters.
[Bug 12668] UA's *should* send HTTPS URLs to (secure) third-party sites registered as content handlers, as UAs *do* send Referer HTTP headers from secure sites to third-party sites, given that the third-party site is also secure.
[Bug 12677] Should drop "The link types that contain no U+003A COLON characters (:), including all those defined in this specification, are ASCII case-insensitive values, and must be compared as such." since it's meaningless (nothing specifies anything about colons h
[Bug 12711] There is no statement about the SCOPE attribute on TD elements. As it is allowed in HTML 4.01 Strict, I would expect some statement about it, like "replace TD by TH for header cells". (Apparently the idea is that every cell be classified as data cell or a
[Bug 12716] Porter duff names are confusing and currently not implemented consistently. Suggest using A*B + C*D formula. Where A,B,C,D can be Source, Destination, Source Alpha, DestAlpha, 0, 1, Inverse Source Alpha, Inverse Dest Alpha, and so on, similar to OpenGL/We
[Bug 12729] "When the element is created, if the attribute is absent, the details should be hidden; if the attribute is absent, the details should be shown." Second "absent" should be "present", I think.
[Bug 12744] The crossdomain attribute named as such may prove an attractive talisman for copy-paste/cargocult authors, such that they start applying it on _any_ out of domain img regardless of CORS, especially when they see the no attribute string form <img crossdoma
[Bug 12780] <meter> min, max, low, high and optimum IDL attributes for the meter element should reflect the actual values (of min, max [...] respectively)
[Bug 12782] Extra quotation mark after "table": reprocess those character tokens using the rules given in the "anything else" entry in the in table" insertion mode.
[Bug 12783] "character tokens that are not one of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE": you should use the "space characters" definition here
[Bug 12819] How do you decode this format on the server? There seems to be no definition of the format, apart from the definition of how to encode it. Expecting every implementer to reverse this algorithm seems prone to mistakes.
[Bug 12824] This doesn't say how to serialize non-zero alpha values: how many digits should be used? The correct answer is the minimum number necessary so that the resulting string evaluates to the same floating-point number as you started with.
[Bug 12846] The beforeprint and afterprint shouldn't fire if the user at any time cancels the print request. These events would imply that the user actually printed. Perhaps there should be an onprint event that fired when it is actually sent to the "printer".
[Bug 12854] I am quite surprised to see that things such as the list of allowed values for the "rel" attribute of the "link" tag (aka. the list of link types) as well as the list of allowed values for the "name" attribute of the "meta" tag are supposed to be listed o
[Bug 12856] Saying that "The dirty value flag <...> must be set to true whenever the user interacts with the control" is highly misleading. <http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-value-value> says t
[Bug 12858] This doesn't actually define "align descendants". It says which descendants are to be aligned, but not what's supposed to happen to them. Is it like floating, or something else?
[Bug 12885] WF3: Provide a way for the author to specify what kind of keyboard behaviour to use for text inputs on multimodal keyboards (e.g. show the numeric keyboard, capitalise the first character by default, etc)
[Bug 12892] If I understand correctly the u element is for marking up iconic stuff like astrological signs, censored swearwords, etc.? As well as text that has lost its meaning because it is misspelt or otherwise corrupted? Please make the definition more clear, it i
[Bug 12905] For the attribute "required" of checkbox element, I think it should be defined as "at least one is required" but not "which fields are required". So it's better use the same constraint validation with the radio element. That is if an element in the check
[Bug 12907] The algorithm for parsing a legacy color value, steps 2 and 3, should be reversed. Given a case where string is a tab for instance, it should be treated as an empty string.
[Bug 12925] in the 1st example 3 'hr' are used like an anonymous 'h#' => 'hr' should move to 4.4. The final 'hr' is of a different kind and wouldn't be there if we had lists ('dl' here) nested inside 'p'. The second example is mostly like the first three 'hr', i.e. a
[Bug 12938] âThe attribute value can remain unquoted if it doesn't contain spaces or [â¦]â Please replace âspacesâ with âspace charactersâ (microsyntax) to avoid confusion.
[Bug 12939] The <COL> group used to be defined as a very useful to represent tabular data. Among the various things needed for tabular data perusing is the data alignment. In v4.01 there is an "align" and a "char" attribute that make the <COL> attribute very useful t
[Bug 12945] "On setting, if the given element has an id attribute, then the content attribute must be set to the value of that id attribute. Otherwise, the IDL attribute must be set to the empty string." is strange and breaks reflection. If the given element isn't in
[Bug 12967] I feel this part is not clear enough. When should the developers call update()? Should they call update() before swapCache()? Must swapCache() be called before reload? I've tried that even without calling swapCache(), once manifest changed, the file will
[Bug 12970] <video> Media Events: I think it should be added to the documentation how certain events should be handled main ones being seeked and seeking. Currently some browsers when seeking a media element they fire multiple events (pause, seeking, seeked, play).
[Bug 12989] According to "The dl element": >The order of the list of groups, and of the names and values within each group, may be significant. Why don't you define an attribute on the dl element, for example, "ordered" attribute, which indicates that the list is ord
[Bug 13008] Great feature. I think protocol handler should allow another parameter that is true/false. This would allow a temporary register that would only affect the page it was called from, and only during the lifetime of the page. Also, as a security concern,
[Bug 13080] <meter> It's undefined if the low boundary should belong to the less good or even less good range if the optimum point is less than the low boundary. And the same for the reversed case.
[Bug 13179] "alternative" A possible alternative to the main track, e.g. a different take of a song (audio), or a different angle (video). Audio and video. Ogg: "audio/alterate" or "video/alternate". in this piece of content the audio/alterate I believe is a typo.
[Bug 13203] There does not seem to be a way to cancel a drag and drop operation at a point later than when `dragenter` fires. Often it is useful to be able to cancel it when the draggable item is dropped, when you know where it is being dropped. I think it would be g
[Bug 13228] xref "content model" and maybe some of the other boilerplate terms in the lead, so the meaning is clearer. See bug 13224 for someone who didn't understand what it meant.
[Bug 13257] The definitions of the text/html and application/xhtml+xml media types have incorrect information about fragment identifiers. "Fragment identifiers used with text/html resources refer to the indicated part of the document." but this is not true, fragment
[Bug 13283] Current definition for [hidden] is not very useful for Web application developers. Every style rules in the author style sheet have to contain :not([hidden]) in their selectors to not override 'display' property for [hidden] elements.
[Bug 13292] Needs Clarification: What is an end-of-file marker in the context of Unicode? My guess is you could use one of the Byte Order Mark as noted in [http://msdn.microsoft.com/en-us/site/dd374101]? In particular, "The Unicode value U+FFFF is illegal in plain te
[Bug 13312] After doing a bunch of reading, it appears to me that the crossorigin attribute was added to help WebGL on canvas. As far as I can tell, it is irrelevant when the img element is used in HTML (i.e., <img src="myPic.jpg">. If I am wrong, then could you pl
[Bug 13323] In section 4.10.21 "Constraints" (under "Association of controls and forms"), the definition for "Suffering from being missing" includes the text "... or, in the case of an element in a radio button group, any of the other elements in the group has a requ
[Bug 13342] Need Object Oriented Programming concept in HTML: This is needed to simplify and group html code so that each elements can be fetched easily.
[Bug 13348] I was wondering if it would be possible to extend the iframe sandbox attribute to provide additional functionality. We've been developing a HTML5 digital signage solution where the playback application is a HTML5 web page. When the solution is displaying
[Bug 13353] Instead of using this case-insensitive annotation use the mechanism defined by http://dev.w3.org/csswg/selectors4/#attribute-case i.e. [att=val]i { ... }
[Bug 13363] The MediaStream(MediaStream parentStream) constructor seems to be confusing the ordinary copy constructor behavior. Could it be an operation of MediaStream rather than a constructor?
[Bug 13378] Spec used to say "When a Document object is created, the document's character encoding must be initialized to UTF-16.", but DOM Core changes that to UTF-8. Should investigate.
[Bug 13416] [editing] Rename or restructure the contenteditable="" section so that the relevance of designMode is also apparent in the table of contents
[Bug 13423] Remove the Editing APIs section. It's extremely incomplete and contradicts my editing spec on a lot of points, so it will confuse implementers.
[Bug 13424] Align the definitions of "editable" and "editing host" with the editing spec. I don't consider editing hosts editable, and there are probably some other differences in practice. Once you do that, I can change to reference HTML on this.
[Bug 13425] Remove the user editing actions section. Most of these are covered in exact detail by the editing spec (see the "Additional requirements" section). One or two others are covered by the Selection part of DOM Range. The rest are not really interesting en
[Bug 13444] introduction to semantics does not convey their importance to people with disabilities/users of AT, nor the negative impact incorrect or insufficient semantics can have on the user experience
[Bug 13448] The image button notes that there are selected coordinates for the user's click on the image, but it doesn't mention (that I can see) how the user accesses these values? Is there a property that can be read in Javascript? What are the GET variables? Wh
[Bug 13489] 2.2.1 Conformance Classes: Add supporting sentence to paragraph on visual user agents and default rendering to enhance concept that override of default rendering is acceptable for certain user experiences
[Bug 13489] New: 2.2.1 Conformance Classes: Add supporting sentence to paragraph on visual user agents and default rendering to enhance concept that override of default rendering is acceptable for certain user experiences
[Bug 13496] How about "if the type contains a SLASH (/) it should be treated as a MIME type. Otherwise, if it contains a FULL STOP (.) it should be treated as a UTI, otherwise it is invalid.
[Bug 13496] New: How about "if the type contains a SLASH (/) it should be treated as a MIME type. Otherwise, if it contains a FULL STOP (.) it should be treated as a UTI, otherwise it is invalid.
[Bug 13497] Description for "alternate" should cover cases like the "alternate stylesheet", "alternate icon" and "alternate pingback" fallbacks, not just refer to the current document.
[Bug 13497] New: Description for "alternate" should cover cases like the "alternate stylesheet", "alternate icon" and "alternate pingback" fallbacks, not just refer to the current document.
[Bug 13500] New: ublished revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/. If you wish to make comments regarding this document in a manner that is tracked by the W3C, please submit them via using our public bug d
[Bug 13500] ublished revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/. If you wish to make comments regarding this document in a manner that is tracked by the W3C, please submit them via using our public bug d
[Bug 13503] <video> If readyState is HAVE_NOTHING, then seeking should just save the new value and that value should be used once we have the duration, as an override of the fragment identifier.
[Bug 13503] If readyState is HAVE_NOTHING, then seeking should just save the new value and that value should be used once we have the duration, as an override of the fragment identifier.
[Bug 13503] New: If readyState is HAVE_NOTHING, then seeking should just save the new value and that value should be used once we have the duration, as an override of the fragment identifier.
[Bug 13518] "The keygen element": The only supported signature algorithm is the outdated and insecure md5WithRSAEncryption. The element should at least have an optional signature algorithm, with the option to use the more secure sha1WithRSAEncryption and sha256WithRS
[Bug 13518] New: "The keygen element": The only supported signature algorithm is the outdated and insecure md5WithRSAEncryption. The element should at least have an optional signature algorithm, with the option to use the more secure sha1WithRSAEncryption and sha256WithRS
[Bug 13522] Greeting, I am submitting this feedback of the concern of email in form input type. The current specification, as was stated already in your own website, too strict on username part and and too vague on the domain part. I would like to make the following
[Bug 13522] New: Greeting, I am submitting this feedback of the concern of email in form input type. The current specification, as was stated already in your own website, too strict on username part and and too vague on the domain part. I would like to make the following
[Bug 13523] Checkbox state: Representing checkboxs using: <checkbox> <li> </li> <li> </li> </checkbox> I belive that the checkbox itself is just an attribute to an object called List Item. Check box is not an object. Radia box is same. Take a look to this demo f
[Bug 13523] New: Checkbox state: Representing checkboxs using: <checkbox> <li> </li> <li> </li> </checkbox> I belive that the checkbox itself is just an attribute to an object called List Item. Check box is not an object. Radia box is same. Take a look to this demo f
[Bug 13529] In HTML, the content of the meta tag is empty, however, it also serves the dual purpose of being able to store metadata for an item. When that metadata is structured as an item, there needs to be a way to include further meta tags within the original met
[Bug 13529] New: In HTML, the content of the meta tag is empty, however, it also serves the dual purpose of being able to store metadata for an item. When that metadata is structured as an item, there needs to be a way to include further meta tags within the original met
[Bug 13556] New: why does the 'placeholder label option' on a select have to be the first 'option' within the list of options? could it be the first option with value="" within the list of options instead?
[Bug 13556] why does the 'placeholder label option' on a select have to be the first 'option' within the list of options? could it be the first option with value="" within the list of options instead?
[Bug 13557] a select element should be 'suffering from being missing' if the selected option has value="", not just the 'placeholder label option' (which is limited to the first option in the list). firefox5 flags the select as invalid if an option value="" is select
[Bug 13557] New: a select element should be 'suffering from being missing' if the selected option has value="", not just the 'placeholder label option' (which is limited to the first option in the list). firefox5 flags the select as invalid if an option value="" is select
[Bug 13615] New: We should include an example that shows that the "open" content attribute reflects the state of the details element. Most attributes don't work like this, so it's not immediately clear that you can use "details[open]" for this.
[Bug 13615] We should include an example that shows that the "open" content attribute reflects the state of the details element. Most attributes don't work like this, so it's not immediately clear that you can use "details[open]" for this.
[Bug 13652] http://dev.w3.org/html5/spec/Overview.html#the-samp-element Suggestion: add that samp shall not be used to show layman examples. samp is for computer output, not everyday examples. For instance : "Some fruits (<samp>apples, oranges</samp>) are very popula
[Bug 13652] New: http://dev.w3.org/html5/spec/Overview.html#the-samp-element Suggestion: add that samp shall not be used to show layman examples. samp is for computer output, not everyday examples. For instance : "Some fruits (<samp>apples, oranges</samp>) are very popula
[Bug 13653] For PRE element "In the HTML syntax, a leading newline character immediately following the pre element start tag is stripped." The same should hold true for code also, when use inside a pre (<pre><code> my code </code></pre>) If not in the spec, could you
[Bug 13653] New: For PRE element "In the HTML syntax, a leading newline character immediately following the pre element start tag is stripped." The same should hold true for code also, when use inside a pre (<pre><code> my code </code></pre>) If not in the spec, could you
[Bug 13671] http://html5.org/tools/web-apps-tracker?from=6359&to=6360 - shouldn't it be "If <var title="">n</var> is greater than *zero*" ? (step 4 says "If n is zero...")
[Bug 13671] New: http://html5.org/tools/web-apps-tracker?from=6359&to=6360 - shouldn't it be "If <var title="">n</var> is greater than *zero*" ? (step 4 says "If n is zero...")
[Bug 13689] Is it intentional that floating point numbers beginning with a dot are not a valid floating point numbers? It took a fair amount of reading through the spec to figure out why <input type="number" step=".5"> doesn't do what it looks like it should do. <i
[Bug 13689] New: Is it intentional that floating point numbers beginning with a dot are not a valid floating point numbers? It took a fair amount of reading through the spec to figure out why <input type="number" step=".5"> doesn't do what it looks like it should do. <i
[Bug 13713] New: Remove step 7 "Replace any characters in input that have a Unicode code point greater than U+FFFF (i.e. any characters that are not in the basic multilingual plane) with the two-character string "00"." if the algorithm is dealing with UTF-16 code units ("
[Bug 13714] New: "The initial offer must include": Add RFC4733's "named telephone events" audio codec to the first audio stream or add an audio stream with just that codec if there isn't one already. Add that codec to all audio streams added with addStream(). Add an API t
[Bug 13751] New: This appears both at the beginning of the list and also near the end. Such duplication also appears for other character references in this list.
[Bug 13751] This appears both at the beginning of the list and also near the end. Such duplication also appears for other character references in this list.
[Bug 13754] as an author, I would have expected that a radio button with value="" checked would be suffering from being missing when the form is submitted
[Bug 13754] New: as an author, I would have expected that a radio button with value="" checked would be suffering from being missing when the form is submitted
[Bug 13757] New: Remove the list of attributes that match their values case-insensitively and use http://dev.w3.org/csswg/selectors4/#attribute-case in the Rendering section
[Bug 13757] Remove the list of attributes that match their values case-insensitively and use http://dev.w3.org/csswg/selectors4/#attribute-case in the Rendering section
[Bug 13766] New: Revision number is not formatted properly: "Editor: Ian Hickson, Google, Inc. This specification is available in the following formats: single page HTML, multipage HTML, web developer edition. This is revision $Revision: 1.5132 $."
[Bug 13766] Revision number is not formatted properly: "Editor: Ian Hickson, Google, Inc. This specification is available in the following formats: single page HTML, multipage HTML, web developer edition. This is revision $Revision: 1.5132 $."
[Bug 13775] New: In the list of interfaces for elements, the q element should be listed as using HTMLQuoteElement : HTMLElement instead of just HTMLElement
[Bug 13779] New: To decode application/x-www-form-urlencoded payloads,... If the isindex flag is set and the first control really -->ways<-- an isindex control
[Bug 13779] To decode application/x-www-form-urlencoded payloads,... If the isindex flag is set and the first control really -->ways<-- an isindex control
[Bug 13790] New: Rename localStreams and remoteStreams to sendStreams and receiveStreams or similar since you may send a stream that is received from one peer to another and then it ends up in localStreams (although it's not local)
[Bug 13790] Rename localStreams and remoteStreams to sendStreams and receiveStreams or similar since you may send a stream that is received from one peer to another and then it ends up in localStreams (although it's not local)
[Bug 13797] New: The "shortcut" keyword should be invalid. All reasons for this keyword are purely historic and it is semantically completely meaningless, hence it should not be valid today. Things like <iframe frameborder="0"> are not valid either.
[Bug 13797] The "shortcut" keyword should be invalid. All reasons for this keyword are purely historic and it is semantically completely meaningless, hence it should not be valid today. Things like <iframe frameborder="0"> are not valid either.
[Bug 13802] New: "Append the Unicode character with code point b+0x20 to attribute name" - understanding the intent here relies on a knowledge of the layout of ascii. Please make it explicit what is going on.
[Bug 13818] Default resolution of canvas 300x150 feels unnecessary requirement? Maybe 1x1 or 0x0 would make more sense, or even some more standard size like VGA or WVGA.
[Bug 13818] New: Default resolution of canvas 300x150 feels unnecessary requirement? Maybe 1x1 or 0x0 would make more sense, or even some more standard size like VGA or WVGA.
[Bug 13824] If location.href is set in window.onload, firefox treats it as a redirect and removes the page from the session history. Consider specifying that.
[Bug 13824] New: If location.href is set in window.onload, firefox treats it as a redirect and removes the page from the session history. Consider specifying that.
[Bug 13838] New: From: alan.christopher.jenkins@googlemail.com Section: WAI-ARIA role="list" doesn't seem appropriate as the strong native semantics of <ol> and <li> elements. WAI-ARIA says the "list" role is a sub-class of the "region" role. But the description of "regi
[Bug 13848] New: TimeRanges HTML 5: A vocabulary and associated APIs for HTML and XHTML video . videoHeight issue 163 (navigating tracks) Annotated summary with unified diffs: http://html5.org/tools/web-apps-tracker 4.2. Selector Index http://www.w3.org/TR/2011/WD-html5-2
[Bug 13848] TimeRanges HTML 5: A vocabulary and associated APIs for HTML and XHTML video . videoHeight issue 163 (navigating tracks) Annotated summary with unified diffs: http://html5.org/tools/web-apps-tracker 4.2. Selector Index http://www.w3.org/TR/2011/WD-html5-2
[Bug 13851] New: Title:Semantics, structure, and APIs of HTML documents. About the new Html 5 tags i have some confusion. If the new tags just has semantic meaning than what is the point of including too many tags in the new html version. Its like the browser wars all ove
[Bug 13853] New: Add feature detection: The HTML5 specification should include a recommended feature detection technique for each major feature. For instance in the drag & drop section, include a recommendation on how to detect if the Web browser implements the key featur
[Bug 13872] Dobro doÅ¡li u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam Å¡to ste nam posjetili blog!DoÄite nam opet!Želimo Vam ugodan dan!:D
[Bug 13872] New: Dobro doÅ¡li u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam Å¡to ste nam posjetili blog!DoÄite nam opet!Želimo Vam ugodan dan!:D
[Bug 13873] Dobro dosli u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam sto ste nam posjetili blog!Dodjite nam opet!Zelimo Vam ugodan dan!:D
[Bug 13873] New: Dobro dosli u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam sto ste nam posjetili blog!Dodjite nam opet!Zelimo Vam ugodan dan!:D
[Bug 13874] Dobro dosli u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam sto ste nam posjetili blog!Dodjite nam opet!Zelimo Vam ugodan dan!:D
[Bug 13874] New: Dobro doÅ¡li u Einsteinov Club Penguin.Ovo je jedan od najpoznatijih hrvatskih blogova.Hvala Vam Å¡to ste nam posjetili blog!DoÄite nam opet!Želimo Vam ugodan dan!:D
[Bug 13879] New: Various uses of "an" instead of "a", found by regexp /\ban (<[^>]*>)*(?!(http|https|href|hgroup|rt|rp|li|xml|svg|hour|hr|xhtml|xslt|xbl|nntp|m[ions]|mtext|merror|h[1-6]|xmlns|xpath|s|x|sgml|huang|srgb|rsa)\b|html)[b-df-hj-np-tv-z]/i
[Bug 13879] Various uses of "an" instead of "a", found by regexp /\ban (<[^>]*>)*(?!(http|https|href|hgroup|rt|rp|li|xml|svg|hour|hr|xhtml|xslt|xbl|nntp|m[ions]|mtext|merror|h[1-6]|xmlns|xpath|s|x|sgml|huang|srgb|rsa)\b|html)[b-df-hj-np-tv-z]/i
[Bug 13880] New: Something has to be fixed in the outline algorithm. It works fine if the root is a sectioning (root/content) element, although steps 5 and 6 are vacuous in this case. If on the other hand the root is an arbitrary element, this algorithm only produces an o
[Bug 13882] Drop "Any type ending in "+xml"". It's not web compatible. There are sites that use application/pls+xml and expects it to open in some media player, and sites that use application/vnd.google-earth.kml+xml and expect it to open in Google Earth.
[Bug 13882] New: Drop "Any type ending in "+xml"". It's not web compatible. There are sites that use application/pls+xml and expects it to open in some media player, and sites that use application/vnd.google-earth.kml+xml and expect it to open in Google Earth.
[Bug 13884] New: Don't ban all XML types. application/vnd.google-earth.kml+xml is even listed as a use case in the first paragraph. Also see bug 13882.
[Bug 13894] New: window.open() doesn't check for trusted events the way HTMLAnchorElement.click() does. We should probably move the check into the "rules for choosing a browsing context" algorithm.
[Bug 13895] New: To clarify -- on getting, does the setter preprocessor still need to be run? I.e. if the input is "http://example.org:99999", should port be 0, 65535, or 99999?
[Bug 13896] [editing] Drop UndoManager section and point to http://rniwa.com/editing/undomanager.html instead for now (will merge back in eventually assuming it gets browser implementations)
[Bug 13896] New: [editing] Drop UndoManager section and point to http://rniwa.com/editing/undomanager.html instead for now (will merge back in eventually assuming it gets browser implementations)
[Bug 13898] Make things simpler. Too many complicated API. like JavaScript(it is reall shit not a langueg or Script). Web programming is like jongel and not very productive. Thanks
[Bug 13898] New: Make things simpler. Too many complicated API. like JavaScript(it is reall shit not a langueg or Script). Web programming is like jongel and not very productive. Thanks
[Bug 13901] New: 4.13.5 Footnotes Your recommendation for longer annotations is a bit clumsy when it comes to styling footnotes with multiple paragraphs. Would something like this be better? <section> <a id="fn1" href="#r1">[1]</a><p>This is, naturally, a lie.</p> <p>Pa
[Bug 13902] Have more details about the format of accessKeyLabel, like by giving examples. We don't want one browser to format it like "Alt+L" and another "alt-l".
[Bug 13902] New: Have more details about the format of accessKeyLabel, like by giving examples. We don't want one browser to format it like "Alt+L" and another "alt-l".
[Bug 13915] New: The suggested presentation differs from the common (if not universal) browser behavior for a table when no attributes and no author style sheets are used. The common default is to render the table with no borders. However, the CSS rules described here imp
[Bug 13921] Hi, Section: Other metadata names We're using meta-tags on a public XHTML 1.1-compliant governmental site to expose site-specific meta-information per page to a search-engine crawler that we're using (a commercial product). We're in the process of moving
[Bug 13921] New: Hi, Section: Other metadata names We're using meta-tags on a public XHTML 1.1-compliant governmental site to expose site-specific meta-information per page to a search-engine crawler that we're using (a commercial product). We're in the process of moving
[Bug 13927] New: WHITE HOUSE OFFICE THE MASTER INDONESIA KING OF KING'S AUTHORITY VETO POWER ATTORNEY OF ATTORNEY NEW OWNER HR. 1249 ADRESS: SULTAN AGUNG TIRTAYASA, GRIYA CARAKA K1-4 NO.24 CITY: CEREBON-WEST JAVA COUNTRY: INDONESIA 1-NKRI P1.PKC-NKRI DEAR SIR, I, AM TRANS
[Bug 13927] WHITE HOUSE OFFICE THE MASTER INDONESIA KING OF KING'S AUTHORITY VETO POWER ATTORNEY OF ATTORNEY NEW OWNER HR. 1249 ADRESS: SULTAN AGUNG TIRTAYASA, GRIYA CARAKA K1-4 NO.24 CITY: CEREBON-WEST JAVA COUNTRY: INDONESIA 1-NKRI P1.PKC-NKRI DEAR SIR, I, AM TRANS
[Bug 13939] New: In section titled "application/microdata+json" (currently (2011-08-28) numbered 6.1), the phrase "as such" doesn't fit: Labeling a resource ... asserts that the resource is a JSON text that consists of ..., the objects being of the same form as the
[Bug 13959] New: I think the change to dfn being the defining instance of a term removes one previously solid use case for dfn: defining unfamiliar terms that may make no sense to define in context. For instance, use of "borrowed" terms and phrases from other languages th
[Bug 13960] I am concerned about the way the Article element is used in examples. Doesn't it make sense that Screen Readers will want to use the article element to skip over the HEADER and NAV elements to the main content. Instead of this: <article><heading>...</hea
[Bug 13960] New: I am concerned about the way the Article element is used in examples. Doesn't it make sense that Screen Readers will want to use the article element to skip over the HEADER and NAV elements to the main content. Instead of this: <article><heading>...</hea
[Bug 13961] I'm concerned there doesn't seem to be an elegant simple way to provide closed captions for the <video> tag. YouTube does this quite well(albiet in another technology), just upload the SMIL or whatever captioning text file and link it to the video. I thi
[Bug 13961] New: I'm concerned there doesn't seem to be an elegant simple way to provide closed captions for the <video> tag. YouTube does this quite well(albiet in another technology), just upload the SMIL or whatever captioning text file and link it to the video. I thi
[Bug 13977] Check browsers; it might be that links with rel=stylesheet that aren't yet loaded should still have a sheet. See also https://bugs.webkit.org/show_bug.cgi?id=65140
[Bug 13977] New: Check browsers; it might be that links with rel=stylesheet that aren't yet loaded should still have a sheet. See also https://bugs.webkit.org/show_bug.cgi?id=65140
Accessible Image tag for Visually Impaired Hi, I design tactile graphics for visually impaired individuals. The amount of useful visual information is enormous and the majority of it is not accessible to the visually impaired. In H
Define a default form submit behavior. Currently, there is no specified behavior that I am aware of for browsers when the 'enter' key is pressed in a text input field inside a form. Some browsers submit using the form with no button value.
Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve
The li element (the value attribute) What (other than compatibility with pre-html5 user agents) is the rationale for limiting the value attribute to an integer? The value attribute should be interpreted by user agents as a hint to the user agent about