-
Notifications
You must be signed in to change notification settings - Fork 27
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
Results of MDN CSS & HTML survey #245
Comments
I've used https://www.surveysystem.com/sscalc.htm to get an idea about the confidence intervals for these numbers, using a Sample Size of 659, population of 20 million, and percentages from the table above. At 95% CI, the largest interval you get is 3.68%, which would mean ~37±3.7% for CSS media queries range syntax. The meaning of this is something like "if the sample is representative of all web developers, what proportion of all web developers are we 95% confident would pick CSS media queries range syntax as one of their 5 features given these choices?" The first "if" is very important of course. This is to illustrate that many adjacent options in the ranking have overlapping confidence intervals. I'll be commenting on proposals but not using a rank number, but instead talk about top/middle/bottom third of the ranking, to somewhat mitigate this. (The boundary between each third is still uncertain.) |
Interop 2023 launched yesterday, so closing this. |
I just stumbled on this issue, very interesting! I hadn't seen those survey results before. FYI here's the options we are considering for our current version of a similar question for CSS 2023 (based on the freeform data from CSS 2022):
There are some items in there like Grid and Flexbox that we might remove even if they were popular picks (presumably people are under the mistaken impression that these aren't well-supported by modern browsers, and we don't want to reinforce that impression). Also, as you can see the two lists are quite different, I was wondering why items like subgrid, has, |
@SachaG we dropped a few options from the MDN short survey because we fully expected them to be the top picks and we'd get less signal about the remaining areas. IIRC, that included at least Are you still planning a freeform question for State of CSS 2023, or just a multiple choice one? |
Ok that's what I thought, that makes sense. Our current plan is to have multiple choice questions with an "other…" option for browser compatibility issues and missing CSS features, and then probably just a freeform textfield for "other CSS pain points". |
I think that if there's only one question, freeform as in https://2022.stateofcss.com/en-US/usage/#interoperability_features_freeform seems like a safer bet. Or are you making the same change to all surveys? |
These are the results of one of the surveys designed in #196. 10% of visitors to the CSS and HTML sections of MDN were shown this survey between Oct 31 and Nov 7, and there were 659 responses. It was possible to select up to 5 options. The question was:
@media screen and (428px < width < 744px)
)@property
)attr()
function)round()
,sin()
,pow()
,abs()
, etc.)color()
,lab()
, gradients, etc.):nth-child()
pseudo-class with selector-list argumentbackdrop-filter
propertyborder-image
,image()
,image-set()
)contain
,contain-intrinsic-size
,content-visibility
):blank
and:empty
pseudo-classes@scope
at-rule)mask
property (mask-image
,mask-mode
, etc.)outline
property (includingoutline-color
):user-invalid
and:user-valid
pseudo-classescomputedStyleMap()
API)offset-path
,offset-distance
, etc.)leading-trim
property:dir()
pseudo-classThe text was updated successfully, but these errors were encountered: