Commit Graph

114 Commits (42b77e92f89160e9a6c716f3b2de325b13d3a93d)

Author SHA1 Message Date
Aniruddh Agarwal 5fc97da3c3 Add test HTML5 waypoint to make it stricter
- Added a test to the "Nest an Anchor Element within a Paragraph" waypoint. The text 'View more' must now be outside the <a> tags.
2015-09-28 21:06:08 +08:00
Arsen Melikyan 5ab8c0a228 Merge pull request #3377 from TylerMoeller/patch-1
Fix typo in html5-and-css.json
2015-09-20 20:27:01 +04:00
Anton Strömkvist f06cf41065 Merge pull request #3369 from bugron/fix/editor-match-error_fix
Fixes two 'editor.match() in null' errors
2015-09-20 17:47:47 +02:00
Tyler Moeller 99f2dc2ac4 Fix typo in html5-and-css.json
The challenge "Nest an Anchor Element within a Paragraph" has a small typo at the end of the English description text as highlighted below:

"Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is rest is plain text."

This commit removes the final "rest is" highlighted above, giving us this sentence instead:

Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is plain text.
2015-09-20 08:35:21 -07:00
Arsen Melikyan 8129f8a277 fixes two 'editor.match() in null' errors 2015-09-20 02:17:25 +04:00
Aniruddh Agarwal dfe6da9ea6 Added test to determine num of elements with class 2015-09-19 20:18:17 +08:00
Aniruddh Agarwal 22e785b0b8 Fix waypoint description to be in accordance with W3C rec 2015-09-15 05:50:14 +08:00
Berkeley Martinez ac5573b11c Merge pull request #3291 from QuincyLarson/fix-3278
minor formatting improvement to @awesomeaniruddh fix
2015-09-14 14:13:13 -07:00
bugron c6e3c89b7c adds ability to 1-click expand images 2015-09-14 21:10:28 +04:00
Quincy Larson f31fe15d77 minor formatting improvement to @awesomeaniruddh fix 2015-09-13 19:56:57 -07:00
Quincy Larson d0359e5b27 Merge pull request #3278 from awesomeaniruddh/awesomeaniruddh-3276
Edited decription of html waypoint to include details
2015-09-13 19:50:48 -07:00
Berkeley Martinez 91f6e21757 fix typo 2015-09-12 20:39:23 -07:00
Berkeley Martinez 5360531dc8 Merge branch 'sJhonny-e-969' of https://github.com/sJhonny-e/FreeCodeCamp into sJhonny-e-sJhonny-e-969 2015-09-12 20:37:48 -07:00
Aniruddh Agarwal 9243a1832f Edited decription of html waypoint to include details 2015-09-13 07:40:17 +08:00
bugron ea5464c806 fixes assert in challenge 2015-09-11 17:19:37 +04:00
Aniruddh Agarwal 43cfd024df Wording error in description of HTML waypoint
`16 colors` instead of `16 values`
closes #2779
2015-09-09 22:42:55 +08:00
Aniruddh Agarwal 471236b814 Fixed wording error in HTML/CSS waypoint
Waypoint 'Add Different Padding to Each Side of an Element' had a small wording error: the tests were missing `the`
closes #3130
2015-09-09 11:57:39 +08:00
Anton Strömkvist 4966c1e5bd Merge pull request #2788 from bugron/bugron-1891
combines two tests in one
2015-09-08 02:12:23 +02:00
Anton Strömkvist 58e6efff3c Merge pull request #2728 from bugron/bugron-1390
Fixes "indoor", "personality" and "label" issues
2015-09-08 01:56:04 +02:00
Anton Strömkvist 6121fa173f Merge pull request #1798 from jbmartinez/jbmartinez-1090
Changes test cases to validate correct border-width. Closes #1090, #1012, #1495
2015-09-08 00:07:53 +02:00
Arsen Melikyan 08382d608f Merge pull request #2959 from awesomeaniruddh/awesomeaniruddh-2946
updated description of waypoint to make it more specific
2015-09-04 17:07:04 +04:00
Aniruddh Agarwal 357f378c21 Update html5-and-css.json 2015-09-04 17:44:27 +08:00
Natac13 4547cef942 fixed unnecessary self closing tag in the description. 2015-09-03 12:26:07 -04:00
Aniruddh Agarwal 148dc2c847 updated description of waypoint to make it more specific 2015-09-01 23:07:32 +08:00
Arsen Melikyan 74490154e3 clarifies challenge instruction 2015-08-30 18:14:05 +04:00
Berkeley Martinez 717c56edb7 fix freecatphotoapp.com test 2015-08-28 17:52:02 -07:00
bugron 8d369615f6 combines two tests in one 2015-08-27 23:19:09 +04:00
regonn ebd92743f1 fix lack of semicolon 2015-08-27 23:29:21 +09:00
bugron 5ac2902b46 Fixes a word typo 2015-08-26 12:11:40 +04:00
bugron 16579fdd4b Fixes indoor, personality and label issues 2015-08-26 11:51:36 +04:00
Berkeley Martinez cfd94523c3 Merge pull request #2699 from bugron/bugron-2106
Changes CSS attributes to CSS properties
2015-08-25 22:32:23 -07:00
bugron d2704d2dc3 Changes catPhotoApp.com to FCC controlled domain 2015-08-26 05:44:59 +04:00
bugron ac8fa3cbec Changes CSS attributes to CSS properties 2015-08-26 03:58:49 +04:00
sJhonny-e 547fa9424f changed regex for checking style element in challenge "Use CSS Selectors to Style Elements"; regex now allows opening style elements to have whitespace before closing '>', and also the allowed attributes (type, media etc..) 2015-08-25 18:12:17 +03:00
Quincy Larson 4d97932310 Merge pull request #2611 from jbmartinez/jbmartinez-2610
Added tests to enforce ID styling. Closes #2610
2015-08-24 20:03:44 -07:00
Quincy Larson e5a9b697ae Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-24 17:54:00 -07:00
Berkeley Martinez 175800ef37 Merge pull request #2421 from bugron/bugron-1063
fixed missing URL scheme #1063
2015-08-24 11:15:02 -07:00
Berkeley Martinez cf24be1673 Merge pull request #2577 from bugron/bugron-2311
Fixes a typo #2311
2015-08-24 10:53:56 -07:00
Juan Martínez 141e6f7c36 Added tests for enforcing ID styling. Closes #2610 2015-08-24 03:03:02 +00:00
Arsen Melikyan e960cbd9b1 Fixes a typo #2311 2015-08-23 16:38:38 +04:00
Quincy Larson 0107ec6006 replace other images with imgur images and turn one image into a code snippet 2015-08-22 17:47:52 -07:00
Berkeley Martinez 33418cc813 Merge pull request #2419 from bugron/bugron-1064
fixed unclosed "code" tag #1064
2015-08-22 11:01:15 -07:00
Berkeley Martinez 6d3fcb3d0b Merge pull request #2342 from dokkillo/dokkillo-2333
issue 2333 : Fix grammar error in Waypoint
2015-08-21 09:37:17 -07:00
Arsen Melikyan 24dbee7257 fixed missing URL scheme #1063 2015-08-21 18:38:43 +04:00
Arsen Melikyan 3d16d96133 fixed #1064 2015-08-21 17:56:44 +04:00
dokkillo 81afc27412 issue 2333 2015-08-20 20:24:25 +02:00
dokkillo 1bdbec15c3 issue 2265 2015-08-20 17:05:50 +02:00
dokkillo 45b53937c8 issue #2265 2015-08-20 16:57:50 +02:00
dokkillo c8b32afaeb Merge remote-tracking branch 'upstream/staging' into staging
Conflicts:
	seed/challenges/html5-and-css.json
2015-08-20 16:46:06 +02:00
dokkillo b001b8f8f2 issue #2271 2015-08-20 16:28:14 +02:00