[whatwg] SQL API - Small editorial fix

Ian Hickson ian at hixie.ch
Mon Oct 29 13:58:37 PDT 2007


On Mon, 29 Oct 2007, Brady Eidson wrote:
>
> There are 6 steps for the SQLTransaction.executeSql() call before the
> statement is queued up.
> 
> Step 5 says:
> "If the Database object has an expected version that is neither the empty
> string nor the actual version of the database, then mark the statement as
> bogus (Error code 2)"
> 
> Now that executeSql() is on the SQLTransaction object and not the 
> Database object, I think some context was lost here. It's pretty obvious 
> that we mean "the Database object this SQLTransaction was created with", 
> but perhaps the spec should state that explicitly for those who haven't 
> been following its evolution like we have :)

Fixed. Let me know if it's ok.

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



More information about the whatwg mailing list