This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246022 - Missing menuitem element in code completion
Summary: Missing menuitem element in code completion
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on: 246045
Blocks:
  Show dependency tree
 
Reported: 2014-07-26 12:35 UTC by sprashanth1991
Modified: 2015-08-24 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (65.27 KB, text/plain)
2014-07-26 12:35 UTC, sprashanth1991
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sprashanth1991 2014-07-26 12:35:27 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) Client VM 24.45-b08
Comment 1 sprashanth1991 2014-07-26 12:35:34 UTC
Created attachment 148334 [details]
IDE log
Comment 2 Vladimir Riha 2014-07-26 12:43:37 UTC
reproducible

Product Version: NetBeans IDE Dev (Build web-main-1088-on-20140725)
Comment 3 Milutin Kristofic 2015-08-12 11:06:23 UTC
A small note: menuitem is a new tag in HTML 5.1 (http://www.w3.org/html/wg/drafts/html/master/semantics.html#the-menuitem-element) Our current support is for HTML 5.0. This can be added to completion when html 5.1 will be supported in Netbeans, because completion needs documentation and currently there is documentation for html 5.0 in netbeans, where menuitem is missing.
Comment 4 Milutin Kristofic 2015-08-24 14:18:06 UTC
I added current HTML 5 (Bug #254656) Menuitem is in code completion. However we need to update html validator, since Netbeans is showing menuitem as error now. This issue is tracked in other issues.