Re: [9] Review request: 8180338: Additional HTML5 cleanup

2017-06-12 Thread Kevin Rushforth
Jonathan (Giles) and Jon (Gibbons), Here is an updated webrev for this bug that fixes all errors and warnings in "introduction_to_fxml.html" reported by tidy. It additionally fixes 3 of the warnings (there were already no errors) in cssref.html. As with the previous webrev, the outdated "faq.h

[10] Review request: JDK-8181976 - Specifying desired dimensions for Image with HiDPI (@2x) variant gets the size wrong

2017-06-12 Thread Jim Graham
JBS: https://bugs.openjdk.java.net/browse/JDK-8181976 webrev: http://cr.openjdk.java.net/~flar/JDK-8181976/webrev.00/ Simple fix is to carry the double "size requested" values all the way down to where the image pixel scale is determined (not strictly required, but important for precision) and t