[
https://issues.apache.org/jira/browse/HIVE-16524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ZhangBing Lin updated HIVE-16524:
---------------------------------
Description:
The Id attribute is defined in w3c as follows:
1.The id attribute specifies the unique id of the HTML element.
2.Id must be unique in the HTML document.
3.The id attribute can be used as a link anchor, by JavaScript (HTML DOM) or by
CSS to change or add a style to an element with the specified id.
But,the "id='attributes_table'" in hiveserver2.jsp and QueryProfileTmpl.jamon:
1.Not quoted by any css and js
2.It has the same id attribute name on the same page
So I suggest removing this id attribute definition,Please Check It.
> Remove the redundant item type in hiveserver2.jsp and QueryProfileTmpl.jamon
> ----------------------------------------------------------------------------
>
> Key: HIVE-16524
> URL: https://issues.apache.org/jira/browse/HIVE-16524
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: ZhangBing Lin
> Assignee: ZhangBing Lin
> Priority: Minor
> Attachments: HIVE-16524.1.patch
>
>
> The Id attribute is defined in w3c as follows:
> 1.The id attribute specifies the unique id of the HTML element.
> 2.Id must be unique in the HTML document.
> 3.The id attribute can be used as a link anchor, by JavaScript (HTML DOM) or
> by CSS to change or add a style to an element with the specified id.
> But,the "id='attributes_table'" in hiveserver2.jsp and
> QueryProfileTmpl.jamon:
> 1.Not quoted by any css and js
> 2.It has the same id attribute name on the same page
> So I suggest removing this id attribute definition,Please Check It.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)