[whatwg] Typo in web+ Description

2012-07-14 Thread Smylers
  All web+ schemes should use UTF-8 encodings were relevant.
  -- 
http://www.whatwg.org/specs/web-apps/current-work/multipage/iana.html#web+-scheme-prefix

I think that should be where.

Smylers
-- 
http://twitter.com/Smylers2


Re: [whatwg] typo in the spec of the selectionDirection attribute

2012-01-10 Thread Ian Hickson
On Mon, 13 Jun 2011, Futomi Hatano wrote:

 I've read the the spec of the selectionDirection attribute, and I've 
 found a typo.
 
 http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectiondirection
 
 The spec says in the second paragraph as below.
 ---
 On setting, it must act as if the setSelectionRange() method had been called, 
 with the current value of the selectionStart attribute as the first argument,
 the current value of the selectionEnd attribute as the first argument,
 and the new value as the third argument.
 ---
 
 The current value of the selectionEnd attribute is not as the first 
 argument, but as the second argument, is it?

Indeed. This has been fixed. Thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] typo in the spec of the selectionDirection attribute

2011-06-13 Thread Futomi Hatano
I've read the the spec of the selectionDirection attribute, 
and I've found a typo.

http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-selectiondirection

The spec says in the second paragraph as below.
---
On setting, it must act as if the setSelectionRange() method had been called, 
with the current value of the selectionStart attribute as the first argument,
the current value of the selectionEnd attribute as the first argument,
and the new value as the third argument.
---

The current value of the selectionEnd attribute is not as the first argument,
but as the second argument, is it?

-- 
Futomi Hatano i...@html5.jp
http://www.html5.jp/
http://www.futomi.com/
http://twitter.com/futomi



Re: [whatwg] Typo on Selection API

2010-07-27 Thread Ian Hickson
On Thu, 1 Apr 2010, Hajime Morita wrote:

 There is a typo on selection API name:
 
 http://www.whatwg.org/specs/web-apps/current-work/#selection
 selection . collapsed(parentNode, offset)
 Replaces the selection with an empty one at the given position.
 Throws a WRONG_DOCUMENT_ERR exception if the given node is in a different 
 document.
 collapsed - collapse.
 
 The typo is only on the description part. It is OK for IDL.

Thanks. It looks like this got fixed at some point.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo on Selection API

2010-03-31 Thread Hajime Morita
Hi,
There is a typo on selection API name:

http://www.whatwg.org/specs/web-apps/current-work/#selection
selection . collapsed(parentNode, offset)
Replaces the selection with an empty one at the given position.
Throws a WRONG_DOCUMENT_ERR exception if the given node is in a different 
document.
collapsed - collapse.

The typo is only on the description part. It is OK for IDL.

Regards.

-- 
morita


[whatwg] typo in the vCard spec

2009-12-21 Thread Futomi Hatano
Hi all,

I wonder if there is a typo in the example of Microdata Vocabularies: vCard.
http://www.whatwg.org/specs/vocabs/current-work/#examples
There are three examples. Could you see the second example?

strong title=fnAlfred Person/strong

I wonder if the title attribute is incorrect.
The itemprop attribute is correct, isn't it?

strong itemprop=fnAlfred Person/strong

Thank you.

--
Futomi Hatano
www.html5.jp



Re: [whatwg] Typo in 4.4.10

2009-12-10 Thread Ian Hickson
On Mon, 2 Nov 2009, Elizabeth Castro wrote:

 The third to last word in this line:
 
  If node has an ancestor element that is a article element
 
 should be an

Fixed, thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in 4.4.10

2009-11-02 Thread Elizabeth Castro

The third to last word in this line:


If node has an ancestor element that is a article element


should be an


Liz




[whatwg] Typo in Annotations for assistive technology products (ARIA) section

2009-10-23 Thread Mark Pilgrim
th elemen that is neither a column header nor a row header

should read

th element that is neither a column header nor a row header

-Mark


Re: [whatwg] Typo in Annotations for assistive technology products (ARIA) section

2009-10-23 Thread Ian Hickson
On Fri, 23 Oct 2009, Mark Pilgrim wrote:

 th elemen that is neither a column header nor a row header
 
 should read
 
 th element that is neither a column header nor a row header

Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


Re: [whatwg] Typo in Web Workers

2009-10-14 Thread Ian Hickson
On Mon, 28 Sep 2009, Simon Pieters wrote:

 WorkerUtils implement WindowTimers;
 
 should be
 
 WorkerUtils implements WindowTimers;

Fixed. Thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in Web Workers

2009-09-28 Thread Simon Pieters

WorkerUtils implement WindowTimers;

should be

WorkerUtils implements WindowTimers;


--
Simon Pieters
Opera Software


Re: [whatwg] Typo: 'possibly' as adjective

2009-09-15 Thread Ian Hickson
On Thu, 10 Sep 2009, Øistein E. Andersen wrote:

 [P]ossibly algorithms in the adoption agency algorithm note should be 
 possible algorithms.

Fixed, thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

[whatwg] Typo: 'possibly' as adjective

2009-09-10 Thread Øistein E . Andersen
[P]ossibly algorithms in the adoption agency algorithm note should  
be possible algorithms.


--
Øistein E. Andersen

Re: [whatwg] Typo in 4.2.4 - missing to

2009-08-30 Thread Ian Hickson
On Fri, 21 Aug 2009, Chris Cressman wrote:

 From 4.2.4:
 
 The LinkStyle interface is also be implemented by this element; the
 styling processing model defines how.
 
 I believe it should read The LinkStyle interface is also _to_ be
 implemented

Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in 4.2.4 - missing of

2009-08-20 Thread Chris Cressman
From 4.2.4:

If one the two files was returned without a Content-Type metadata, or
with a syntactically incorrect type like Content-Type: null, then
the default type for stylesheet links would kick in.

I believe it should read If one _of_ the two files

Chris
--
Chris Cressman
http://chriscressman.com


[whatwg] Typo in 4.2.4 - missing to

2009-08-20 Thread Chris Cressman
From 4.2.4:

The LinkStyle interface is also be implemented by this element; the
styling processing model defines how.

I believe it should read The LinkStyle interface is also _to_ be
implemented

Chris
--
Chris Cressman
http://chriscressman.com


Re: [whatwg] Typo in 1.9 - attributed

2009-08-14 Thread Ian Hickson
On Mon, 10 Aug 2009, Chris Cressman wrote:

 From section 1.9:
 
 Each element in the DOM tree is represented by an object, and these
 objects have APIs so that they can be manipulated. For instance, a
 link (e.g. the a element in the tree above) can have its href
 attributed changed in several ways:
 
 _attributed_ instead of _attribute_

Thanks, fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


Re: [whatwg] Typo in 3.4.1.5 Phrasing Content

2009-07-21 Thread Ian Hickson
On Tue, 7 Jul 2009, Ben Leslie wrote:
 
 In section 3.4.1.5  Phrasing Content, the text reads:
 
 a (if it contains only phrasing content), abbr (if it is a descendant
 of a map element), area, audio,...
 
 I believe it should read:
 
 a (if it contains only phrasing content), abbr, area (if it is a
 descendant of a map element), audio,...

Thanks. Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in 3.4.1.5 Phrasing Content

2009-07-07 Thread Ben Leslie
Hi,

In section 3.4.1.5  Phrasing Content, the text reads:

a (if it contains only phrasing content), abbr (if it is a descendant
of a map element), area, audio,...

I believe it should read:

a (if it contains only phrasing content), abbr, area (if it is a
descendant of a map element), audio,...

Thanks,

Benno


[whatwg] Typo

2009-04-24 Thread Philip Taylor
http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-pattern-attribute
says:

For example, the following snippet:
label Part number:
 input pattern=[0-9][A-Z]{3} name=part
title=A part number is a digit followed by three
uppercase letters./
/label
...could cause the UA to display an alert such as:
 part number is a digit followed by three uppercase letters.
You cannot complete this form until the field is correct.

which is missing the A in the last-but-one line.

-- 
Philip Taylor
exc...@gmail.com


Re: [whatwg] typo in UTF-16LE BOM sniffing rule

2009-02-23 Thread Adam Barth
Thanks.  This is fixed in the latest draft of the content type
sniffing rules, available here:

http://webblaze.cs.berkeley.edu/2009/mime-sniff/mime-sniff.txt

Adam


On Sun, Feb 22, 2009 at 6:15 AM, Dan Winship dan.wins...@gmail.com wrote:
 In the summary table at the end of 2.7.4 Content-Type sniffing: unknown
 type, the UTF-16LE BOM is incorrectly listed as FF FF instead of FF
 FE. (The UTF-16BE BOM is correct, and the UTF-16LE one is stated
 correctly earlier in the text):

 FF FF 00 00 FE FF 00 00 text/plain  n/a UTF-16BE BOM
 FF FF 00 00 FF FF 00 00 text/plain  n/a UTF-16LE BOM
   ^^
 FF FF FF 00 EF BB BF 00 text/plain  n/a UTF-8 BOM

 -- Dan



[whatwg] typo in UTF-16LE BOM sniffing rule

2009-02-22 Thread Dan Winship
In the summary table at the end of 2.7.4 Content-Type sniffing: unknown
type, the UTF-16LE BOM is incorrectly listed as FF FF instead of FF
FE. (The UTF-16BE BOM is correct, and the UTF-16LE one is stated
correctly earlier in the text):

FF FF 00 00 FE FF 00 00 text/plain  n/a UTF-16BE BOM
FF FF 00 00 FF FF 00 00 text/plain  n/a UTF-16LE BOM
   ^^
FF FF FF 00 EF BB BF 00 text/plain  n/a UTF-8 BOM

-- Dan


Re: [whatwg] Typo in last paragraph of Acknowledgements

2008-05-09 Thread Ian Hickson
On Mon, 20 Aug 2007, Adam Roben wrote:

 Thanks also the Microsoft blogging community
 
 should be
 
 Thanks also to the Microsoft blogging community

Thanks. Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


Re: [whatwg] Typo in UndoManager interface

2008-05-08 Thread Ian Hickson
On Sun, 17 Jun 2007, Samuel Weinig wrote:

 In the UndoManager interface there is a typo in the add() method.  The 
 title parameter should be a DOMString, not a DOMStrong. :)

Thanks, fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in section 4.6.2 Application Caches

2008-03-19 Thread Anders Carlsson

The text:

A browsing context can be associated with an application cache. A  
child browsing context is always associated with the same browsing  
context as its parent browsing context, if any.


should be:

A browsing context can be associated with an application cache. A  
child browsing context is always associated with the same *application  
cache* as its parent browsing context, if any.


Anders




[whatwg] Typo in last paragraph of Acknowledgements

2007-08-20 Thread Adam Roben

Thanks also the Microsoft blogging community

should be

Thanks also to the Microsoft blogging community

-Adam



[whatwg] Typo in UndoManager interface

2007-06-17 Thread Samuel Weinig
In the UndoManager interface there is a typo in the add() method.   
The title parameter should be a DOMString, not a DOMStrong. :)


-Sam Weinig


Re: [whatwg] Typo in 9.2.3

2007-06-14 Thread Ian Hickson
On Sun, 5 Nov 2006, Elliotte Harold wrote:

 Otherwise if the next seven chacacters are a case-insensitive match for the
 word DOCTYPE, then consume those characters and switch to the DOCTYPE state.
 
 chacacters -- characters

Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo in 9.2.3

2006-11-05 Thread Elliotte Harold
Otherwise if the next seven chacacters are a case-insensitive match for 
the word DOCTYPE, then consume those characters and switch to the 
DOCTYPE state.


chacacters -- characters

--
Elliotte Rusty Harold  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/


Re: [whatwg] typo: opttion

2006-03-10 Thread Ian Hickson
On Mon, 20 Feb 2006, Simon Pieters wrote:

 Hi,
 
 There's a typo in the How to handle tokens in the main phase[1] section:
 
  An end tag token whose tag name is option
  
  If the current node is an opttion [...]
 
 [1] http://www.whatwg.org/specs/web-apps/current-work/#how-to

Fixed. Thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'