Menu

#294 (ok 2.9.0) HTML Validation in Setup.php

closed-accepted
1
2006-09-20
2006-02-21
No

Hi all...did a quick XHTML validation on the new
setup.php in RC1. This patch fixes two issues:

First, there were instances were GET and POST were
capitalized in a form (once each). XHTML uses
lowercase only, capitalization in XML would be a
different element and is therefore invalid. Reference:
http://www.w3.org/TR/xhtml1/#h-4.2

Second, most of the <form> elements were missing the
'action' element. Action is a required form element, I
simply included empty actions to produce the same
effect as would be expected from leaving it out.
Reference:
http://www.w3.org/TR/html4/interact/forms.html#edef-FORM

Patch is attached.

Discussion

  • Matt LaPlante

    Matt LaPlante - 2006-02-21
     
  • Michal Čihař

    Michal Čihař - 2006-02-21
    • assigned_to: nobody --> nijel
     
  • Michal Čihař

    Michal Čihař - 2006-02-21

    Logged In: YES
    user_id=192186

    Merged, thanks for good work.

     
  • Michal Čihař

    Michal Čihař - 2006-02-21
    • milestone: 284145 -->
    • priority: 5 --> 1
    • summary: HTML Validation in Setup.php --> (ok 2.9.0) HTML Validation in Setup.php
    • status: open --> open-accepted
     
  • Marc Delisle

    Marc Delisle - 2006-09-20
    • status: open-accepted --> closed-accepted
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.