Giter Site home page Giter Site logo

html5resetcss's People

Watchers

 avatar

html5resetcss's Issues

reset :focus

you can reset focus too

:focus {
    outline: 0;
}

it is just a suggestion


Thank you for your valuable job :-)




Original issue reported on code.google.com by [email protected] on 23 Dec 2009 at 7:26

body { line-height: 1;} shouldn't be there

"line-height: 1" is not how Firefox 4, Chrome or IE9 render HTML5 pages. If you 
delete that line from the css, then it renders as the newer browsers do in 
regards to this one item.

Original issue reported on code.google.com by [email protected] on 15 Dec 2010 at 3:20

File not clearly licensed.

What version of the product are you using? On what operating system?
html5reset-1.6.1.css

When comparing the licensing stuff to other projects, one could guess that the 
"code license" applies to the project files, while the content license applies 
to the documentation but, as there is no documentation.So it should be clearly 
mentioned the license which is required in the reset.css file. The page shows 
conflicting choices of GPLv2 and CC 3.0 by and the file itself includes no 
hint. As using the gpl v2 for such stuff seems to be rather restrictive, rather 
using permissive MIT/BSD/ license for such stuff seems more appropriate, so 
everybody can use it.

Original issue reported on code.google.com by [email protected] on 2 Jul 2012 at 4:04

small, h1, h2, h3, h4, h5, h6

small, and h1, h2 and other headlines resetted...

For usage of small:
small { font-size: smaller; }

For usage of heading tags (h1-h6):
h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

h4 {
    display: block;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: 0.83em;
    font-weight: bold;
}
h6 {
    display: block;
    font-size: 0.67em;
    font-weight: bold;
}

Original issue reported on code.google.com by [email protected] on 9 Jun 2011 at 1:20

Error message (balloon) for form has odd behavior

What steps will reproduce the problem?
1. http://demo.52framework.com/demos/blog/article.html in FF 4.0
2. Don't fill the form but click on submit
3. The balloon fixes position on the screen when you scroll

1. http://demo.52framework.com/demos/blog/article.html in Chrome 10.0.648.x
2. Don't fill the form but click on submit
3. The balloon is not a balloon

---
Please fix it: replace "div" with "body div".

The boilerplate project has fixed it. (See the discussion at 
https://github.com/paulirish/html5-boilerplate/issues/374 .)
They fixed it in the reset.ccs -> see here: 
https://github.com/jamwil/html5-boilerplate/commit/5cad48ced5738704e63183b4053b5
6b5a9d77638

Thanks a lot! :)

Original issue reported on code.google.com by [email protected] on 16 Jun 2011 at 2:16

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.