/    Sign up×
Community /Pin to ProfileBookmark

conflict between mime type and document type

ok, i’m getting a validation warning when i validate my .htm file un der xhtml 1.1

it says that there is a conflict between mime type and document type. I cannot use CSS to help bypass this just straight html 4.0/xhtml 1.0-1.1

my doctype is:

[code=html]
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE html
PUBLIC “-//W3C//DTD XHTML 1.1//EN”
“http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>
[/code]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@felgallMar 25.2008 — Well the doctype says it is XHTML and the file type is for HTML.

While XHTML 1.0 can be served as HTML, XHTML 1.1 can't.
×

Success!

Help @rgfirefly24 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...