Difference between revisions of "CSS guide"
(→CSS Properties: added myself to padding-right) |
Backinblakk (talk | contribs) m (→CSS Properties) |
||
(127 intermediate revisions by 15 users not shown) | |||
Line 2: | Line 2: | ||
CSS Guide | CSS Guide | ||
+ | |||
+ | == Roadmap == | ||
+ | |||
+ | The project has progressed amazingly well thus far! The project leaders would like to take this opportunity to sincerely thank each and every contributor for their time and effort and input. More importantly we thank them for their interest in the success of our project. | ||
+ | |||
+ | Moving forward, there are still a few tags already on the current list that require completion. | ||
+ | |||
+ | '''Coming Soon''' | ||
+ | * This section will contain status information about what is done and what is left to do, etc. | ||
+ | * Basically current state of affairs. | ||
== Project Description == | == Project Description == | ||
Line 14: | Line 24: | ||
== Project Leader(s) == | == Project Leader(s) == | ||
− | + | [[User:Sherman|Sherman Fernandes]] (sherman) | |
+ | |||
+ | [[User:Mdsouza|Mark D'Souza]] (mdsouza) | ||
− | + | [[User:dmmanley|Dave Manley]] (seneManley) | |
− | + | [[User:backinblakk|Lukas Blakk]] (lsblakk) | |
== Project Contributor(s) == | == Project Contributor(s) == | ||
Line 26: | Line 38: | ||
Ian Hickson (hixie)<br /> | Ian Hickson (hixie)<br /> | ||
Mike Shaver (shaver) - Obtained CSS property usage data.<br /> | Mike Shaver (shaver) - Obtained CSS property usage data.<br /> | ||
+ | [[user:cbguy1 | Colin Guy ]] for all his help in growing the property list.<br /> | ||
+ | |||
+ | <br />NOTE: only Project Leader(s) should add names here. You '''can’t''' add your own name to the Contributor list. | ||
+ | |||
+ | |||
+ | === CSS Property Documentation Contributors === | ||
+ | [[user:sminchel|Sara Minchella ]]<br /> | ||
+ | [[user:bhearsum|Ben Hearsum]]<br /> | ||
+ | [[user:elichak|Liz Chak ]]<br /> | ||
+ | [[user:dtolj|Dejan Tolj]]<br /> | ||
+ | [[user:cbguy1 | Colin Guy ]]<br /> | ||
+ | [[user:RichardChu | Richard Chu]]<br /> | ||
+ | [[user:mckwan|Man Choi Kwan ]]<br /> | ||
+ | [[user:Davenrathh|Dave Bertenshaw]]<br /> | ||
+ | [[user:dwwoodsi| Dean Woodside ]]<br /> | ||
+ | [[user:ankuswan| Aditya Nanda Kuswanto ]]<br /> | ||
+ | [[user:mattar1| Mohamad Attar ]]<br /> | ||
+ | |||
+ | <br /><span style="margin:0;background:#ff6666;font-size:120%;font-weight:normal;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">For a complete list of contributors please see the [[#CSS Properties| property list]].</span><br /><br /> | ||
− | + | Thanks to all contributors for their efforts ! | |
== New Recruits == | == New Recruits == | ||
− | If you like to help in this CSS Guide, add your name and link it to your profile page in this section. We'll | + | If you like to help in this CSS Guide, add your name next to a property and link it to your profile page in this section. We'll add you as a contributor! (if we miss someone, let us know). |
== Project Details == | == Project Details == | ||
Line 47: | Line 78: | ||
== Project News == | == Project News == | ||
+ | *Feb 3, 2007 - Lukas has begun porting properties across, and the work is going well. | ||
+ | *Jan 30, 2007 - Spoke to Eric Shepherd about the project, and he expressed interest in having it transfered to devmo. He suggests using the existing [http://developer.mozilla.org/en/docs/CSS:border-style border-style] property on devmo as an example of how to format what we have. Lukas Blakk has offered to take the lead on this effort. | ||
+ | *Dec 13, 2006 - The CSS Guide is ''almost'' completed! A couple more properties to fill in | ||
+ | *Dec 13, 2006 - We now have 100 properties!!! Just need people to help fill it in | ||
+ | *Dec 13, 2006 - Thanks to Colin and Mark for expanding the property list (currently 80+). | ||
+ | *Dec 6, 2006 - Added more elements (from 69+) | ||
+ | *Dec 6, 2006 - Looking for ways to contribute other than documenting tags? Why not help us complete the list of the top 100 CSS tags. Contact a project leader for more information on how you can help. | ||
+ | *Nov 22, 2006 - We welcome and thank all the new contributors to their project for all their efforts. Contributing to the project is easy. To get started simply pick an unassigned property from the [[#CSS Properties |task list]] below and follow the [[CSS Template| template]]. Feel free to contact the any project leader should you have any questions. | ||
*Nov 15, 2006 - Assigned initial 30 CSS properties among project leaders. | *Nov 15, 2006 - Assigned initial 30 CSS properties among project leaders. | ||
*Nov 15, 2006 - Added 19 Mozilla-specific proprietary CSS properties to CSS table. | *Nov 15, 2006 - Added 19 Mozilla-specific proprietary CSS properties to CSS table. | ||
Line 65: | Line 104: | ||
== CSS Properties == | == CSS Properties == | ||
− | <table border = "1" width=" | + | <table border = "1" width="500"> |
<tr> | <tr> | ||
<th>#</th> | <th>#</th> | ||
<th>CSS Property</th> | <th>CSS Property</th> | ||
<th>Assignee</th> | <th>Assignee</th> | ||
+ | <th>MDC Port Status</th> | ||
</tr> | </tr> | ||
Line 76: | Line 116: | ||
<td>[[CSS_GUIDE_COLOR | color]]</td> | <td>[[CSS_GUIDE_COLOR | color]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 82: | Line 123: | ||
<td>[[CSS_GUIDE_FONT_SIZE | font-size]]</td> | <td>[[CSS_GUIDE_FONT_SIZE | font-size]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-size Complete]</td> | ||
</tr> | </tr> | ||
Line 88: | Line 130: | ||
<td>[[CSS_GUIDE_FONT_FAMILY | font-family]]</td> | <td>[[CSS_GUIDE_FONT_FAMILY | font-family]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-family Already Exists]</td> | ||
</tr> | </tr> | ||
Line 94: | Line 137: | ||
<td>[[CSS_GUIDE_TEXT_DECORATION | text-decoration]]</td> | <td>[[CSS_GUIDE_TEXT_DECORATION | text-decoration]]</td> | ||
<td>[[user: Sherman | Sherman]]</td> | <td>[[user: Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:text-decoration Complete]</td> | ||
</tr> | </tr> | ||
Line 100: | Line 144: | ||
<td>[[CSS_GUIDE_FONT_WEIGHT | font-weight]]</td> | <td>[[CSS_GUIDE_FONT_WEIGHT | font-weight]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-weight Complete]</td> | ||
</tr> | </tr> | ||
Line 106: | Line 151: | ||
<td>[[CSS_GUIDE_BACKGROUND_COLOR | background-color]]</td> | <td>[[CSS_GUIDE_BACKGROUND_COLOR | background-color]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 112: | Line 158: | ||
<td>[[CSS_GUIDE_WIDTH | width]]</td> | <td>[[CSS_GUIDE_WIDTH | width]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:width Complete]</td> | ||
</tr> | </tr> | ||
Line 118: | Line 165: | ||
<td>[[CSS_GUIDE_TEXT_ALIGN | text-align]]</td> | <td>[[CSS_GUIDE_TEXT_ALIGN | text-align]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:text-align Complete]</td> | ||
</tr> | </tr> | ||
Line 124: | Line 172: | ||
<td>[[CSS_GUIDE_MARGIN_TOP | margin-top ]]</td> | <td>[[CSS_GUIDE_MARGIN_TOP | margin-top ]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 130: | Line 179: | ||
<td>[[CSS_GUIDE_MARGIN | margin]]</td> | <td>[[CSS_GUIDE_MARGIN | margin]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 136: | Line 186: | ||
<td>[[CSS_GUIDE_MARGIN_BOTTOM | margin-bottom]]</td> | <td>[[CSS_GUIDE_MARGIN_BOTTOM | margin-bottom]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 142: | Line 193: | ||
<td>[[CSS_GUIDE_BORDER | border]]</td> | <td>[[CSS_GUIDE_BORDER | border]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border Already Exists]</td> | ||
</tr> | </tr> | ||
Line 148: | Line 200: | ||
<td>[[CSS_GUIDE_PADDING | padding]]</td> | <td>[[CSS_GUIDE_PADDING | padding]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 154: | Line 207: | ||
<td>[[CSS_GUIDE_LINE_HEIGHT | line-height]]</td> | <td>[[CSS_GUIDE_LINE_HEIGHT | line-height]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 160: | Line 214: | ||
<td>[[CSS_GUIDE_HEIGHT | height]]</td> | <td>[[CSS_GUIDE_HEIGHT | height]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 166: | Line 221: | ||
<td>[[CSS_GUIDE_MARGIN_LEFT | margin-left]]</td> | <td>[[CSS_GUIDE_MARGIN_LEFT | margin-left]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 172: | Line 228: | ||
<td>[[CSS_GUIDE_FONT-STYLE | font-style]]</td> | <td>[[CSS_GUIDE_FONT-STYLE | font-style]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 178: | Line 235: | ||
<td>[[CSS_GUIDE_PADDING_LEFT | padding-left]]</td> | <td>[[CSS_GUIDE_PADDING_LEFT | padding-left]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 184: | Line 242: | ||
<td>[[CSS_GUIDE_PADDING_TOP | padding-top]]</td> | <td>[[CSS_GUIDE_PADDING_TOP | padding-top]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 190: | Line 249: | ||
<td>[[CSS_GUIDE_POSITION | position]]</td> | <td>[[CSS_GUIDE_POSITION | position]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 196: | Line 256: | ||
<td>[[CSS_GUIDE_BORDER_BOTTOM | border-bottom]]</td> | <td>[[CSS_GUIDE_BORDER_BOTTOM | border-bottom]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom Already Exists]</td> | ||
</tr> | </tr> | ||
Line 202: | Line 263: | ||
<td>[[CSS_GUIDE_BACKGROUND_IMAGE | background-image]]</td> | <td>[[CSS_GUIDE_BACKGROUND_IMAGE | background-image]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-image Already Exists]</td> | ||
</tr> | </tr> | ||
Line 208: | Line 270: | ||
<td>[[CSS_GUIDE_BACKGROUND | background]]</td> | <td>[[CSS_GUIDE_BACKGROUND | background]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background Already Exists]</td> | ||
</tr> | </tr> | ||
Line 214: | Line 277: | ||
<td>[[CSS_GUIDE_MARGIN_RIGHT | margin-right]]</td> | <td>[[CSS_GUIDE_MARGIN_RIGHT | margin-right]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 220: | Line 284: | ||
<td>[[CSS_GUIDE_BORDER_RIGHT | border-right]]</td> | <td>[[CSS_GUIDE_BORDER_RIGHT | border-right]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right Already Exists]</td> | ||
</tr> | </tr> | ||
Line 226: | Line 291: | ||
<td>[[CSS_GUIDE_PADDING_BOTTOM | padding-bottom]]</td> | <td>[[CSS_GUIDE_PADDING_BOTTOM | padding-bottom]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 232: | Line 298: | ||
<td>[[CSS_BORDER_TOP | border-top]]</td> | <td>[[CSS_BORDER_TOP | border-top]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top Already Exists]</td> | ||
</tr> | </tr> | ||
Line 238: | Line 305: | ||
<td>[[CSS_GUIDE_BORDER_LEFT | border-left]]</td> | <td>[[CSS_GUIDE_BORDER_LEFT | border-left]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left Already Exists]</td> | ||
</tr> | </tr> | ||
Line 244: | Line 312: | ||
<td>[[CSS_GUIDE_TOP | top]]</td> | <td>[[CSS_GUIDE_TOP | top]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 250: | Line 319: | ||
<td>[[CSS_GUIDE_DISPLAY | display]]</td> | <td>[[CSS_GUIDE_DISPLAY | display]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:display Complete]</td> | ||
</tr> | </tr> | ||
Line 255: | Line 325: | ||
<td>31</td> | <td>31</td> | ||
<td>[[CSS_GUIDE_LEFT | left]]</td> | <td>[[CSS_GUIDE_LEFT | left]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:sminchel|Sara Minchella ]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 261: | Line 332: | ||
<td>32</td> | <td>32</td> | ||
<td>[[CSS_GUIDE_PADDING_RIGHT | padding-right]]</td> | <td>[[CSS_GUIDE_PADDING_RIGHT | padding-right]]</td> | ||
− | <td>[[user:bhearsum| | + | <td>[[user:bhearsum| Ben Hearsum]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 267: | Line 339: | ||
<td>33</td> | <td>33</td> | ||
<td>[[CSS_GUIDE_VERTICAL_ALIGN | vertical-align]]</td> | <td>[[CSS_GUIDE_VERTICAL_ALIGN | vertical-align]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:elichak|Liz Chak ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:vertical-align Already Exists]</td> | ||
</tr> | </tr> | ||
Line 273: | Line 346: | ||
<td>34</td> | <td>34</td> | ||
<td>[[CSS_GUIDE_BACKGROUND_REPEAT | background-repeat]]</td> | <td>[[CSS_GUIDE_BACKGROUND_REPEAT | background-repeat]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:elichak|Liz Chak ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-repeat Already Exists]</td> | ||
</tr> | </tr> | ||
Line 279: | Line 353: | ||
<td>35</td> | <td>35</td> | ||
<td>[[CSS_GUIDE_Z_INDEX | z-index]]</td> | <td>[[CSS_GUIDE_Z_INDEX | z-index]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dtolj|Dejan ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:z-index Already Exists]</td> | ||
</tr> | </tr> | ||
Line 285: | Line 360: | ||
<td>36</td> | <td>36</td> | ||
<td>[[CSS_GUIDE_FLOAT | float]]</td> | <td>[[CSS_GUIDE_FLOAT | float]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dtolj|Dejan ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:float Complete]</td> | ||
</tr> | </tr> | ||
Line 291: | Line 367: | ||
<td>37</td> | <td>37</td> | ||
<td>[[CSS_GUIDE_CURSOR | cursor]]</td> | <td>[[CSS_GUIDE_CURSOR | cursor]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dtolj|Dejan ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:cursor Complete]</td> | ||
</tr> | </tr> | ||
Line 297: | Line 374: | ||
<td>38</td> | <td>38</td> | ||
<td>[[CSS_GUIDE_BORDER_STYLE | border-style]]</td> | <td>[[CSS_GUIDE_BORDER_STYLE | border-style]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:cbguy1 | Colin Guy ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-style Complete]</td> | ||
</tr> | </tr> | ||
Line 303: | Line 381: | ||
<td>39</td> | <td>39</td> | ||
<td>[[CSS_GUIDE_FONT | font]]</td> | <td>[[CSS_GUIDE_FONT | font]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:RichardChu | Richard Chu]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font Complete]</td> | ||
</tr> | </tr> | ||
Line 309: | Line 388: | ||
<td>40</td> | <td>40</td> | ||
<td>[[CSS_GUIDE_BORDER_WIDTH | border-width]]</td> | <td>[[CSS_GUIDE_BORDER_WIDTH | border-width]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:Dtolj| Dejan]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 315: | Line 395: | ||
<td>41</td> | <td>41</td> | ||
<td>[[CSS_GUIDE_BACKGROUND_POSITION | background-position]]</td> | <td>[[CSS_GUIDE_BACKGROUND_POSITION | background-position]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:mckwan|Man Choi Kwan ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 321: | Line 402: | ||
<td>42</td> | <td>42</td> | ||
<td>[[CSS_GUIDE_LETTER_SPACING | letter-spacing]]</td> | <td>[[CSS_GUIDE_LETTER_SPACING | letter-spacing]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:Davenrathh|Dave Bertenshaw]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 327: | Line 409: | ||
<td>43</td> | <td>43</td> | ||
<td>[[CSS_GUIDE_VISIBILITY | visibility]]</td> | <td>[[CSS_GUIDE_VISIBILITY | visibility]]</td> | ||
− | <td>[[ | + | <td>[[User:RichardChu| Richard Chu]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 333: | Line 416: | ||
<td>44</td> | <td>44</td> | ||
<td>[[CSS_GUIDE_BORDER_COLOR | border-color]]</td> | <td>[[CSS_GUIDE_BORDER_COLOR | border-color]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 339: | Line 423: | ||
<td>45</td> | <td>45</td> | ||
<td>[[CSS_GUIDE_BORDER_COLLAPSE | border-collapse]]</td> | <td>[[CSS_GUIDE_BORDER_COLLAPSE | border-collapse]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:cbguy1 | Colin Guy ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-collapse Complete]</td> | ||
</tr> | </tr> | ||
Line 345: | Line 430: | ||
<td>46</td> | <td>46</td> | ||
<td>[[CSS_GUIDE_LIST_STYLE_TYPE | list-style-type]]</td> | <td>[[CSS_GUIDE_LIST_STYLE_TYPE | list-style-type]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-type Already Exists]</td> | ||
</tr> | </tr> | ||
Line 351: | Line 437: | ||
<td>47</td> | <td>47</td> | ||
<td>[[CSS_GUIDE_TEXT_TRANSFORM | text-transform]]</td> | <td>[[CSS_GUIDE_TEXT_TRANSFORM | text-transform]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 357: | Line 444: | ||
<td>48</td> | <td>48</td> | ||
<td>[[CSS_GUIDE_CLEAR | clear]]</td> | <td>[[CSS_GUIDE_CLEAR | clear]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:sminchel|Sara Minchella ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:clear Complete]</td> | ||
</tr> | </tr> | ||
Line 363: | Line 451: | ||
<td>49</td> | <td>49</td> | ||
<td>[[CSS_GUIDE_OVERFLOW | overflow]]</td> | <td>[[CSS_GUIDE_OVERFLOW | overflow]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:RichardChu|Richard Chu]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 369: | Line 458: | ||
<td>50</td> | <td>50</td> | ||
<td>[[CSS_GUIDE_TEXT_INDENT | text-indent]]</td> | <td>[[CSS_GUIDE_TEXT_INDENT | text-indent]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 375: | Line 465: | ||
<td>51</td> | <td>51</td> | ||
<td>[[CSS_GUIDE_-MOZ-BINDING | -moz-binding]]</td> | <td>[[CSS_GUIDE_-MOZ-BINDING | -moz-binding]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-binding Already Exists]</td> | ||
</tr> | </tr> | ||
Line 381: | Line 472: | ||
<td>52</td> | <td>52</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS | -moz-border-radius]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS | -moz-border-radius]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius Already Exists]</td> | ||
</tr> | </tr> | ||
Line 387: | Line 479: | ||
<td>53</td> | <td>53</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPLEFT | -moz-border-radius-topleft]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPLEFT | -moz-border-radius-topleft]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-topleft Already Exists]</td> | ||
</tr> | </tr> | ||
Line 393: | Line 486: | ||
<td>54</td> | <td>54</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPRIGHT | -moz-border-radius-topright]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPRIGHT | -moz-border-radius-topright]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-topright Already Exists]</td> | ||
</tr> | </tr> | ||
Line 399: | Line 493: | ||
<td>55</td> | <td>55</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMRIGHT | -moz-border-radius-bottomright]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMRIGHT | -moz-border-radius-bottomright]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-bottomright Already Exists]</td> | ||
</tr> | </tr> | ||
Line 405: | Line 500: | ||
<td>56</td> | <td>56</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMLEFT | -moz-border-radius-bottomleft]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMLEFT | -moz-border-radius-bottomleft]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-bottomleft Already Exists]</td> | ||
</tr> | </tr> | ||
Line 411: | Line 507: | ||
<td>57</td> | <td>57</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-TOP-COLORS | -moz-border-top-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-TOP-COLORS | -moz-border-top-colors]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:mattar1| Mohamed Attar]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-top-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 417: | Line 514: | ||
<td>58</td> | <td>58</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RIGHT-COLORS | -moz-border-right-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RIGHT-COLORS | -moz-border-right-colors]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:mattar1| Mohamed Attar]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-right-colors Already Exists]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>59</td> | <td>59</td> | ||
− | <td>[[CSS_GUIDE_-MOZ-BORDER-BOTTOM-COLORS | -moz-border- | + | <td>[[CSS_GUIDE_-MOZ-BORDER-BOTTOM-COLORS | -moz-border-bottom-colors]]</td> |
− | <td>[[user:| ]]</td> | + | <td>[[user:mattar1| Mohamed Attar]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-bottom-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 429: | Line 528: | ||
<td>60</td> | <td>60</td> | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-LEFT-COLORS | -moz-border-left-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-LEFT-COLORS | -moz-border-left-colors]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:mattar1| Mohamed Attar]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-left-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 435: | Line 535: | ||
<td>61</td> | <td>61</td> | ||
<td>[[CSS_GUIDE_-MOZ-OPACITY | -moz-opacity]]</td> | <td>[[CSS_GUIDE_-MOZ-OPACITY | -moz-opacity]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:elichak| Liz Chak ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-opacity Already Exists]</td> | ||
</tr> | </tr> | ||
Line 441: | Line 542: | ||
<td>62</td> | <td>62</td> | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE | -moz-outline]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE | -moz-outline]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline Already Exists]</td> | ||
</tr> | </tr> | ||
Line 447: | Line 549: | ||
<td>63</td> | <td>63</td> | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR | -moz-outline-color]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR | -moz-outline-color]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-color Already Exists]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>64</td> | <td>64</td> | ||
− | <td>[[CSS_GUIDE_-MOZ-OUTLINE- | + | <td>[[CSS_GUIDE_-MOZ-OUTLINE-SYTLE | -moz-outline-style]]</td> |
− | <td>[[user:| ]]</td> | + | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 459: | Line 563: | ||
<td>65</td> | <td>65</td> | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH | -moz-outline-width]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH | -moz-outline-width]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 465: | Line 570: | ||
<td>66</td> | <td>66</td> | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-FOCUS | -moz-outline-focus]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-FOCUS | -moz-outline-focus]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:dmmanley| Dave]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-user-focus Should this be "user-focus"?]</td> | ||
</tr> | </tr> | ||
Line 471: | Line 577: | ||
<td>67</td> | <td>67</td> | ||
<td>[[CSS_GUIDE_-MOZ-USER-INPUT | -moz-user-input]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-INPUT | -moz-user-input]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> |
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-user-input Already Exists]</td> | ||
</tr> | </tr> | ||
Line 477: | Line 584: | ||
<td>68</td> | <td>68</td> | ||
<td>[[CSS_GUIDE_-MOZ-USER-MODIFY | -moz-user-modify]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-MODIFY | -moz-user-modify]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> |
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 483: | Line 591: | ||
<td>69</td> | <td>69</td> | ||
<td>[[CSS_GUIDE_-MOZ-USER-SELECT | -moz-user-select]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-SELECT | -moz-user-select]]</td> | ||
− | <td>[[user:| ]]</td> | + | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> |
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>70</td> | ||
+ | <td>[[CSS_GUIDE_TEXT-OVERFLOW| text-overflow]]</td> | ||
+ | <td>[[user:RichardChu|Richard Chu]]</td> | ||
+ | <td>Clarify</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>71</td> | ||
+ | <td>[[CSS_GUIDE_TEXT-JUSTIFY| text-justify]]</td> | ||
+ | <td>[[user:RichardChu|Richard Chu]]</td> | ||
+ | <td>Clarify</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>72</td> | ||
+ | <td>[[CSS_GUIDE_RIGHT| right]]</td> | ||
+ | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>73</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-SPACING| border-spacing]]</td> | ||
+ | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-spacing Complete]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>74</td> | ||
+ | <td>[[CSS_GUIDE_BOTTOM| bottom]]</td> | ||
+ | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:bottom Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>75</td> | ||
+ | <td>[[CSS_GUIDE_BACKGROUND-POSITION-X| background-position-x]]</td> | ||
+ | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>Clarify - [http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>76</td> | ||
+ | <td>[[CSS_GUIDE_BACKGROUND-POSITION-Y| background-position-y]]</td> | ||
+ | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>Clarify - [http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>77</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-BOTTOM-COLOR| border-bottom-color]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom-color Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>78</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-BOTTOM-STYLE| border-bottom-style]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>79</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-BOTTOM-WIDTH| border-bottom-width]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom-width Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>80</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-TOP-COLOR| border-top-color]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-color Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>81</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-TOP-STYLE| border-top-style]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-style Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>82</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-TOP-WIDTH| border-top-width]]</td> | ||
+ | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-width Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>83</td> | ||
+ | <td>[[CSS_GUIDE_FONT-SIZE-ADJUST| font-size-adjust]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-size-adjust Complete]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>84</td> | ||
+ | <td>[[CSS_GUIDE_MAX-HEIGHT |max-height ]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>85</td> | ||
+ | <td>[[CSS_GUIDE_MAX-WIDTH | max-width ]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>86</td> | ||
+ | <td>[[CSS_GUIDE_MIN-HEIGHT| min-height]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>87</td> | ||
+ | <td>[[CSS_GUIDE_MIN-WIDTH| min-width]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>88</td> | ||
+ | <td>[[CSS_GUIDE_FONT-VARIANT|font-variant]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>89</td> | ||
+ | <td>[[CSS_GUIDE_AZIMUTH| azimuth]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:azimuth Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>90</td> | ||
+ | <td>[[CSS_GUIDE_DIRECTION| direction]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:direction Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>91</td> | ||
+ | <td>[[CSS_GUIDE_LIST-STYLE| list-style]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>92</td> | ||
+ | <td>[[CSS_GUIDE_LIST-STYLE-IMAGE| list-style-image]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-image Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>93</td> | ||
+ | <td>[[CSS_GUIDE_LIST-STYLE-POSITION| list-style-position]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-position Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>94</td> | ||
+ | <td>[[CSS_GUIDE_OUTLINE-COLOR| outline-color ]]</td> | ||
+ | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>95</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-LEFT-COLOR| border-left-color]]</td> | ||
+ | <td>[[user:Sherman|Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-color Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>96</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-LEFT-STYLE| border-left-style]]</td> | ||
+ | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-style Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>97</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-LEFT-WIDTH| border-left-width]]</td> | ||
+ | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-width Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>98</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-RIGHT-COLOR| border-right-color]]</td> | ||
+ | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-color Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>99</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-RIGHT-STYLE| border-right-style]]</td> | ||
+ | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-style Already Exists]</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>100</td> | ||
+ | <td>[[CSS_GUIDE_BORDER-RIGHT-WIDTH| border-right-width]]</td> | ||
+ | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-width Already Exists]</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 22:37, 20 February 2007
Contents
Project Name
CSS Guide
Roadmap
The project has progressed amazingly well thus far! The project leaders would like to take this opportunity to sincerely thank each and every contributor for their time and effort and input. More importantly we thank them for their interest in the success of our project.
Moving forward, there are still a few tags already on the current list that require completion.
Coming Soon
- This section will contain status information about what is done and what is left to do, etc.
- Basically current state of affairs.
Project Description
The Mozilla Developer Center would like to add a CSS guide to its set of major documents, covering at least the top 100 CSS properties in use on the web today. This data can be obtained through tools . It should include numerous examples, and a fair number of small tutorial/how-to sections for different common tasks or requests from web authors.
References:
Project Leader(s)
Sherman Fernandes (sherman)
Mark D'Souza (mdsouza)
Dave Manley (seneManley)
Lukas Blakk (lsblakk)
Project Contributor(s)
Andrew Smith (andrew) - setup SVN accounts for all project members.
Dave Humphrey (dave) - Course Professor, providing valuable insight and direction.
Ian Hickson (hixie)
Mike Shaver (shaver) - Obtained CSS property usage data.
Colin Guy for all his help in growing the property list.
NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.
CSS Property Documentation Contributors
Sara Minchella
Ben Hearsum
Liz Chak
Dejan Tolj
Colin Guy
Richard Chu
Man Choi Kwan
Dave Bertenshaw
Dean Woodside
Aditya Nanda Kuswanto
Mohamad Attar
For a complete list of contributors please see the property list.
Thanks to all contributors for their efforts !
New Recruits
If you like to help in this CSS Guide, add your name next to a property and link it to your profile page in this section. We'll add you as a contributor! (if we miss someone, let us know).
Project Details
- Get connected to #devmo on IRC and specifically to dria (she owns MDC) and sheppy (technical writer/dev with Mozilla).
- Begin by creating a single page template that you can use for all of your work later on.
- Shaver to get data on top CSS properties: see http://triin.net/2006/06/12/CSS
- Research where in the Mozilla code base the CSS properties live, since you'll want to be able to consult that code as you research info about the properties and their use in Firefox. For this you can use http://lxr.mozilla.org
- Once the list is known, divide it and work in parallel.
- Research Mozilla proprietary tags and their usability in browsers.
Project News
- Feb 3, 2007 - Lukas has begun porting properties across, and the work is going well.
- Jan 30, 2007 - Spoke to Eric Shepherd about the project, and he expressed interest in having it transfered to devmo. He suggests using the existing border-style property on devmo as an example of how to format what we have. Lukas Blakk has offered to take the lead on this effort.
- Dec 13, 2006 - The CSS Guide is almost completed! A couple more properties to fill in
- Dec 13, 2006 - We now have 100 properties!!! Just need people to help fill it in
- Dec 13, 2006 - Thanks to Colin and Mark for expanding the property list (currently 80+).
- Dec 6, 2006 - Added more elements (from 69+)
- Dec 6, 2006 - Looking for ways to contribute other than documenting tags? Why not help us complete the list of the top 100 CSS tags. Contact a project leader for more information on how you can help.
- Nov 22, 2006 - We welcome and thank all the new contributors to their project for all their efforts. Contributing to the project is easy. To get started simply pick an unassigned property from the task list below and follow the template. Feel free to contact the any project leader should you have any questions.
- Nov 15, 2006 - Assigned initial 30 CSS properties among project leaders.
- Nov 15, 2006 - Added 19 Mozilla-specific proprietary CSS properties to CSS table.
- Nov 15, 2006 - Gave project update to colleagues in DPS909 and recruited documentors for the project.
- Nov 10, 2006 - Added table of top 50 CSS properties for completion (Additional 50 to follow).
- Nov 10, 2006 - CSS Property "Color" page outline completed.
- Oct 29, 2006 - Working to complete documentation for a few tags prior to submitting it for review.
- Oct 22, 2006 - Currently working to document a few CSS properties (minimum of 3) using the initial template draft as a guide. The next step would be to share experiences / feedback etc. regarding the template so that suggested revisions / corrections can be made moving forward. This will allow us to improve the quality of the template right from the start and prevent painful re-working later on. Some of the most used CSS properties can be found here. Thanks to Mike Shaver for providing us with this info !
- Oct 17, 2006 - Spoke to Shaver and got a list of CSS properties and their usage. See above.
- Oct 07,2006 - Created initial template draft for initial review. This is a work in progress and is subject to change. The template currently only contains heading titles but will be updated to reflect sample content.
- Oct 06, 2006 - Prof. Humphrey (dave) stated that Mike Shaver is working with Ian Hickson (hixie) at Google regarding getting access to their CSS related data.
- Sept 30,2006 - Currently trying to determine which headings i.e CSS property details etc. are the most important and thus should be included in the design of the single page template.
- Sept 26, 2006 (dave) - I spoke to shaver on the phone today about this project, and he had some suggestions. First, he is going to see if hixie (Ian Hickson) at Google can help us get access to the top 100 CSS properties/etc (see http://code.google.com/webstats/ for another similar project he's done). Shaver also suggested that the best starting point is for you to create a Single Page Template that you'll use to work on all these. This page should include things like: links to W3C standards, example uses, description, data (e.g., legal values, edge cases, etc.) from the Mozilla code, etc. You might want to consult the existing CSS Reference (e.g., the background property), but don't use that as the basis for your template--it is not complete. Once you have the top 100 properties/etc you can divide them up between you and tackle this in parallel.