Попытка понять некоторые элементы HTML5Boilerplate

В HTML5Boilerplate , в строке 72 до 80 в CSS, там говорится:

/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

   There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need
   * to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to
                                                          preserve specificity 
                                                       */ 

Я пытаюсь понять, почему они упоминают Yahoo и что «взломать»?

9
задан Kriem 16 February 2011 в 14:27
поделиться