2024-04-18 15:43 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002641LibCSSLibCSSpublic2020-05-27 09:23
ReporterRalf Junker 
Assigned ToMichael Drake 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
Summary0002641: CSS properties inheritance
DescriptionLibCSS inherits some properties which according to the CSS specs should not inherit:

* column-gap - https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
* column-width - https://developer.mozilla.org/en-US/docs/Web/CSS/column-width
* content - https://developer.mozilla.org/en-US/docs/Web/CSS/content
* counter-increment - https://developer.mozilla.org/en-US/docs/Web/CSS/counter-increment
* outline-color - https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color
* outline-width - https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width

Should and could this be changed and tested for?
Steps To ReproduceRun the CSS select test program on the following data:


#tree
| body
| p*
#ua
body {
  column-gap: 234em;
    column-width: 80pt;
    content: body-content;
    counter-increment: body-counter-increment;
    outline-color: red;
    outline-style: dotted; }
p { }
#errors
#expected
align-content: stretch
align-items: stretch
align-self: auto
background-attachment: scroll
background-color: #00000000
background-image: none
background-position: 0% 0%
background-repeat: repeat
border-collapse: separate
border-spacing: 0px 0px
border-top-color: #ff000000
border-right-color: #ff000000
border-bottom-color: #ff000000
border-left-color: #ff000000
border-top-style: none
border-right-style: none
border-bottom-style: none
border-left-style: none
border-top-width: 2px
border-right-width: 2px
border-bottom-width: 2px
border-left-width: 2px
bottom: auto
box-sizing: content-box
break-after: auto
break-before: auto
break-inside: auto
caption-side: top
clear: none
clip: auto
color: #ff000000
column-count: auto
column-fill: balance
column-gap: normal
column-rule-color: #ff000000
column-rule-style: none
column-rule-width: 2px
column-span: none
column-width: auto
content: normal
counter-increment: none
counter-reset: none
cursor: auto
direction: ltr
display: inline
empty-cells: show
flex-basis: auto
flex-direction: row
flex-grow: 0.000
flex-shrink: 1.000
flex-wrap: nowrap
float: none
font-family: sans-serif
font-size: 12pt
font-style: normal
font-variant: normal
font-weight: normal
height: auto
justify-content: flex-start
left: auto
letter-spacing: normal
line-height: normal
list-style-image: none
list-style-position: outside
list-style-type: disc
margin-top: 0px
margin-right: 0px
margin-bottom: 0px
margin-left: 0px
max-height: none
max-width: none
min-height: 0px
min-width: 0px
opacity: 1.000
order: 0
outline-color: invert
outline-style: none
outline-width: 2px
overflow-x: visible
overflow-y: visible
padding-top: 0px
padding-right: 0px
padding-bottom: 0px
padding-left: 0px
position: static
quotes: none
right: auto
table-layout: auto
text-align: default
text-decoration: none
text-indent: 0px
text-transform: none
top: auto
unicode-bidi: normal
vertical-align: baseline
visibility: visible
white-space: normal
width: auto
word-spacing: normal
writing-mode: horizontal-tb
z-index: auto
#reset
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files

-Relationships
+Relationships

-Notes
Michael Drake

~0001914

Michael Drake (administrator)

Fixed in 4989d72549b53f751d2999a771e0bc6737015810.

Thanks for the report, and especially for the test case! :)
Vincent Sanders

~0002259

Vincent Sanders (administrator)

Thankyou for reporting this issue.
We believe this is fixed in the 3.10 release.
If this is not the case please feel free to reopen the issue with additional details.
+Notes

-Issue History
Date Modified Username Field Change
2019-04-09 09:41 Ralf Junker New Issue
2019-05-06 15:45 Michael Drake Assigned To => Michael Drake
2019-05-06 15:45 Michael Drake Status new => assigned
2019-05-12 16:44 Michael Drake Status assigned => resolved
2019-05-12 16:44 Michael Drake Resolution open => fixed
2019-05-12 16:44 Michael Drake Note Added: 0001914
2020-05-27 09:23 Vincent Sanders Status resolved => closed
2020-05-27 09:23 Vincent Sanders Note Added: 0002259
+Issue History