[ 
https://issues.apache.org/jira/browse/WW-5081?focusedWorklogId=454319&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-454319
 ]

ASF GitHub Bot logged work on WW-5081:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jul/20 07:42
            Start Date: 03/Jul/20 07:42
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on pull request #423:
URL: https://github.com/apache/struts/pull/423#issuecomment-653402920


   
   [![Coverage 
Status](https://coveralls.io/builds/31842037/badge)](https://coveralls.io/builds/31842037)
   
   Coverage remained the same at 49.224% when pulling 
**0d622cfa96dbbc1e286347f30a7527505aeb0ed0 on WW-5081-cols-rows** into 
**dbd2f283dad418f0e5856f3c5d7deea0349b10fa on master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 454319)
    Time Spent: 20m  (was: 10m)

> Struts default textarea template fails w3c validation
> -----------------------------------------------------
>
>                 Key: WW-5081
>                 URL: https://issues.apache.org/jira/browse/WW-5081
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Tags
>    Affects Versions: 2.5.17
>            Reporter: Michael Hum
>            Assignee: Lukasz Lenart
>            Priority: Trivial
>             Fix For: 2.6
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The textarea default template 
> (https://github.com/apache/struts/blob/master/core/src/main/resources/template/simple/textarea.ftl)
>  fails W3C validation because the "rows" and "cols" attribute default to 
> {{""}} if none is provided, which is not a valid value:
> {code:html}
> <s:textarea id="test" name="test"/>
> {code}
> Which generates:
> {code:html}
> <textarea name="test" cols="" rows="" id="test"></textarea>
> {code}
> Which fails if run through the validation tool: 
> https://validator.w3.org/nu/#textarea



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to