darshanmodi2010 / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

CSS border initial #562

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

#sidebar h2 { border-color: initial; }
https://developer.mozilla.org/fr/docs/CSS/initial

What is the expected output? What do you see instead?
Error 500:
_border_initial is not valid

What version of dompdf are you using? What version of PHP? On what
operating system?
0.6.0 beta 3

Please provide the HTML source code you want to convert, or any additional
information.
To resolve issues I added this lines to 
dompdf/include/abstract_renderer.cls.php :

protected function _border_initial($x, $y, $length, $color, $widths, $side, 
$corner_style = "bevel") {
    return;
  }

Original issue reported on code.google.com by petrglus...@gmail.com on 19 Mar 2013 at 4:12

GoogleCodeExporter commented 8 years ago
We've moved the project over to github. Can you re-post there.
https://github.com/dompdf/dompdf/issues

Original comment by eclecticgeek on 19 Mar 2013 at 5:55

GoogleCodeExporter commented 8 years ago
Follow this issue here: https://github.com/dompdf/dompdf/issues/612

Original comment by eclecticgeek on 27 Mar 2013 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00