|
@@ -3373,7 +3373,6 @@ function TFresnelCSSRegistry.ReadFontVariant(Resolver: TCSSBaseResolver; Check:
|
|
|
aPosition: TCSSNumericalID): boolean;
|
|
|
var
|
|
|
KW: TCSSNumericalID;
|
|
|
- i: Integer;
|
|
|
HasValue, HasNormalOrNone, HasRuby, HasEastAsianVariant, HasEastAsianWidth,
|
|
|
HasCommonLigatures, HasOrdinal, HasDiscretionaryLigatures, HasHistoricalLigatures,
|
|
|
HasContextualLigatures, HasSlashedZero, HasNums, HasFractions: Boolean;
|
|
@@ -6931,7 +6930,6 @@ procedure TFresnelViewport.ApplyCSS;
|
|
|
procedure TraverseCSS(El: TFresnelElement);
|
|
|
var
|
|
|
i: Integer;
|
|
|
- PE: TPseudoElement;
|
|
|
begin
|
|
|
//writeln('Traverse ',El.ClassName,' CSSTypeName=',El.CSSTypeName);
|
|
|
if El<>Self then
|
|
@@ -7080,7 +7078,6 @@ procedure TFresnelViewport.GetElementsAt(const x, y: TFresnelLength; OnlyLast: b
|
|
|
El: TFresnelElement;
|
|
|
i: Integer;
|
|
|
BorderBox, r, c: TFresnelRect;
|
|
|
- aContentOffset: TFresnelPoint;
|
|
|
aBar: TPseudoElScrollBar;
|
|
|
ClipHorizontal, ClipVertical: Boolean;
|
|
|
CurX, CurY: TFresnelLength;
|