[OS-JIRA] Created: (WOL-525) Refactoring - Convert elementName value to lowercase for WOGenericContainer and WOGenericElement

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Fri Jul 06 2007 - 09:04:51 EDT

  • Next message: Simon McLean (JIRA): "[OS-JIRA] Created: (WOL-526) ComponentEditor binding validation not recognising keypaths of child entities from inherited parent"

    Refactoring - Convert elementName value to lowercase for WOGenericContainer and WOGenericElement
    ------------------------------------------------------------------------------------------------

                     Key: WOL-525
                     URL: http://issues.objectstyle.org/jira/browse/WOL-525
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: wolips
        Affects Versions: 2.0.0.4118
             Environment: OS X 10.4.9
                Reporter: Kieran Kelleher
                Priority: Minor

    For Refactor -> Format, it would be good if the elementName property value of both WOGenericContainer and WOGenericElement could be converted to lowercase. Good practice as we move towards XHTML from HTML 4.01. The uppercase is a left-over result on components that were originally created in WOBuilder.

    For example, changing this:
    TableContainer: WOGenericContainer {
            elementName = "TABLE";
    }

    to this:
    TableContainer: WOGenericContainer {
            elementName = "table";
    }

    Maybe the same action should be added to Refactor -> Clean WOBuilder Names if it makes sense.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Jul 06 2007 - 09:05:37 EDT