Two new features for the HTML color input! - an alpha attribute, allowing the user to select a translucent color. - a colorspace attribute, allowing the author to choose between srgb and display-p3. With either attribute present the value is a CSS color function instead of hex. Try it in STP 207! image
Two cool improvements are coming to <dialog> soon ™️. - button command/commandfor attributes to open dialogs without JS. - closedby attribute to enable light dismiss or disable close on esc (etc)