Skip to content

Commit a9af64d

Browse files
author
Evgeniy Prudnikov
committed
Resolve TODOs in CssPageRule and MediaExpression
DEVSIX-6348
1 parent ffc141d commit a9af64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public boolean matches(MediaDeviceDescription deviceDescription) {
203203
*/
204204
private static float parseAbsoluteLength(String value) {
205205
if (CssTypesValidationUtils.isRelativeValue(value)) {
206-
// TODO Use some shared default value (from default.css or CssDefaults)
206+
// TODO DEVSIX-6365 Use some shared default value (from default.css or CssDefaults)
207207
// rather than a constant of this class
208208
return CssDimensionParsingUtils.parseRelativeValue(value, DEFAULT_FONT_SIZE);
209209
} else {

0 commit comments

Comments
 (0)