Skip to content

Commit d5dc7ad

Browse files
Evgeniy PrudnikoviText-CI
authored andcommitted
Resolve TODOs in CssPageRule and MediaExpression
DEVSIX-6348 Autoported commit. Original commit hash: [a9af64d40]
1 parent c26a5a4 commit d5dc7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.styledxmlparser/itext/styledxmlparser/css/media/MediaExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public virtual bool Matches(MediaDeviceDescription deviceDescription) {
241241
/// </returns>
242242
private static float ParseAbsoluteLength(String value) {
243243
if (CssTypesValidationUtils.IsRelativeValue(value)) {
244-
// TODO Use some shared default value (from default.css or CssDefaults)
244+
// TODO DEVSIX-6365 Use some shared default value (from default.css or CssDefaults)
245245
// rather than a constant of this class
246246
return CssDimensionParsingUtils.ParseRelativeValue(value, DEFAULT_FONT_SIZE);
247247
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ffc141d097ec67efe16fc83fbf565125712f9da4
1+
a9af64d404f47031ce2c551abf31fa781df0ac64

0 commit comments

Comments
 (0)