PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Testing » PHPUnit » Bug #6399

HTML code in GUI_HTML

Details

Request #6399HTML code in GUI_HTML
Submitted2006-01-03 00:44 UTC
Fromaurelien0306 at laposte dot net
StatusBogus
PackagePHPUnit
PHP VersionIrrelevant
OSAll
Roadmaps(Not assigned)

Comments

[2006-01-03 00:44 UTC] aurelien0306 at laposte dot net

Description:
------------
HTML code produced by the GUI_HTML is not valid...
to be valid for HTML 4.01 strict specification we have to change :
* global
- adding DOCTYPE declaration at the beginning of the document
* header
- adding title tag

(optional)
- adding content-type meta tag
- adding content-language meta tag
- adding content-style-type meta tag
* style

(optional)
- modifying : case of STYLE tag to lower case + comments "tags"
* script
- adding attribute type
- adding attribute language for compatibility
(optional optional)
- modifying : moving bottom to up the script
* tables
- removed cellspan attribute which is proprietary or unknown

Test script:
---------------
HTML.tpl modified consequently is available at : http://aurel.thebest.free.fr/phpunit/

Expected result:
----------------
the GUI is valid HTML 4.01 strict.

Actual result:
--------------
"bugs" precised above in description

[2006-01-03 00:46 UTC] aurelien0306 at laposte dot net

Description:
------------
HTML code produced by the GUI_HTML is not valid...
to be valid for HTML 4.01 strict specification we have to change :
* global
- adding DOCTYPE declaration at the beginning of the document
* header
- adding title tag

(optional)
- adding content-type meta tag
- adding content-language meta tag
- adding content-style-type meta tag
* style

(optional)
- modifying : case of STYLE tag to lower case + comments
"tags"
* script
- adding attribute type
- adding attribute language for compatibility
(optional optional)
- modifying : moving bottom to up the script
* tables
- removing cellspan attribute which is proprietary or unknown

Test script:
---------------
HTML.tpl modified consequently is available at : http://aurel.thebest.free.fr/phpunit/

Expected result:
----------------
the GUI is valid HTML 4.01 strict.

Actual result:
--------------
"bugs" precised above in description