手術紀錄
Version 5.0
增加功能
Issue 127
:
Embedded Images
(image URL starts with 'data:image/', continues with ';base64,' and a lot of gibberish).
HTML5 Tags
<header>
,
<section>
,
<nav>
,
<article>
,
<aside>
,
<footer>
,
<hgroup>
, and
<mark>
.
Property
TViewerBase.QuirksMode
, which can be one of qmDetect, qmStandards, and qmQuirks.
Implemented the following in Quirks mode:
List Item Markers
The default value of list-style-position is "inside" if the list-item is outside a <UL> or <OL> element, and "outside" otherwise.
Documented at
http://msdn.microsoft.com/en-us/library/gg558047%28v=vs.85%29.aspx
and by Microsoft at
http://msdn.microsoft.com/en-us/library/gg558047%28v=vs.85%29.aspx
Aligned Images
Right-aligned images have a default left margin of 3 pixels. Left-aligned images have a default right margin of 3 pixels.
Described at
http://www.cs.tut.fi/~jkorpela/quirks-mode.html
and in
Mozilla's quirks.css file
.
Delphi XE2+ only: support for Vcl.Themes
StyleService colors
using the StyleServices.GetSystemColor call. (J. Peter Mugaas)
錯誤修正
Issue 163
: Table borders not rendered correctly (same as Issue 150.3).
THtmlParser.DoMeta to handle meta without http-equiv="Content-Type" <meta charset="utf-8"> from HTML5 (Angus Robertson)
TBuffer.PeekChar did not reset the JIS state.
Do not print background color if Options.fvBackground is false. (J.Peter Mugaas)