Jump to content

Search the Community

Showing results for tags 'Standardization'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. I found a little ordering oddity that may confuse beginners when using this for quick reference. The CSS margin page's first example is where the issue lies: p { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 50px;} This is a little confusing in the way the order of each property is presented. For a beginner, they will look at this and assume that the property's shorthand parameters are laid out TBRL rather than TRBL unless they scroll to the bottom. For readability, I would suggest switching the margin-bottom and margin-right in this example to match the format seen on the CSS padding page which adheres to the TRBL ordering.
×
×
  • Create New...