Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #7989

Re: jQuery takes down the Guardian

From Denis McMahon <denismfmcmahon@gmail.com>
Subject Re: jQuery takes down the Guardian
Newsgroups comp.lang.javascript
References (1 earlier) <5809e801-f3de-4455-990e-bb80b4635f5d@v5g2000vbh.googlegroups.com> <j8v255$olk$1@dont-email.me> <afac1af0-1b98-4de4-b34b-f763df2411fb@h24g2000yqm.googlegroups.com> <j8vecn$9fl$1@dont-email.me> <m2aa8caxci.fsf@nntp.bednarz.nl>
Date 2011-11-04 15:33 +0000
Message-ID <4eb405e1$0$28490$a8266bb1@newsreader.readnews.com> (permalink)
Organization readnews.com - News for Geeks and ISPs

Show all headers | View raw


On Fri, 04 Nov 2011 13:25:17 +0100, Eric Bednarz wrote:

> Matt McDonald <matt@fortybelow.ca> writes:

>> HTML 4.01[0] and HTML 5[1] validate both the minimized and maximized
>> forms, so (psuedocode):

>> * boolean=""

> That is obviously *not* valid in HTML 4. You can omit the attribute
> name, not the value.

Indeed, testing the following on the w3 validator:

<input type="checkbox" checked>
<input type="checkbox" checked=>
<input type="checkbox" checked="">
<input type="checkbox" checked="fred">
<input type="checkbox" checked="checked">

Only two are valid:

<input type="checkbox" checked="checked">
<input type="checkbox" checked>

Rgds

Denis McMahon

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

jQuery takes down the Guardian David Mark <dmark.cinsoft@gmail.com> - 2011-11-03 12:52 -0700
  Re: jQuery takes down the Guardian RobG <rgqld@iinet.net.au> - 2011-11-03 13:56 -0700
    Re: jQuery takes down the Guardian Matt McDonald <matt@fortybelow.ca> - 2011-11-03 15:47 -0600
      Re: jQuery takes down the Guardian Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-04 00:24 +0100
      Re: jQuery takes down the Guardian RobG <rgqld@iinet.net.au> - 2011-11-03 16:30 -0700
        Re: jQuery takes down the Guardian Matt McDonald <matt@fortybelow.ca> - 2011-11-03 19:16 -0600
          Re: jQuery takes down the Guardian Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-04 11:05 +0100
          Re: jQuery takes down the Guardian Eric Bednarz <bednarz@fahr-zur-hoelle.org> - 2011-11-04 13:25 +0100
            Re: jQuery takes down the Guardian Denis McMahon <denismfmcmahon@gmail.com> - 2011-11-04 15:33 +0000
    Re: jQuery takes down the Guardian "J.R." <groups_jr-1@yahoo.com.br> - 2011-11-03 22:42 -0200
  Re: jQuery takes down the Guardian Andrew Poulos <ap_prog@hotmail.com> - 2011-11-04 12:50 +1100
    Re: jQuery takes down the Guardian David Mark <dmark.cinsoft@gmail.com> - 2011-11-04 03:37 -0700
  Re: jQuery takes down the Guardian "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2011-11-05 07:36 -0700

csiph-web