@@ -36,14 +36,14 @@ <h3>CR-css-values-3-20190606</h3>
36
36
// docEl.appendChild(div)
37
37
var parentDivComputedStyle = window . getComputedStyle ( parentDiv )
38
38
var childDivComputedStyle = window . getComputedStyle ( childDiv )
39
- var oneRemTrueClientWidth = parentDiv . clientWidth
40
- var oneRemTrueWidth = parentDivComputedStyle . width
41
- var oneRemTrueFontSize = parentDivComputedStyle . fontSize
42
- var oneRemTruePadding = parentDivComputedStyle . padding
39
+ var oneRemComputedClientWidth = parentDiv . clientWidth
40
+ var oneRemComputedWidth = parentDivComputedStyle . width
41
+ var oneRemComputedFontSize = parentDivComputedStyle . fontSize
42
+ var oneRemComputedPadding = parentDivComputedStyle . padding
43
43
44
- var dotOneRemTrueWidth = childDivComputedStyle . width
45
- var dotOneRemTrueFontSize = childDivComputedStyle . fontSize
46
- var dotOneRemTruePadding = childDivComputedStyle . padding
44
+ var dotOneRemComputedWidth = childDivComputedStyle . width
45
+ var dotOneRemComputedFontSize = childDivComputedStyle . fontSize
46
+ var dotOneRemComputedPadding = childDivComputedStyle . padding
47
47
48
48
// console.log(parentDivComputedStyle)
49
49
// console.log(childDivComputedStyle)
@@ -57,13 +57,13 @@ <h3>CR-css-values-3-20190606</h3>
57
57
'initialDocElFontSize: ' + initialDocElFontSize + '<br><br>' +
58
58
'computedDocElFontSize: ' + computedDocElFontSize + '<br><br>' +
59
59
// 'testDivStyle: ' + testDivStyle + '<br><br>' +
60
- 'oneRemTrueClientWidth : ' + oneRemTrueClientWidth + '<br><br>' +
61
- 'oneRemTrueWidth : ' + oneRemTrueWidth + '<br><br>' +
62
- 'oneRemTrueFontSize : ' + oneRemTrueFontSize + '<br><br>' +
63
- 'oneRemTruePadding : ' + oneRemTruePadding + '<br><br>' +
64
- 'dotOneRemTrueWidth : ' + dotOneRemTrueWidth + '<br><br>' +
65
- 'dotOneRemTrueFontSize : ' + dotOneRemTrueFontSize + '<br><br>' +
66
- 'dotOneRemTruePadding : ' + dotOneRemTruePadding + '<br><br>' +
60
+ // 'oneRemComputedClientWidth : ' + oneRemComputedClientWidth + '<br><br>' +
61
+ 'oneRemComputedWidth : ' + oneRemComputedWidth + '<br><br>' +
62
+ 'oneRemComputedFontSize : ' + oneRemComputedFontSize + '<br><br>' +
63
+ 'oneRemComputedPadding : ' + oneRemComputedPadding + '<br><br>' +
64
+ 'dotOneRemComputedWidth : ' + dotOneRemComputedWidth + '<br><br>' +
65
+ 'dotOneRemComputedFontSize : ' + dotOneRemComputedFontSize + '<br><br>' +
66
+ 'dotOneRemComputedPadding : ' + dotOneRemComputedPadding + '<br><br>' +
67
67
''
68
68
69
69
// document.body.insertBefore(txt, document.body.firstChild)
0 commit comments