Looks like some very nice and practical work!
Off topic, can anyone add insight into cross-browser usage of form
controls within contenteditable elements? This would be potentially very
handy, e.g., to replicate the functionality of one of my favorite old
desktop apps, StickyBrains which allowed sticky notes, e.g. for todos,
to include user-added checkboxes or other form controls, but I see that
if I add a checkbox in the source code of say
http://ckeditor.com/demo ,
the checkbox element does not display a checkbox when clicked.
Thanks,
Brett
On 11/20/2012 10:47 PM, Jeremie Patonnier wrote:
> Hi!
>
> I'm still working on the HTML Forms Guide on MDN and the work goes well.
> The new addition is the part dedicated to CSS and Forms.
>
> There are 3 articles dedicated to this complex topic:
>
> -
https://developer.mozilla.org/en-US/docs/HTML/Forms/Styling_HTML_forms
> This article describe the basics
> -
>
https://developer.mozilla.org/en-US/docs/Advanced_styling_for_HTML_forms
> This one dig into the difficulties that will occur with CSS and Forms
> -
>
https://developer.mozilla.org/en-US/docs/Properties_compatibility_table_for_forms_widgets
> And this one is 3 giant compatibility tables about the CSS properties
> when they are applied on forms elements
>
> As usual, I welcome any feedback you could have :)
>
> Note that the third article about compatibility is not really readable. I
> plan to update it by the end of the year so feel free to focus on the
> content rather than the design of the article ;)
>
> Cheers