Re: Web-design in Fedora

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2006-05-06 at 14:47 -0500, Bruno Wolff III wrote:
> On Sat, May 06, 2006 at 11:39:38 -0700,
>   "Michael A. Peters" <mpeters@xxxxxxx> wrote:
> > 
> > I'd suggest looking at xhtml
> > 
> > Any fairly recent browser supports it.
> 
> Except that you need to use a bogus content type to get IE to deal with it.
> 

Works for me just fine in IE6 running in Wine.
What bogus "content type" are you referring to?

I know Firefox has some issues if certain things are not set (IE the id
attribute won't work as an anchor).

I think it is either

<?xml version="1.0" encoding="utf-8"?>

or

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd";>

that are required for Firefox to properly handle it.

The second is required for validation anyway.
The first I believe is only required if you are not sending the correct
mime type with the document.

Are either of those what you were referring to?
If so - IE is not to blame if an incorrect mime-type is set (IE if it is
sent as text/html then IE is not at fault for using html instead of
xhtml to parse it)

Now there are some cases where IE blatantly ignores the specified mime
type. So having it in the document doesn't hurt.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux