stasoid
315738cc4d
fix blockquote
2022-03-08 20:48:26 +06:00
Yuri Kobets
30409bd842
Rollback the pull request #13 - hardcoded styles are not very good.
...
The same effect can be achieved via master.css. When render html into the source with calculated
width/height (like tooltips) we can set width/height into "auto" to get valid width instead of the maximum width.
2015-06-06 04:45:57 +03:00
Yuri Kobets
81207e27b7
Fix for tag <br clear="all">
2015-05-22 22:49:59 +03:00
yuri.kobets@gmail.com
909e17b1d7
* Added support for CSS selectors:
...
:first-of-type
:last-of-type
:only-of-type
:only-child
:nth-of-type(n)
:nth-last-of-type(n)
:not(selector)
:link
2014-01-21 19:40:39 +00:00
yuri.kobets@gmail.com
ce278122ce
Improved tables rendering. Added border-collapse CSS property.
2014-01-06 04:50:25 +00:00
yuri.kobets@gmail.com
30fc0c1527
Calculating heights, margins and padding with percentages value are brought into compliance CSS standards.
...
Fixed the position calculating of absolute positioned elements.
2013-08-31 22:00:08 +00:00
yuri.kobets@gmail.com
b7ed5e573c
some changes in master.css
2013-08-11 00:19:57 +00:00
yuri.kobets@gmail.com
c04df5716d
Improved font sizes. Added <font> tag and align property of <div> tag.
2013-07-14 23:42:00 +00:00
yuri.kobets@gmail.com
857f909fcd
Fixed: Some links are not working because element::get_inline_boxes don't ignore the skipped elements.
...
Added the "nowrap" styles into <td> and <th> tags (see master.css).
2013-07-12 22:26:55 +00:00
yuri.kobets@gmail.com
cd77c14ea3
Added support for white-space CSS property.
2013-07-10 21:15:50 +00:00
yuri.kobets@gmail.com
b8d0631334
* The litebrowser is switched to cairo engine (including fonts)
...
* Added handling the !important in CSS
2013-06-09 01:37:06 +00:00
yuri.kobets@gmail.com
5d213c98b0
1. Removed m_inlines array, now elements are rendered from m_children array.
...
2. Improved positions of the absolute elements: correct handling auto value for left, top, right, bottom
3. Calculating CSS selectors specificity and sorting selectors with by specificity.
2012-07-21 10:23:31 +00:00
yuri.kobets@gmail.com
900ac9dd95
2012-06-24 00:28:03 +00:00
yuri.kobets@gmail.com
b3b2dc7252
2012-06-17 23:40:01 +00:00
yuri.kobets@gmail.com
f44c6acd80
2012-05-27 21:02:20 +00:00
yuri.kobets@gmail.com
eca5cfca94
2012-05-19 19:34:59 +00:00
yuri.kobets@gmail.com
b5417526f2
2012-05-01 22:08:37 +00:00