Giter Site home page Giter Site logo

Charset about code-guide HOT 5 CLOSED

mdo avatar mdo commented on July 18, 2024
Charset

from code-guide.

Comments (5)

Smedzlatko avatar Smedzlatko commented on July 18, 2024

w3.org document (http://www.w3.org/TR/html-markup/meta.charset.html) states this:

A case-insensitive match for any character set name for which the IANA [Character Sets] registry has a Name or Alias field labeled as “preferred MIME name”; or, if none of the Alias fields are so labeled, a case-insensitive match for a Name field in the registry.

from code-guide.

mdo avatar mdo commented on July 18, 2024

Either way seems fine. As @Smedzlatko I think you'll only run into trouble with an XML page (like XHTML), per the linked spec:

For documents in the XML syntax, the value of the charset attribute must be a case-insensitive match for the string "UTF-8".

So, given we're HTML, and UTF is an abbreviation, we'll leave it as capitalized I guess.

from code-guide.

zlatanvasovic avatar zlatanvasovic commented on July 18, 2024

@mdo I asked you about that because Bootstrap is using that way. :P

So, given we're HTML, and we write tags, attributes and the most of attribute values in the lower case, why shouldn't we write utf-8?

We are not writing this:

<META CHARSET="UTF-8">

😉

from code-guide.

mdo avatar mdo commented on July 18, 2024

True, but when referencing it, it's UTF, not utf. I'll leave it as-is in the guide, but folks can do whatever they like. I don't care much either way for that kind of thing.

from code-guide.

zlatanvasovic avatar zlatanvasovic commented on July 18, 2024

Okay.

from code-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.