kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

Validation #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Great work! Another suggestion is to use valid markup on the test page:
http://tinyurl.com/2k8rev

Just a few easy changes are needed:
1. Add an alt attribute to images.
2. Blockquotes are required to contain only block elements. For example,
enclose the text in p tags.

Here's an example (unless the wiki sheds html elements):

<img src="test.jpg" class="pull-1 top" alt="test image." />

<blockquote>
<p>Integer cursus ornare mauris. Praesent nisl arcu, imperdiet eu, ornare
id, scelerisque ut, nunc. Praesent sagittis erat sed velit tempus
imperdiet. Ut tristique, ante in interdum hendrerit, erat enim faucibus
felis, quis rutrum mauris lorem quis sem.</p>
<p>Vestibulum ligula nisi, mattis nec, posuere et, blandit eu, ligula. Nam
suscipit placerat odio. Class aptent taciti sociosqu ad litora torquent per
conubia nostra, per inceptos hymenaeos. Pellentesque tortor libero,
venenatis vitae, rhoncus eu, placerat ut, mi. Nulla nulla.</p>
</blockquote>

Original issue reported on code.google.com by mjmontgo...@gmail.com on 6 Aug 2007 at 9:04

GoogleCodeExporter commented 8 years ago
I'll fix this, thanks! :)

Original comment by ola...@gmail.com on 8 Aug 2007 at 6:10

GoogleCodeExporter commented 8 years ago
Fixing..

Original comment by ola...@gmail.com on 8 Aug 2007 at 6:11