Pierre Dubois

Results 222 comments of Pierre Dubois

You can use the accept HTML attribute on your file upload input. For example: ```html Upload: ``` You might also want to accept some content type like `application/vnd.ms-excel`. Other content...

@Garneauma > > > > @Garneauma Please co-author @duboisp :) > > > > > > > > > Already done. It is done at the commit level. > >...

> I am wondering why the `````` is coded after the `````` element I tried and upon validation, the `````` is inserted as the first child of the form element...

@RubyDo As it is said in the first paragraph of the [W3C tutorial that you are referring to](https://www.w3.org/WAI/tutorials/forms/notifications/), it is about showing a method to display error upon server validation...

We are going to release wet-boew Monday and GCWeb should be released by the end of next week. Both will be a STR release so it will be available near...

Did you means in the page content area, inside the `main` element? Do you see any error in your browser console when the equal height plugin are failing? Note: You...

The attribute `target` are removed when fieldflow are manipulating the DOM through jQuery. That because any HTML being manipulated with jQuery are sanitized with the [DOM purify](https://github.com/cure53/DOMPurify) library. The reason...

@Christopher-O yes that could be possible, but it will require to be documented and DOM purify be configured to do a such special parsing. Or to code a function in...

@jeacharb the heading level 6 is 1 pixel smaller than normal text and it's font-familly is not the same as the normal text. I understand your concern where the heading...

@samuzy we would need more technical details. I would need enough details where I will be able to reproduce the issue in a clean wet-boew environment. At least it will...