Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-18

<colgroup> elements are discarded in rendering

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • Rendering in the platform
    • None
    • rendering, colgroup

    Description

      Following rendering test case illustrates this issue:

      .#-----------------------------------------------------
      .input|xhtml/1.0
      .#-----------------------------------------------------
      <table><colgroup><col width="87" /><col width="152" /><col width="50" /></colgroup><tbody><tr><td/><td/><td/></tr></tbody></table>
      .#-----------------------------------------------------
      .expect|event/1.0
      .#-----------------------------------------------------
      beginDocument
      beginTable
      beginTableRow
      beginTableCell
      endTableCell
      beginTableCell
      endTableCell
      beginTableCell
      endTableCell
      endTableRow
      endTable
      endDocument
      .#-----------------------------------------------------
      .expect|xwiki/2.0
      .#-----------------------------------------------------
      |||
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              asiri Asiri Rathnayake
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: