This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20628 - Constants (or enumerations) used as property and method values eed to have forms and templates
Summary: Constants (or enumerations) used as property and method values eed to have fo...
Status: NEW
Alias: None
Product: webplatform.org
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: public-webplatform-bugs list
QA Contact: public-webplatform-bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 00:38 UTC by Scott Rowe
Modified: 2013-01-10 00:41 UTC (History)
2 users (show)

See Also:


Attachments

Description Scott Rowe 2013-01-10 00:38:55 UTC
Constants (or enumerations), used as property and method return values, need to have forms and templates designed for them so that they may be reused between object methods. The design would allow the user to specify the names, types, and descriptions of the constant values method, and those values would be described with their own form and template. Ideally, the exceptions templates could be nested within the method pages so that the user is not forced to click through to yet another page to see details.

Currently these have to be defined in-line with the property or method return value. 

See http://docs.webplatform.org/wiki/apis/webrtc/RTCPeerConnection/peerIdentity
Comment 1 Scott Rowe 2013-01-10 00:41:45 UTC
Sorry, in the above it should read, "Ideally, the constant template..."