Bug 726548 - <superscript> tags display an "Unvalidated Tag Warning"
Summary: <superscript> tags display an "Unvalidated Tag Warning"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.6
Hardware: All
OS: Linux
unspecified
low
Target Milestone: 3.0
Assignee: Jeff Fearn 🐞
QA Contact: Ruediger Landmann
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-28 23:54 UTC by Misha H. Ali
Modified: 2012-10-31 03:10 UTC (History)
2 users (show)

Fixed In Version: 3.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-31 03:10:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Misha H. Ali 2011-07-28 23:54:05 UTC
Description of problem:

Usage of the <superscript> tags results in a warning when building the book:

*WARNING: Unvalidated tag: 'superscript'. This tag may not be displayed correctly, may generate invalid xhtml, or may breach Section 508 Accessibility standards.

Used in this case to mark up the following:

"... for the n<superscript>th</superscript> node ..."

The output in en-US html-single using Chrome and Firefox displays correctly as superscript, but the text included in this tag is colored grey instead of black.


Version-Release number of selected component (if applicable):


How reproducible:

Everytime.

Steps to Reproduce:
1. Create a publican book.
2. Mark up text with <superscript> and </superscript>
3. Build the book (in the reported instance, using html-single and en-US).

  
Actual results:

1. Warning during build.
2. Odd coloring for marked up text in the tmp/en-US/html-single/index.html file.

Expected results:

1. If tags are valid, no warning should display when building the book.
2. The marked up text should be located higher and be smaller in size than normal text and retain the default black color used for normal text.

Additional info:

I am informed that "Unvalidated" means that no QA has ever been done on that tag and the presentation is not known.

Comment 1 Jeff Fearn 🐞 2011-11-17 05:14:16 UTC
Added support for superscript, fixed color.

Applied to branches/publican-2x and trunk.

Committed revision 1952.

Comment 2 Misha H. Ali 2012-04-22 21:12:29 UTC
Verified size, position and color on:

OS: Fedora 16
Publican: 3.0
Release designation: publican-3.0-0.fc16.t166.src.rpm


Note You need to log in before you can comment on or make changes to this bug.