Issue 40: Empty Caption Removal
Status:  Fixed
Owner: ----
Closed:  Oct 2007
Reported by fuzzbi...@gmail.com, Oct 23, 2007
What steps will reproduce the problem?
1. Create a table
2. Don't add a caption
3. Run HTML validation on the page

What is the expected output? What do you see instead?
The table will render correctly, but running HTML validation on the page
warns of empty caption tags being invalid.

What version of the product are you using? On what operating system?
Current headstream (pre 2.3 release)

Please provide any additional information below.
This is a simple change to the HtmlTableRendererImpl class to only include
the table caption tags if a caption for the table is specified.
 
empty-caption-patch.txt
685 bytes   View   Download
Oct 23, 2007
#1 extremec...@gmail.com
Added the caption patch.
Status: Fixed