Skip to content
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

[WebProfiler] fix html syntax for input types #14466

Closed
wants to merge 1 commit into from
Closed

Conversation

Tobion
Copy link
Member

@Tobion Tobion commented Apr 24, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

HTML validator:

Attribute placeholder is only allowed when the input type is email, number, password, search, tel, text, or url.

Element option without attribute label must not be empty.

The other placeholders are totatlly useless. For url it usually just says e.g. without a value because the baseUrl is empty...

@stof
Copy link
Member

stof commented Apr 24, 2015

@Tobion please use your fork to send PRs, not the symfony repo. This avoids creating useless versions of Packagist (and also avoids triggering 2 Travis builds, for the branch and for the PR)

@Tobion
Copy link
Member Author

Tobion commented Apr 24, 2015

Yes was by accident.

@fabpot
Copy link
Member

fabpot commented Apr 27, 2015

Looks like it should be merged in 2.6 instead, right?

@Tobion
Copy link
Member Author

Tobion commented Apr 27, 2015

Yes should be mergeable in 2.6

@fabpot
Copy link
Member

fabpot commented Apr 27, 2015

Thank you @Tobion.

fabpot added a commit that referenced this pull request Apr 27, 2015
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #14466).

Discussion
----------

[WebProfiler] fix html syntax for input types

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

HTML validator:

> Attribute placeholder is only allowed when the input type is email, number, password, search, tel, text, or url.

> Element option without attribute label must not be empty.

The other placeholders are totatlly useless. For url it usually just says `e.g.` without a value because the baseUrl is empty...

Commits
-------

876b180 [WebProfiler] fix html syntax for input types
@fabpot fabpot closed this Apr 27, 2015
@Tobion Tobion deleted the profiler-html-syntax branch April 27, 2015 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants