public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/45803] New: bugzilla: Invalid HTML
@ 2010-09-27  9:32 schwab@linux-m68k.org
  2010-10-31 23:59 ` [Bug web/45803] " zsojka at seznam dot cz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2010-09-27  9:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

           Summary: bugzilla: Invalid HTML
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schwab@linux-m68k.org


Comments in HTML don't nest, so this does not work:

<!--
  <tr><th class="field_label "
      id="field_label_rep_platform">
      <label for="rep_platform">
        <a href="page.cgi?id=fields.html#rep_platform">Hardware:</a></label>
  </th>

<td class="field_value "
    id="field_container_rep_platform" >
        <select id="rep_platform" 
                name="rep_platform" 
                >
            <option value="All"
                    id="v1_rep_platform"

                selected="selected">All</option>
        </select>


        <script type="text/javascript">
        <!--
          initHidingOptionsForIE('rep_platform');

        //-->

Line 825, Column 11: invalid comment declaration: found name start character
outside comment but inside comment declaration 
          initHidingOptionsForIE('rep_platform');


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug web/45803] bugzilla: Invalid HTML
  2010-09-27  9:32 [Bug web/45803] New: bugzilla: Invalid HTML schwab@linux-m68k.org
@ 2010-10-31 23:59 ` zsojka at seznam dot cz
  2010-11-01 16:36 ` LpSolit at netscape dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-10-31 23:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2010-10-31 23:59:11 UTC ---
It seems Firefox shows the pages "as expected", but Chromium doesn't. So there
are "-->" visible at some places and items expected to be hidden are visible
(like the OS dropdown at http://gcc.gnu.org/bugzilla/enter_bug.cgi?product=gcc
)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug web/45803] bugzilla: Invalid HTML
  2010-09-27  9:32 [Bug web/45803] New: bugzilla: Invalid HTML schwab@linux-m68k.org
  2010-10-31 23:59 ` [Bug web/45803] " zsojka at seznam dot cz
@ 2010-11-01 16:36 ` LpSolit at netscape dot net
  2010-11-01 16:46 ` LpSolit at netscape dot net
  2010-11-03 16:19 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: LpSolit at netscape dot net @ 2010-11-01 16:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

Frédéric Buclin <LpSolit at netscape dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2010.11.01 16:35:25
         AssignedTo|unassigned at gcc dot       |LpSolit at netscape dot net
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Frédéric Buclin <LpSolit at netscape dot net> 2010-11-01 16:35:25 UTC ---
(In reply to comment #1)
> It seems Firefox shows the pages "as expected", but Chromium doesn't.

OK, you are right. I can indeed reproduce with Google Chrome. I didn't give
attention to this bug, because I thought only the HTML4 validator was
complaining. :)

I will look into this problem.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug web/45803] bugzilla: Invalid HTML
  2010-09-27  9:32 [Bug web/45803] New: bugzilla: Invalid HTML schwab@linux-m68k.org
  2010-10-31 23:59 ` [Bug web/45803] " zsojka at seznam dot cz
  2010-11-01 16:36 ` LpSolit at netscape dot net
@ 2010-11-01 16:46 ` LpSolit at netscape dot net
  2010-11-03 16:19 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: LpSolit at netscape dot net @ 2010-11-01 16:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

Frédéric Buclin <LpSolit at netscape dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #3 from Frédéric Buclin <LpSolit at netscape dot net> 2010-11-01 16:46:32 UTC ---
OK, the fix was trivial. A two characters long patch and that's it. :) I will
apply the patch next time we upgrade.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug web/45803] bugzilla: Invalid HTML
  2010-09-27  9:32 [Bug web/45803] New: bugzilla: Invalid HTML schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2010-11-01 16:46 ` LpSolit at netscape dot net
@ 2010-11-03 16:19 ` LpSolit at netscape dot net
  3 siblings, 0 replies; 5+ messages in thread
From: LpSolit at netscape dot net @ 2010-11-03 16:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45803

Frédéric Buclin <LpSolit at netscape dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Frédéric Buclin <LpSolit at netscape dot net> 2010-11-03 16:18:34 UTC ---
Fixed


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-03 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-27  9:32 [Bug web/45803] New: bugzilla: Invalid HTML schwab@linux-m68k.org
2010-10-31 23:59 ` [Bug web/45803] " zsojka at seznam dot cz
2010-11-01 16:36 ` LpSolit at netscape dot net
2010-11-01 16:46 ` LpSolit at netscape dot net
2010-11-03 16:19 ` LpSolit at netscape dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).