Closed Bug 161627 Opened 22 years ago Closed 22 years ago

type=' text/plain' ignored in a tag

Categories

(Core Graveyard :: File Handling, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: dhtmlkitchen, Assigned: law)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0) Gecko/20020529
BuildID:    2002052918

<a href='sample.html' type='text/plain'>source of sample</a>

HTML is parsed

Reproducible: Always
Steps to Reproduce:
1.  http://dhtmlkitchen.com/bugzilla/sample.html
2.  click link
3.  page is loaded and parsed.

Actual Results:  page is loaded and parsed.

Expected Results:  page should respect the content type specified in the type
attribute. 

http://www.w3.org/TR/html401/struct/links.html#h-12.1

type = content-type [CI]
This attribute gives an advisory hint as to the content type of the content
available at the link target address. It allows user agents to opt to use a
fallback mechanism rather than fetch the content if they are advised that they
will get content in a content type they do not support.Authors who use this
attribute take responsibility to manage the risk that it may become inconsistent
with the content available at the link target address.For the current list of
registered content types, please consult [MIMETYPES].
type is advisory. the HTTP spec says that only in the absense of a Content-Type
header can we override advisory mechanisms. INVALID.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
mass-verification of Invalid bugs.

if you don't think the report is invalid, please check to see if it has already
been reported (it might be a duplicate instead). otherwise, make sure that there
are steps (a valid test case) that clearly display the issue as an unexpected
defect.

mail filter string for bugspam: SequoiadendronGiganteum
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.