Issue 3249: FormFile does not allow "value" as an attribute#5425
Issue 3249: FormFile does not allow "value" as an attribute#5425ThaDafinser wants to merge 2 commits into
Conversation
|
Please do not merge yet. I'm not 100% sure yet, if it's not a BC break. Since there was test, which tested if there is a value set... |
|
I can not see a BC break, because the attribute is not used by browsers. (security restrictions) So: 👍 |
|
The problem with your approach is that the attribute is actually valid within HTML 4.01, XHTML 1.0/1.1, but is not allowed within HTML5. So removing it in all cases is probably not the right thing to do. |
|
@johnpatcher
And again:
You can not set a value, because it is always ignored! (in all Versions of HTML!) |
Issue 3249: FormFile does not allow "value" as an attribute
See issue #3249 for details
FileElement does not allow value as an attribute