On Thu, 29 Jul 2010, zhao Matt wrote:
>
> Quote:
> "The async and defer attributes are boolean attributes that indicate how the
> script should be executed."..."The defer attribute may be specified even if
> the async attribute is specified"
> Do it mean 'async' is equivalent to 'defer'? (namely, a
Aryeh Gregor wrote:
> > Quote:
> > "The defer and async attributes must not be specified if the src
> > attribute
> > is not present."
> > Do it mean "if the src attribute is not present, the defer and async
> > attributes can be not used" ? (English is not my native language, :)
> > )
>
> Yes. I
On Wed, Jul 28, 2010 at 1:20 PM, zhao Matt wrote:
> Quote:
> "The async and defer attributes are boolean attributes that indicate how the
> script should be executed."..."The defer attribute may be specified even if
> the async attribute is specified"
> Do it mean 'async' is equivalent to 'defer'?
Quote:
"The async and defer attributes are boolean attributes that indicate how the
script should be executed."..."The defer attribute may be specified even if
the async attribute is specified"
Do it mean 'async' is equivalent to 'defer'? (namely, are the two attributes
interchangeable?)
I persona