Valid W3C HTML
Permalink
Hi!
I would like to ask if there is some HTML code refactorisation planned for Concrete5 blocks to make them W3C valid.
For example YouTube block is not validated because of ampresand in URL's and an embed tag. I believe it should be based on OBJECT tag instead of embed.
Link with post about validation of embed tag:
http://www.v7n.com/forums/coding-forum/23410-html-validation-flash-...
There are also few problems with other blocks. It's not a big effort to repair it but it would be better if it's done in base version.
It would be great if developer shouldnt have to change block's HTML to make them W3C valid on their own.
I think you should also check for W3C validation before releasing 3rd party modules to marketplace.
I would like to ask if there is some HTML code refactorisation planned for Concrete5 blocks to make them W3C valid.
For example YouTube block is not validated because of ampresand in URL's and an embed tag. I believe it should be based on OBJECT tag instead of embed.
Link with post about validation of embed tag:
http://www.v7n.com/forums/coding-forum/23410-html-validation-flash-...
There are also few problems with other blocks. It's not a big effort to repair it but it would be better if it's done in base version.
It would be great if developer shouldnt have to change block's HTML to make them W3C valid on their own.
I think you should also check for W3C validation before releasing 3rd party modules to marketplace.
My W3C valid code for view.php in youtube block:
Viewing 15 lines of 19 lines. View entire code block.
This topic has been discussed much. Just type "w3c valid" into the search field and you'll have plenty to peruse. :-)
-Steve
-Steve