Re: Review Request 46966: Form controls must have associated labels.

2017-03-01 Thread Joris Van Remoortere

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/#review167301
---



Closing this review due to inactivity. Please see our 
[guidelines](https://github.com/apache/mesos/blob/master/docs/reopening-reviews.md)
 for reopening reviews.

- Joris Van Remoortere


On May 8, 2016, 12:20 p.m., Chen Nan Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46966/
> ---
> 
> (Updated May 8, 2016, 12:20 p.m.)
> 
> 
> Review request for mesos, Zhiwei Chen and haosdent huang.
> 
> 
> Bugs: MESOS-5201
> https://issues.apache.org/jira/browse/MESOS-5201
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Form controls must have associated labels.
> 
> 
> Diffs
> -
> 
>   src/webui/master/static/directives/tableHeader.html 
> 448f67ef20c279fdd542890158fb9f96a10ebebc 
> 
> 
> Diff: https://reviews.apache.org/r/46966/diff/2/
> 
> 
> Testing
> ---
> 
> Using aria-label "search" to make screen reader to identify that the text 
> form is for search.
> 
> and use content to replace placeholder to make the "Find"text more visible.
> 
> Use of the placeholder attribute as a replacement for a programmatically 
> associated visible label can reduce the accessibility and usability of the 
> control for a range of users including older users and users with cognitive, 
> mobility.
> 
> refer to 
> https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/
> 
> 
> Thanks,
> 
> Chen Nan Li
> 
>



Re: Review Request 46966: Form controls must have associated labels.

2016-05-08 Thread Mesos ReviewBot

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/#review132177
---



Patch looks great!

Reviews applied: [46966]

Passed command: export OS='ubuntu:14.04' CONFIGURATION='--verbose' 
COMPILER='gcc' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh

- Mesos ReviewBot


On May 8, 2016, 12:20 p.m., Chen Nan Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46966/
> ---
> 
> (Updated May 8, 2016, 12:20 p.m.)
> 
> 
> Review request for mesos, Zhiwei Chen and haosdent huang.
> 
> 
> Bugs: MESOS-5201
> https://issues.apache.org/jira/browse/MESOS-5201
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Form controls must have associated labels.
> 
> 
> Diffs
> -
> 
>   src/webui/master/static/directives/tableHeader.html 
> 448f67ef20c279fdd542890158fb9f96a10ebebc 
> 
> Diff: https://reviews.apache.org/r/46966/diff/
> 
> 
> Testing
> ---
> 
> Using aria-label "search" to make screen reader to identify that the text 
> form is for search.
> 
> and use content to replace placeholder to make the "Find"text more visible.
> 
> Use of the placeholder attribute as a replacement for a programmatically 
> associated visible label can reduce the accessibility and usability of the 
> control for a range of users including older users and users with cognitive, 
> mobility.
> 
> refer to 
> https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/
> 
> 
> Thanks,
> 
> Chen Nan Li
> 
>



Re: Review Request 46966: Form controls must have associated labels.

2016-05-08 Thread Chen Nan Li

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/
---

(Updated May 8, 2016, 12:20 p.m.)


Review request for mesos, Zhiwei Chen and haosdent huang.


Changes
---

drive comments


Summary (updated)
-

Form controls must have associated labels.


Bugs: MESOS-5201
https://issues.apache.org/jira/browse/MESOS-5201


Repository: mesos


Description
---

Form controls must have associated labels.


Diffs (updated)
-

  src/webui/master/static/directives/tableHeader.html 
448f67ef20c279fdd542890158fb9f96a10ebebc 

Diff: https://reviews.apache.org/r/46966/diff/


Testing
---

Using aria-label "search" to make screen reader to identify that the text form 
is for search.

and use content to replace placeholder to make the "Find"text more visible.

Use of the placeholder attribute as a replacement for a programmatically 
associated visible label can reduce the accessibility and usability of the 
control for a range of users including older users and users with cognitive, 
mobility.

refer to 
https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/


Thanks,

Chen Nan Li



Re: Review Request 46966: Form controls must have associated labels.

2016-05-05 Thread Chen Nan Li


> On 五月 5, 2016, 6 p.m., haosdent huang wrote:
> > I think change the `Summary`(the commit message) to `Added associated 
> > labels to form in webui.` would be better.

OK, thanks


- Chen Nan


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/#review131883
---


On 五月 5, 2016, 1:11 a.m., Chen Nan Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46966/
> ---
> 
> (Updated 五月 5, 2016, 1:11 a.m.)
> 
> 
> Review request for mesos, Zhiwei Chen and haosdent huang.
> 
> 
> Bugs: MESOS-5201
> https://issues.apache.org/jira/browse/MESOS-5201
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Form controls must have associated labels.
> 
> 
> Diffs
> -
> 
>   src/webui/master/static/directives/tableHeader.html 
> 448f67ef20c279fdd542890158fb9f96a10ebebc 
> 
> Diff: https://reviews.apache.org/r/46966/diff/
> 
> 
> Testing
> ---
> 
> Using aria-label "search" to make screen reader to identify that the text 
> form is for search.
> 
> and use content to replace placeholder to make the "Find"text more visible.
> 
> Use of the placeholder attribute as a replacement for a programmatically 
> associated visible label can reduce the accessibility and usability of the 
> control for a range of users including older users and users with cognitive, 
> mobility.
> 
> refer to 
> https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/
> 
> 
> Thanks,
> 
> Chen Nan Li
> 
>



Re: Review Request 46966: Form controls must have associated labels.

2016-05-05 Thread haosdent huang

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/#review131883
---



I think change the `Summary`(the commit message) to `Added associated labels to 
form in webui.` would be better.

- haosdent huang


On May 5, 2016, 1:11 a.m., Chen Nan Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46966/
> ---
> 
> (Updated May 5, 2016, 1:11 a.m.)
> 
> 
> Review request for mesos, Zhiwei Chen and haosdent huang.
> 
> 
> Bugs: MESOS-5201
> https://issues.apache.org/jira/browse/MESOS-5201
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Form controls must have associated labels.
> 
> 
> Diffs
> -
> 
>   src/webui/master/static/directives/tableHeader.html 
> 448f67ef20c279fdd542890158fb9f96a10ebebc 
> 
> Diff: https://reviews.apache.org/r/46966/diff/
> 
> 
> Testing
> ---
> 
> Using aria-label "search" to make screen reader to identify that the text 
> form is for search.
> 
> and use content to replace placeholder to make the "Find"text more visible.
> 
> Use of the placeholder attribute as a replacement for a programmatically 
> associated visible label can reduce the accessibility and usability of the 
> control for a range of users including older users and users with cognitive, 
> mobility.
> 
> refer to 
> https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/
> 
> 
> Thanks,
> 
> Chen Nan Li
> 
>



Re: Review Request 46966: Form controls must have associated labels.

2016-05-05 Thread Mesos ReviewBot

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/#review131798
---



Patch looks great!

Reviews applied: [46966]

Passed command: export OS='ubuntu:14.04' CONFIGURATION='--verbose' 
COMPILER='gcc' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh

- Mesos ReviewBot


On May 5, 2016, 1:11 a.m., Chen Nan Li wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46966/
> ---
> 
> (Updated May 5, 2016, 1:11 a.m.)
> 
> 
> Review request for mesos, Zhiwei Chen and haosdent huang.
> 
> 
> Bugs: MESOS-5201
> https://issues.apache.org/jira/browse/MESOS-5201
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Form controls must have associated labels.
> 
> 
> Diffs
> -
> 
>   src/webui/master/static/directives/tableHeader.html 
> 448f67ef20c279fdd542890158fb9f96a10ebebc 
> 
> Diff: https://reviews.apache.org/r/46966/diff/
> 
> 
> Testing
> ---
> 
> Using aria-label "search" to make screen reader to identify that the text 
> form is for search.
> 
> and use content to replace placeholder to make the "Find"text more visible.
> 
> Use of the placeholder attribute as a replacement for a programmatically 
> associated visible label can reduce the accessibility and usability of the 
> control for a range of users including older users and users with cognitive, 
> mobility.
> 
> refer to 
> https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/
> 
> 
> Thanks,
> 
> Chen Nan Li
> 
>



Review Request 46966: Form controls must have associated labels.

2016-05-04 Thread Chen Nan Li

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46966/
---

Review request for mesos, Zhiwei Chen and haosdent huang.


Bugs: MESOS-5201
https://issues.apache.org/jira/browse/MESOS-5201


Repository: mesos


Description
---

Form controls must have associated labels.


Diffs
-

  src/webui/master/static/directives/tableHeader.html 
448f67ef20c279fdd542890158fb9f96a10ebebc 

Diff: https://reviews.apache.org/r/46966/diff/


Testing
---

Using aria-label "search" to make screen reader to identify that the text form 
is for search.

and use content to replace placeholder to make the "Find"text more visible.

Use of the placeholder attribute as a replacement for a programmatically 
associated visible label can reduce the accessibility and usability of the 
control for a range of users including older users and users with cognitive, 
mobility.

refer to 
https://www.paciellogroup.com/blog/2011/02/html5-accessibility-chops-the-placeholder-attribute/


Thanks,

Chen Nan Li