This is a page from the Cascading Style Sheets Working Group Blog. Some other places to find information are the “current work” page, the www-style mailing list, the Future of CSS syndicator, and the issue list on Github.
Do you want to know how the CSS WG works? Fantasai has written about:csswg, An Inside View of the CSS Working Group at W3C.
Two CSS modules became Candidate Recommendation: CSS Backgrounds and Borders and CSS Multi-column Layout.
It is now time to see if the specifications can be implemented. Large parts of both modules have already been implemented experimentally in various browsers and other software. Over the next six months, the working group plans to develop a test suite and then use the results of testing to decide if the specifications are ready to become W3C Recommendations.
Feedback on the specifications, in particular experience with implementing them, can be sent to the mailing list <www-style@w3.org>. Please, include the short name of the specification between square brackets [] in the subject of any message you send. That is:
[css3-multicol]
or
[css3-background]
Many thanks to all who helped with comments, tests, and implementations!
The Selectors specification was just advanced to Proposed Recommendation
by the W3C Director. That means that the specification has successfully
passed public review and has been sufficiently implemented to no longer
need a status as Candidate Recommendation (which is also known as “call
for implementations”).
Currently, the W3C members are reviewing the specification one last
time. Of course, we think we have done our job well and they won’t find
anything wrong. They have a little over a month for that task.
However, the specification will not immediately become a W3C
Recommendation at the end of the review period. That is because
Selectors has normative references in its bibliography to
CSS 2.1 and to
the CSS Namespaces
module, and so it was decided that those have to
become Recommendations first. That ensures that W3C Recommendations are
as stable as possible, by only depending on other Recommendations.
A bit of history: Selectors became Candidate Recommendation already in
2001, but a couple of proposed features (‘:contains’, ‘::selection’)
were never implemented and turned out to be difficult enough that we
abandoned them for now. To fix the draft with respect to those problems,
a new working draft was made in 2005, which was updated one last time
earlier this year.
You can see the last changes we made to the specification in the
disposition of comments. Nothing major changed, but a number of
descriptions were improved.
The CSS Validator implements the latest Selectors. To check a style sheet, it is enough to choose “CSS level 3” as the profile in the Web interface.
pointer-events applied to HTML (not just SVG). Only two values are supported: auto and none.color-correction addition.start and end values to float (CSS3 Box Model)background-opacity; considering functionality for future specs, but probably not in that form. (See previous discussions on targetting filters.)box-break: continuous | each-box will be renamed box-decoration-break: slice | clone unless there is consensus on a better proposal.The CSS WG looked, among other things, at the stability of the Backgrounds and Borders module and an issue with replaced elements and ‘run-in’ in CSS 2.1.
There was also news about Selectors: after seeing the number of implementations, the Director agreed to give the specification Proposed Recommendation status. The review period will start in a few days.
the shadow is cast by a negative of the alpha channel, then clipped)
to the actual alpha channel
The pieces we’d need to address, in various)
combinations: background layers, border (one piece), content (one piece)
filter property would be able toIt is proposed to add media queries to <video> and then
to also define queries for the user’s special needs. These new media queries
will go into a new media queries module.
Reviewed status of CSS2.1 test suite. Still on track wrt
roadmap.
fantasai has a rough coverage report, but is missing many of Microsoft’s tests
because they don’t have the right metadata. (Microsoft’s management is preventing
Arron from correcting the tests.)
color-correction property withdefault and srgb where defaultsrgb corrects untagged images to sRGB.display: run-inWorked through issues summarized in Bert’s email
::first-lines and run-ins.Reviewed examples of copyfitting by changing the font size and various past
proposals for addressing some of the use cases. Intentions can be split into:
dbaron proposes a copyfit property to trigger these behaviors. An alternate
proposal is to incorporate this into text-justify.
Related behaviors were mentioned: specifically, triggering justification on
the last line only if it’s longer than a certain threshold; and specifying
a minimum length for the last line, which would trigger whole-paragraph
justification if the last line were not long enough.
Conclusion is to add some notes to css3-text and leave it for the next active
editor to deal with.
font-variant and font feature support in CSSJohn Daggett proposes adding subproperties to font-variant
for allowing access to the more common OpenType features. font-variant
would become a shorthand for font-variant-ligatures,
font-variant-alternates, font-variant-caps,
font-variant-numeric, font-variant-position.
There some concern about fallback behavior for subscript and superscript
features, and winding up with either a complete loss of semantics or a
double-sub/superscript rendering.
John notes that OpenType has language-sensitive rendering, and proposes
allowing an explicit choice of typographic language different from the content
language.
There’s concern about exposing alternate glyphs from a generic mechanism
such as font-variant, because the choices are very font-specific. Proposals
include dealing with it in @font-face; and pairing the glyph set number with
the font name so that it only triggers on that font name.
Otherwise the WG is mostly in agreement and pressures jdaggett into putting
his proposal in the editor’s draft. 🙂
text-overflow: ellipsisResolved: Only horizontal overflow triggers for
text-overflow: ellipsis. Add a new keyword for handling ellipsis due to
vertical overflow (where the ellipsis appears on the last line only).
Discussed other issues with text-overflow, including:
overflow, whether it prevents overflow, whetheroverflow: hidden, what happens with overflow: scroll,Apparently some of these questions were
resolved over lunch.
Browse by date:
Browse by category: