Fedora Spins download page markup

KATO Tomoyuki tomo at dream.daynight.jp
Wed Dec 7 13:02:53 UTC 2011


Hi website team,

Fedora Spins download page [1] have a problem in Japanese.
h3 header strings "Direct Download" are displayed 
at wrong position as an attachment (in Japanese).
As far as I looked, this problem occurs in 
particular language (like Japanese).

By my understanding, span element is inline 
element, so it may be related with this problem.
An inline element can't include block element like h4.
Alternatively, using div block element looks good.
Can you change HTML as below (and related CSS) 
for all spins download page?

--
- <h3>Torrent Download</h3>
- <span class="download-option" id="opt1">
- ...
- </span>
- <span class="download-option" id="opt2">
- ...
- </span>
- <h3>Direct Download</h3>
+ <h3>Torrent Download</h3>
+ <div class="download-option" id="opt1">
+ ...
+ </div>
+ <div class="download-option" id="opt2">
+ ...
+ </div>
+ <h3>Direct Download</h3>
--

[1] http://spins.fedoraproject.org/ja/design/#downloads

--tomo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: download.png
Type: application/octet-stream
Size: 40800 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/websites/attachments/20111207/70d9e9d9/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: download_OK.png
Type: application/octet-stream
Size: 37559 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/websites/attachments/20111207/70d9e9d9/attachment-0001.obj>


More information about the websites mailing list