Skip to content

Conversation

@Manukam
Copy link
Contributor

@Manukam Manukam commented Oct 12, 2019

Issue #184: Add dfn tag to core components

Changes

  • Added dfn component.
  • Added dfn docs.
  • Added dfn spec.

Notes

  • N/A
Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work overall, just some minor issues!

Please also remove the u tag from this branch/PR and open a separate pull request for the separate feature/component :)

@@ -0,0 +1,49 @@
# matestack core component: Hr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

U, not Hr

@@ -0,0 +1,49 @@
# matestack core component: Hr

Show [specs](/spec/usage/components/hr_spec.rb)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same


```html
<div id="foo" class="bar">
<u class="u-class">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing </u> closing tag


```html
<div id="foo" class="bar">
<u id="u-id">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing closing tag

</div>
```

## Example 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide one example using the text: 'Whatever and one using

u do plain 'Whatever' end 

Just like in the spec file!

@@ -0,0 +1,49 @@
# matestack core component: Hr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dfn, not Hr


```html
<div id="foo" class="bar">
<dfn id="dfn-id">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing closing tag


```html
<div id="foo" class="bar">
<dfn class="dfn-class">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing closing tag

@pascalwengerter
Copy link
Contributor

Hey @Manukam do you need any help to go the final steps on this one? 🙌

Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unresponsive contributor, I'll merge and correct the minor things myself.

@pascalwengerter pascalwengerter merged commit be97ce9 into matestack:develop Dec 28, 2019
@jonasjabari jonasjabari added this to the 0.7.3 milestone Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants