You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open the HTML menu ...
2. Scroll down to 'PPhtml' and click
3. See error in the report that is produced
Expected behavior
That PPhtml report should not claim that classes 'drop-cap-b' and 'drop-cap-c' are undefined.
Environment
• Guiguts version: 1.6-test2
• OS and version: Windows 10
• Perl version:
• Perl distribution:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Quentin Campbell:
Describe the bug
PPHTML (both DP Workbench and GG versions) incorrectly flags as being 'undefined' CSS entries that use the ::first-letter selector.
The output from the online DP Workbench version of PPHTML says:
defined CSS:
... drop-cap-a ...
used CSS:
drop-cap-a drop-cap-b drop-cap-c
not defined but used:
drop-cap-b drop-cap-c
To Reproduce
CSS :
p.drop-cap-a { color: transparent; margin-left: -1.4em; }
p.drop-cap-b:first-letter { color: transparent; margin-left: -1.4em; }
p.drop-cap-c::first-letter { color: transparent; margin-left: -1.4em; }
HTML:
QQ
QQ
QQ
1. Open the HTML menu ... 2. Scroll down to 'PPhtml' and click 3. See error in the report that is produced Expected behavior That PPhtml report should not claim that classes 'drop-cap-b' and 'drop-cap-c' are undefined.Environment
• Guiguts version: 1.6-test2
• OS and version: Windows 10
• Perl version:
• Perl distribution:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: