Bug 172112

Summary: Can't read value of page-break-* from inline styles
Product: WebKit Reporter: Comandeer <vepomoc>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hyatt, jh718.park, m.lewandowski, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 10   
Hardware: Unspecified   
OS: macOS 10.12   

Description Comandeer 2017-05-15 04:56:33 PDT
If element has inline styles including one of the page-break-* properties, these properties can't be read from element.style property – it always returns empty string. However trying to get these styles using getComputedStyle seems to be working correctly.

I've created a small demo that shows the issue: https://jsfiddle.net/coq2q582/2/

Safari version: 10.1 (12603.1.30.0.34)
Comment 1 Radar WebKit Bug Importer 2017-05-19 22:29:35 PDT
<rdar://problem/32310294>
Comment 2 Joonghun Park 2021-09-11 01:33:45 PDT

*** This bug has been marked as a duplicate of bug 197656 ***