Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>How are you seeing that markup? In Firebug? In the FF source viewer with TidyHTML installed?</p> <p>What (X)HTML declaration are using using? HTML 4.1? XHTML Transitional? Strict?</p> <p>The reason I ask, is that the <code>&lt;a&gt;</code> tag is defined as an <em>inline</em> element, so it is not legal to wrap it around a <em>block</em> element, such as a <code>&lt;div&gt;</code> tag.</p> <p>The source you are seeing in FF has probably been corrected to handle this, by adding the additional anchor tags inside and at the end of the div tag.</p> <p>How are you seeing that markup? In Firebug? In the FF source viewer with TidyHTML installed?</p> <p>What (X)HTML declaration are using using? HTML 4.1? XHTML Transitional? Strict?</p> <p>The reason I ask, is that the <code>&lt;a&gt;</code> tag is defined as an <em>inline</em> element, so it is not legal to wrap it around a <em>block</em> element, such as a <code>&lt;div&gt;</code> tag.</p> <p>The source you are seeing in FF has probably been corrected to handle this, by adding the additional anchor tags inside and at the end of the div tag.</p> <hr> <p>Nope, the View Source is as FF fixes it up - if you want to check this, you can install the <a href="https://addons.mozilla.org/en-US/firefox/addon/394" rel="nofollow noreferrer">ViewSourceWith plugin</a>, and view the source in your NotePad of choice - I've noticed differences between these two.</p> <p>Unlike ASP.NET 1.1, the BrowserCaps in ASP.NET 2.0 do recognise FF, Safari, etc, so the general output shouldn't be that different to what you see in IE.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload