Re: [css-d] Section Lacks Heading ?

2014-07-30 Thread Jukka K. Korpela
2014-07-31 3:59, Crest Christopher wrote: The W3C Validator is handing me this error; It is a warning, not an error message. But HTML validation in general is off-topic for this list, which is about practical use of CSS. For issues related to the W3C Markup Validation Service, consider fol

Re: [css-d] Web fonts

2014-07-30 Thread Philippe Wittenbergh
Le 31 juil. 2014 à 11:20, Stuart King a écrit : > I cannot figure out why the web font does not work for the body text. I an > using Century Gothic. I got the fonts to work with the different sub headers > and the footer. I have tried tech support frommyfonts.com - they were > worthless and n

Re: [css-d] Web fonts

2014-07-30 Thread Crest Christopher
Try Adobe Fonts, which are paid, or google, either of those you can link to the font. If you want to host yourself, try font-squirrel for royalty free images etc. Stuart King wrote: Hi CSSer's: I cannot figure out why the web font does not work for the body text. I an using Century Gothic.

[css-d] Web fonts

2014-07-30 Thread Stuart King
Hi CSSer's: I cannot figure out why the web font does not work for the body text. I an using Century Gothic. I got the fonts to work with the different sub headers and the footer. I have tried tech support from myfonts.com - they were worthless and now from monotype, also worthless. Help. ht

Re: [css-d] Section Lacks Heading ?

2014-07-30 Thread Tom Livingston
On Wed, Jul 30, 2014 at 9:44 PM, Crest Christopher wrote: > I changed a to a and the validator continues to point to the > line as an error. > > Link? -- Tom Livingston | Senior Front-End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com ___

Re: [css-d] Section Lacks Heading ?

2014-07-30 Thread Crest Christopher
I changed a to a and the validator continues to point to the line as an error. Tom Livingston wrote: I admit to not having gone through the spec itself, but here's a reliable reference: http://html5doctor.com/the-section-element/ See the part called "rules of thumb for using section". I pre

Re: [css-d] Section Lacks Heading ?

2014-07-30 Thread Tom Livingston
I admit to not having gone through the spec itself, but here's a reliable reference: http://html5doctor.com/the-section-element/ See the part called "rules of thumb for using section". I pretty sure has to have a heading of some kind. or etc. On Wed, Jul 30, 2014 at 8:59 PM, Crest Christoph

[css-d] Section Lacks Heading ?

2014-07-30 Thread Crest Christopher
The W3C Validator is handing me this error; I can't decode what it means ? I read I should replace with a but must I ? Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections. | *| _

Re: [css-d] CSS columns and figures

2014-07-30 Thread Crest Christopher
Thanks, didn't know there was a float:bottom, few other things as well. Chris Rockwell wrote: If you haven't seen this yet, it's worth the read and play time: http://alistapart.com/blog/post/ten-css-one-liners-to-replace-native-apps Chris Rockwell ___

[css-d] "Retina" MQs

2014-07-30 Thread Tom Livingston
List, This is my first attempt at serving "retina" images to "retina" devices. Will this MQ cover most of the bases? screen and (-Webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) Is there a safer and more comprehensive MQ for this purpose