Hi all, I'd like to change the generated HTML markup in order to eliminate redundancy. Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike" The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files. We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins. Sergiu -- http://purl.org/net/sergiu
+1 Sergiu Dumitriu wrote:
Hi all,
I'd like to change the generated HTML markup in order to eliminate redundancy.
Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike"
The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files.
We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins.
Sergiu
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
+1 On 8/20/07, Anca Paula Luca <[email protected]> wrote:
+1
Sergiu Dumitriu wrote:
Hi all,
I'd like to change the generated HTML markup in order to eliminate redundancy.
Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike"
The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files.
We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins.
Sergiu
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
+ 1 On 8/21/07, Catalin Hritcu <[email protected]> wrote:
+1
On 8/20/07, Anca Paula Luca <[email protected]> wrote:
+1
Sergiu Dumitriu wrote:
Hi all,
I'd like to change the generated HTML markup in order to eliminate redundancy.
Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike"
The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files.
We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins.
Sergiu
-- You receive this message as a subscriber of the
[email protected] mailing list.
To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
+1 On 8/17/07, Sergiu Dumitriu <[email protected]> wrote:
Hi all,
I'd like to change the generated HTML markup in order to eliminate redundancy.
Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike"
The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files.
We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins.
Sergiu -- http://purl.org/net/sergiu
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
+1 We need to be carefull with headings.. This might break many skins Ludovic Sergiu Dumitriu a écrit :
Hi all,
I'd like to change the generated HTML markup in order to eliminate redundancy.
Currently, we're using too many class attributes for the generated markup from the wiki syntax, and we're doing this in a bad manner. For example: - p class="paragraph" - h2 class="heading-1" - strong class="strong" - del class="strike"
The class attribute should only be used with semantics in mind, and saying that all p-s are paragraphs, and all strong-s are strong, this adds no semantics whatsoever, but does increase the size of the transfered files (and the page loading time), the rendering time, the cache size and the size and complexity of the CSS files.
We might have to rewrite some CSS rules, as a downside, but I think it is for the good. And it will also break some badly designed skins.
Sergiu
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
participants (7)
-
Anca Paula Luca -
Artem Melentyev -
Catalin Hritcu -
Ludovic Dubost -
Marta Girdea -
Sergiu Dumitriu -
tharindu jayasuriya