Bug 59507 - CSS2: quotes are not implemented
Summary: CSS2: quotes are not implemented
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Allan Sandfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-08 12:21 UTC by S Leiber
Modified: 2005-02-15 16:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S Leiber 2003-06-08 12:21:43 UTC
Version:            (using KDE Devel)
Compiler:          gcc 3.2.2 
OS:          Linux

we don't change the quotes if it was changed in the div we only use the first given. You can see it on this page:
http://www.meyerweb.com/eric/css/tests/css2/sec12-04-01.htm

Sven
Comment 1 Moritz Moeller-Herrmann 2003-06-08 16:25:38 UTC
quote setting is not implemented at all in KDE-CVS-2003-6-3 
Comment 2 Allan Sandfeld 2005-02-15 16:45:42 UTC
CVS commit by carewolf: 

The big generated content: counters and quotes patch. 
ASFAIK this completes our implementation of CSS 2.1 for screen media!
It also solves a number of tricky bugs in list-item counting.

FEATURE: 59507
BUGS: 66801, 73142, 95941, 96084
----------------------------------------------------------------------


  A            rendering/counter_tree.cpp   1.1 [LGPL (v2+)]
  A            rendering/counter_tree.h   1.1 [LGPL (v2+)]
  A            rendering/render_generated.cpp   1.1 [LGPL (v2+)]
  A            rendering/render_generated.h   1.1 [LGPL (v2+)]
  M +12 -0     ChangeLog   1.380
  M +1 -8      test_regression_fontoverload.cpp   1.31
  M +1 -1      css/css_renderstyledeclarationimpl.cpp   1.6
  M +4 -0      css/css_renderstyledeclarationimpl.h   1.2
  M +17 -5     css/css_valueimpl.cpp   1.99
  M +24 -6     css/css_valueimpl.h   1.59
  M +105 -35   css/cssparser.cpp   1.310
  M +2 -0      css/cssparser.h   1.80
  M +54 -5     css/cssstyleselector.cpp   1.343
  M +3 -5      css/html4.css   1.144
  M +2 -1      dom/css_value.cpp   1.30
  M +3 -3      rendering/Makefile.am   1.42
  M +27 -22    rendering/enumerate.cpp   1.2
  M +3 -3      rendering/enumerate.h   1.2
  M +15 -6     rendering/render_container.cpp   1.59
  M +48 -88    rendering/render_list.cpp   1.106
  M +16 -21    rendering/render_list.h   1.41
  M +184 -0    rendering/render_object.cpp   1.282
  M +23 -1     rendering/render_object.h   1.204
  M +144 -1    rendering/render_style.cpp   1.78
  M +32 -6     rendering/render_style.h   1.117
  M +2 -2      rendering/render_text.h   1.119