git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: "Steven Walter" <stevenrwalter@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git_blame2: fix rendering on Firefox 3.0b5
Date: Tue, 22 Apr 2008 20:45:31 +0200	[thread overview]
Message-ID: <200804222045.32416.jnareb@gmail.com> (raw)
In-Reply-To: <e06498070804221046j5b9d4edbwe798ddb44f4fecf8@mail.gmail.com>

On Tue, 22 April 2008, Steven Walter wrote:
> On Tue, Apr 22, 2008 at 1:05 PM, Jakub Narebski <jnareb@gmail.com> wrote:
>> On Tue, 22 April 2008, stevenrwalter@gmail.com wrote:
>>>
>>> Using variably-sized rows and rowspan does not render correctly with
>>> Firefox 3.0b5.  Instead, make each row have the same number of cells.
>>
>>  Beta version of Firefox doesn't correctly render perfectly valid HTML;
>>  more, the way rowspan was meanto to be used, see example in
>>
>>   http://www.w3.org/TR/html401/struct/tables.html#h-11.2.6.1
>>   (subsection "Cells that span several rows or columns" in HTML 4.01)
>>
>>  and you want gitweb to generate invalid HTML?
> 
> What's invalid about the way my patch generated HTML?  It renders
> correctly on both FF2 and FF3.

The fact that HTML is valid or not is not dependent on the fact that
some web browser, or some beta version of web browser (which can have
bugs), renders it correctly or not.  You check if HTML is valid against
HTML specification, e.g. using one of online HTML validators, including
W3C Validator or WDG Validator.

> It may have been fully correct before, but is it any less correct now?

The idea is that enlarged cell (either via rowspan, or via colspan),
takes place / pushes out other cells.  Se the ASCII-art diagram (to be
viewed using fixed-width, non-proportinal font) below:

   |-----|-----|
   |  A  |  B  |   <tr><td rowspan="2"> A </td><td> B </td></tr>
   |     |-----|
   |     |  C  |   <tr><!--   space for A   --><td> C </td></tr>
   |-----|-----|
  
See example in provided link to HTML specification.  It is natural way
of writing HTML table with cell spanning multiple rows.

> Conversely, I will also file a bug with Firefox regarding it's
> apparently-broken handling of rowspan.

If handling of rowspan differs from handling colspan with respect to
variable number of cells in row / column, then it is certainly a bug.
Gitweb don't use colspan beside row spanning whole table, so you
wouldn't detect it.


All said, the fact that beta version of a browser doesn't render
gitweb correctly, while HTML is correct and follows examples in
HTML specification, is not a reason to change gitweb: it is reason
to file bug report, and try newer version.

If some popular browser had trouble rendering some complicated HTML
code, we could think of changing gitweb.

P.S. I have dug your original letter from spam folder on my GMail
account, and as far as I can see (reading via GMane NNTP / news
interface) it didn't appear on git mailing list either, probably
because of VGER antispam filter.

P.P.S. All that aside your commit message needs improvements.
First line (summary line) should IMHO start with "gitweb: ",
not "git_blame2", and tell _what_ was fixed.
-- 
Jakub Narebski
Poland

      reply	other threads:[~2008-04-22 18:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1208821391-7895-1-git-send-email-stevenrwalter@gmail.com>
2008-04-22 17:05 ` [PATCH] git_blame2: fix rendering on Firefox 3.0b5 Jakub Narebski
2008-04-22 17:46   ` Steven Walter
2008-04-22 18:45     ` Jakub Narebski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200804222045.32416.jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=stevenrwalter@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).