-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-display] Consider renaming box-suppress property to box-generation #343
Comments
Hmmm, that's not bad. "generation" butts right up against my feel for "too-complex spelling", but I think it could be okay. |
Well, except that |
I like |
Definitely agree with renaming the property! Also think -generation is a bit long. An earlier proposal was Wrt value names... I'm okay with |
Btw, some history on this property: https://lists.w3.org/Archives/Public/www-style/2013Mar/0095.html I'm not sure that the UA rule suggested there would be Web-compatible at this point. If it's not, then we could go back to having |
|
It really depends on what the author is trying to do. In both cases,the layout is the same. But I think quite a few situations where authors want to use 'display: none', they actually want the hide behavior, which preserves the animation timer and CSS counters. It also keeps the box in the tree, so in implementations could end up more performant for cases where speed is more important than memory savings. At least, these are the goals. :) We still have to work out the details. |
(Please add) Agenda+ for comment #6. The question: is the original UA-stylesheet motivation for keeping
|
Could the display property be split? Say Just a thought! |
Yep! That's exactly what I wrote 11 days ago in #343 (comment) :) |
Hey, I didn't object to today's resolution that we should probably try to harmonize "box-suppress" and "display" but I am still not convinced either that what we want is any different from what "visibility: collapse" does provide for tables internal elements already. Scanning through this thread yields So, to summarize:
As a result, I am still not quite sure why we would not just follow the unification route where we just allow I guess this is one of the things we can discuss irl this Friday when you come by the office. |
(@fantasai mentioned that |
Here's the resolution to tuck this |
…#343 (comment)> per WG resolution <https://lists.w3.org/Archives/Public/www-style/2016Aug/0034.html>. Not edited in due to expectation of deferring to next level with the next publication cycle.
As referenced from the link in #343 (comment) the resolution was:
but surprisingly (to me) there are no follow-up issues linked from here for the long hands. Was an issue ever raised? |
I suggest renaming
box-suppress
(defined here) to something with a positive context rather than a negative one. The issue is thatbox-suppress: discard;
may be confusing because of the inherent double-negative. An author may think thatbox-suppress: discard;
means the previousbox-suppress
value is discarded.I suggest
be renamed to
where the values map from
show
toinitial
,discard
tonone
, andhide
tono-layout
.The text was updated successfully, but these errors were encountered: