Changeset 20704 for S60/trunk/WebCore

Show
Ignore:
Timestamp:
04/04/07 10:33:31 (22 months ago)
Author:
zbujtas
Message:

2007-04-04 bujtas <zbujtas@gmail.com>

Reviewed by Sriram.
DESC: change nested <q> behavior so that q q {} gets ' instead of " -antti(c).
http://bugs.webkit.org/show_bug.cgi?id=13280


  • khtml/css/html4.css:
  • khtml/css/html4_gcce.css:
Location:
S60/trunk/WebCore
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebCore/ChangeLog

    r20657 r20704  
     12007-04-04  bujtas  <zbujtas@gmail.com> 
     2 
     3        Reviewed by Sriram. 
     4        DESC: change nested <q> behavior so that q q {} gets ' instead of "  
     5        http://bugs.webkit.org/show_bug.cgi?id=13280 
     6         
     7        * khtml/css/html4.css: 
     8        * khtml/css/html4_gcce.css: 
     9 
    1102007-04-02  yongjzha  <yonjun.zhang@nokia.com> 
    211 
  • S60/trunk/WebCore/khtml/css/html4.css

    r19733 r20704  
    8888} 
    8989 
     90q q:before { 
     91    content: "'" 
     92    /* FIXME: content: open-quote; */ 
     93} 
     94 
     95q q:after { 
     96    content: "'" 
     97    /* FIXME: content: close-quote; */ 
     98} 
     99 
    90100bgsound { 
    91101    display: none; 
  • S60/trunk/WebCore/khtml/css/html4_gcce.css

    r18194 r20704  
    8888} 
    8989 
     90q q:before { 
     91    content: "'" 
     92    /* FIXME: content: open-quote; */ 
     93} 
     94 
     95q q:after { 
     96    content: "'" 
     97    /* FIXME: content: close-quote; */ 
     98} 
     99 
    90100bgsound { 
    91101    display: none;