2007-10-24

Web Part HTML overhead

Hur mycket HTML overhead ger webparts egentligen? Det har ju viss betydelse om man ska försöka leverera standards compliant HTML. Så här ser output ut från en WSS 3.0 webpart zone med en webpart utan chrome (extra radbrytningar och kommentarer för läsbarhet):

<!-- begin web part zone -->

<table width="100%" cellpadding="0"

   cellspacing="0" border="0">

   <tr><td id="MSOZoneCell_WebPartWPQ3" vAlign="top">

 

      <!-- begin web part -->

      <table TOPLEVEL border="0" cellpadding="0"

         cellspacing="0" width="100%">

         <tr><td valign="top">

            <div WebPartID="00000000-0000- ...

                    0000-0000-000000000000"

               id="WebPartWPQ3"

               HasPers="false"

               width="100%"

               class="ms-WPBody"

               allowDelete="false"

               style="" >[web part content]</div>

         </td></tr>

      </table>

      <!-- end web part -->

 

      <!-- more web parts go here... -->

 

   </td></tr>

</table>

<!-- end web part zone -->


Technorati tags: , ,

0 Comments:

Skicka en kommentar

Links to this post:

Skapa en länk

<< Home