Hi,

On Sun, 10 Apr 2005 19:55:00 +0200, "Christian Lohmaier"
<[EMAIL PROTECTED]> said:
> On Sun, Apr 10, 2005 at 08:15:12PM +0300, Miikka Leskinen wrote:
> > 
> > A more technical and detailed discussion on these items will be held at
> > [EMAIL PROTECTED]
> > 
> > _ISSUELIST_
> 
> Only commenting on a selection of the issues. A little late for
> presenting this list...
> 
Yeah it could be a bit late. But I'm personally not aware of deadlines
-- assuming I should list everything that I think is worth fixing.

Note that in the list, everything below "Bugs" is of minor priority.
Maybe that eases it a bit. :)

> > Bugs:
> > [ ] The highlightings on the top navigation bar are not correct on other
> > pages -- see for yourself.
> 
> This only works when you're actually using Sourcecast. If you're using
> the staging server and not Maarten's copy, then please explain what's
> wrong.
> 
I tried this on SC40. If you go to "Contributing", the "Home" tab is
highlighted instead of the current tab. Same on the "About" page.

> > [ ] Way too many unnecessary and nested DIVs. Replace with P tags with
> > the same class or id. Remove those not needed.
> > [ ] DIVs containing only whitespace exist on homepage. For example one
> > with id="contextualinformation".
> 
> These are because sometimes SC fills in content to fill these elements.
>
Ah, ok.

But why have e.g. TABLE > TR > TD#someid > DIV#someid2 > #text if it'
the same thing without the DIV? This is not a bug, though, it's an RFE.
:)

> > 
> > Enhancements:
> > [ ] "Skip to contents" links for ALL pages. Both "id" and "name"
> > attributes for level 1 headings (on every page) to make this work.
> 
> Cannot do that. This would require every project to modify all pages.
> This is not possible.
> 
Ok, I understand. This would have been a major accessibility
improvement.

> > [ ] The "HTML Tidy" program suggests removing many of the indentations
> > in the XHTML code to decrease filesize and download times.
> 
> Decrease readability as well.
> 
I'm not Tidy. :) It removes all indentation by default. I agree, it's a
tradeoff between readability.

> > [ ] More compact CSS, maybe through combining declarations and using
> > shorthand properties.
> 
> What are shorthand properties?
> 
Oh, I meant this (just an example, not from the code):

 padding: .5em 1.5em 1em;
 background: white url("background.jpg") scroll no-repeat top left;

Instead of:

 padding-top: .5em;
 padding-right: 1.5em;
 padding-bottom: 1em;
 padding-left: 1.5em;
 background-image: url("background.jpg");
 background-color: white;
 background-repeat: no-repeat;
 background-position: top left;
 background-attachment: scroll;

> > [ ] Content-Language definition (META) and xml:lang attribute (HTML)
> > should be added for better internationalization.
> 
> No, these features are not used at all. This would lead to other pages
> listing en or no language -> total mess.
> 
> > [ ] Increase text size of the left-hand navigation bars to make them
> > stand out more.
> 
> What do you mean with this?
> 
The one with "General links" and "Search". Isn't this just a question of
changing one value in the CSS? I think the text is unnecessarily small
and a leftover from the old design.

> > [ ] There are two paragraphs (P) in the search field. One would do, with
> > a BR separating the texts.
> 
> Why do "hard formatting"?
> 
I agree. This is invalid. :)

> > [ ] Accesskeys for links and a comprehensive list of them in site help.
> 
> Again not doable.. Some pages would have it, other won't -> a mess.
> 
Then do we have any control over the (X)HTML of other pages? I get the
image we don't...?

> ciao
> Christian
> -- 
> NP: The Smashing Pumpkins - X.Y.U.
> 

Regards,
Miikka Leskinen
miles_fin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to