Commit Graph

50 Commits

Author SHA1 Message Date
31d3b402aa changed http to https in HTML5 & CSS3
reverted freecatphotoapp links to http

reverted all freecatphotoapp links to http

fixed more issues
2016-03-20 13:40:09 +11:00
020632962b fix image protocol 2016-03-16 20:32:12 -06:00
b5128336a4 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
e57ab5ee3d changed the faulty/confusing test message 2016-02-29 14:55:59 -05:00
b69e6388d3 Merge branch 'staging' into carolinaknoll-add/PtBR-translation-html5-and-css
Conflicts:
	seed/challenges/01-front-end-development-certification/html5-and-css.json
2016-02-26 16:07:45 -08:00
06c01ac215 Merge pull request #7235 from NolanChan/fix/require-text-field-close
Added test to check for well-formed input element
2016-02-26 13:03:24 -08:00
a24d2f77d8 Added test to check for well-formed input element 2016-02-26 09:58:07 -08:00
7432d976c5 Fix test case so only the word submit can pass test 2016-02-25 01:15:16 -08:00
c8dc798622 Audit ES Translation of html5-and-css.json. Thanks to @vtamara for the corrections. 2016-02-24 16:21:25 +00:00
c3dc127a4d Fix final errors 2016-02-22 18:54:46 -03:00
cb165ffa48 Remove commas and fix minor details 2016-02-22 16:51:48 -03:00
7bba6f9b9d Remove commas and fix minor details 2016-02-22 16:13:37 -03:00
70bf821efb Challenges of html5-and-css translated. Closes #6708 2016-02-20 21:00:27 -02:00
4cf6751f3f Update instructions and tests of change font-size challenge 2016-02-11 10:15:39 +05:30
07d1f815c1 Fix spelling of 'inputed'
Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.'
Closes #6787
2016-02-06 22:31:28 +00:00
a1a1978457 Fix IE compatibility issue for Font Size challenge 2016-02-02 19:59:09 +07:00
62d37763fa this fixes false positives and clears up instructions
trying out similar test to change the font family of an element

tried to better clarify instructions
2016-01-28 09:44:52 -08:00
399cbdd3ce Adds spaces in CSS selectors for a consistent style 2016-01-26 23:22:21 -05:00
8c0c61a4b4 Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
Fix validation for "Fill in the Blank with Placeholder Text"
2016-01-26 19:54:44 -08:00
29d5b41b7e Adds test for class selector in Prioritize One Style Over Another 2016-01-26 08:27:17 +07:00
8ee975a82d Fix for issue #6426
This is a fix for #6426
2016-01-25 13:25:12 +01:00
75982ff955 Merge pull request #6407 from robjloranger/font-family
Fix for false positive on paragraph elements font-family
2016-01-24 09:05:41 -08:00
33f29691c5 -fixed typo
started new branch as last one was a mess.
this fix removes the false positive assert test mentioned in bug #6286
2016-01-24 08:37:13 -08:00
bad95069bc Clarify hexadecimal number explanation 2016-01-23 17:57:59 -08:00
ecde3bdc01 Fix Browser Zoom Related Issues
Some browsers have issues detecting exact font and image sizes when zoomed
in or out.  Prior workarounds have failed and we don't want to use regular
expressions, which have many defeciencies.

For the short term we will add a note to the affected challenges that the
browser zoom must be at 100%

Closes #6397
Closes #6242

Tested Locally
2016-01-23 09:13:11 -08:00
0c40a0599e Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
79dd3d1bdd An additional explanation in instruction
This commit adds additional instructions in the override styles challenge.
As disscussed the explaination should help campers understand the importance
of ordering in the css the <style> tags.

Tested locally.

closes #6313
2016-01-20 13:41:28 +00:00
b4b24b0b3c Fix #6299. The validation should accept the first 2 words if we're going to request "the first few words". The 3rd word shouldn't be required. 2016-01-18 22:05:19 -08:00
21105cba57 Merge pull request #6198 from gasperno/fix/add-space-to-test
added space tolerated test to regex
2016-01-15 23:56:03 -08:00
3b76a62515 space tolerated test to regex 2016-01-15 16:50:20 -08:00
5a66ffa3ab Merge pull request #6175 from erictleung/fix/multi-line-code-block-tags
Replace multi-line code block tags with blockquote
2016-01-15 16:31:21 -08:00
bc0fb76220 Replace multi-line code block tags with blockquote 2016-01-15 16:03:50 -08:00
4c1e4cbbf4 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
0871a0dcf5 add chatroom names 2016-01-15 04:46:20 -08:00
871cedef97 Fix multiple challenge typos 2016-01-12 15:26:04 -08:00
1049935319 Use "Submit" in test prompt for "Add a Submit Button to a Form"
The description says the text should be "Submit", but the test shows "submit" (lower cased). Let's try to make them the same :)
2016-01-12 22:09:14 +08:00
665798ba91 Update description for Waypoint: Use a CSS Class to Style an Element
Attempting to be more clear with the instructions and use correct terminology. closes #5980
2016-01-08 18:17:57 -07:00
b97fde8882 Add missing punctuation in hexadecimal waypoint 2016-01-03 13:12:37 -08:00
9f92181561 Merge pull request #5568 from wakqasahmed/fix/override-class-dec-by-id-attr
Fix Waypoint: Override Class Declarations by Styling ID Attributes #5446
2015-12-30 17:12:46 -08:00
8069e3b9e0 Merge pull request #5585 from BKinahan/fix/css-semicolon-consistency
Add two missing semi-colons to challenge seeds
2015-12-30 13:32:32 -08:00
2c977af1bc Add two missing semi-colons to challenge seeds
Added missing semi-colons to two challenge seeds to have proper syntax and match challenge seeds for similar waypoints.

Closes #5575
2015-12-30 21:28:59 +00:00
eda50fcda6 Provides clarity about overriding of id over classes 2015-12-30 23:34:09 +04:00
8e1d8e80b7 provides clarity about the concept of 'listed order' while specifying multiple classes 2015-12-29 22:17:53 +04:00
5893b392ef Update waypoint description and test
Waypoint: Add Rounded Corners with a Border Radius description now explains multiple solutions are possible. Second test case updated to match the string '10px' instead of a parsed integer value greater than 8. closes #5467
2015-12-28 00:11:00 -07:00
8c18135a94 Merge pull request #5391 from vtamara/fix/spanish-html5-css
Fixes for spanish translation of HTML5 and CSS
2015-12-27 15:10:07 -08:00
553db13caf fixed a typo in waypoint: style multiple elements with a css class 2015-12-27 00:13:29 -08:00
c77a03c76c Fixes for spanish translation of HTML5 and CSS
Thanks to @justinian366
2015-12-23 13:28:43 -05:00
8b43741bd6 removed self closing tag on "img" element 2015-12-22 16:30:19 +11:00
b72da1bf55 Properly detect hex color codes in test.
Origenally you could pass all tests without ever placing the
hex code in the correct place, als abbreviates didn't work either
for background and hex code

- Can use the shortcode to pass the test now.
- Atleasts needs a body present with curly brackets
- Needs a background property being present in the body element
- The background property must be followed by a the proper hex color
2015-12-20 01:24:37 +01:00
3961d5056b Add superblock ordering 2015-12-14 13:19:30 -08:00