Skip to content

Commit

Permalink
Updated readme with some further directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Jeffers committed Feb 6, 2012
1 parent f9d9b4a commit 29f8e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,11 +20,11 @@ As ems:
As px:
`$("#content p").minLineHeight("13px")`

If the amount is passed as a float or any units other than px, the script will default to ems.
If the amount is passed as a float or any units other than px, the script will default to ems. In order for min-line-height to take effect an element must have a min-width, max-width, and default line-height (serves as the max-line-height) specified in CSS. Any element without one of the three properties will simply not get processed.

# Why you can't use custom CSS properties to handle this:

Ideally, specifying them min-line-height in a CSS file would be the most manageable way of maintaining the min-line-height property, but Research found that per the CSS 2.1 spec the web browser ignores any property it doesn't recognize:
Ideally, specifying them min-line-height in a CSS file would be the more manageable, but research found that per the CSS 2.1 mandates browsers to ignore any unrecognized properties:

http://stackoverflow.com/questions/9143501/is-it-possible-to-utilize-a-custom-css-properties-with-javascript/9143684#9143684

Expand Down

0 comments on commit 29f8e58

Please sign in to comment.