06:19 Getting involved with the cognitive learning marketing web platform | |
I spoke at an event apart yesterday, you can see my slides and resources here. One of the themes of my talk is that anyone can contribute to the web platform, and CSS in particular.Cognitive learning marketing I had loads of questions from atttendees about this so here is a quick list of getting started suggestions, with a focus on CSS as that’s what I know best.Cognitive learning marketing if anyone has similar advice for people wanting to work on other parts of the web platform, let me know on twitter and I’ll link it up. Get familiar with the specifications cognitive learning marketing This will be helpful to you as a developer, you’ll be able to look at the source rather than read an interpretation someone else made of it. It may well also offer up initial ways to contribute, you might spot a spec that has issues related to diagrams that are needed, or come across a typo.Cognitive learning marketing if there is already an issue raised for something you should be able to follow it to the CSSWG github repo, and if you spot something yourself, you can raise an issue.Cognitive learning marketing respond to issues that request feedback from authors When the working group talk about authors, they are talking about people who write CSS, so that is web designers and developers - but also people who write CSS for other media.Cognitive learning marketing sometimes we have issues that need feedback from authors. There are a few of us who will use twitter to send people to these issues. Me, jen simmons, lea verou and amelia bellamy-royds are all good people to follow in that regard.Cognitive learning marketing Do you believe there is a use case we haven’t solved yet? Have a search in the issues list to see if other people have already raised something similar, if you can’t find it, raise an issue yourself.Cognitive learning marketing write up the use case, explain why you need this feature and the problems with any existing solutions. Perhaps it is something that people are already doing with javascript, as an example see the issue about masonry layouts.Cognitive learning marketing perhaps something you can do in native mobile environments, or in print, but not on the web. Point to these examples to show that the pattern is needed.Cognitive learning marketing As I said in my talk yesterday, don’t worry that you haven’t got the solution, or even that your suggested solution might be unimplementable.Cognitive learning marketing it takes many heads to actually create new CSS, and that is what the CSS working group is for. It may be that your use case is ultimately solvable in a different way to what you imagined, but knowing that authors need a thing is a very good place to start.Cognitive learning marketing these suggestions do get brought up at meetings, while it may seem that othing happens on an issue for a long while, it isn’t because we aren’t interested.Cognitive learning marketing it is likely that the things it touches just haven’t been a recent focus. Write tests Stepping away from contribution to the specifications directly, having something written up in a spec is only the first step - we also need to have browser implementations, and we need those to work according to the specs.Cognitive learning marketing if we take the subgrid feature for grid layout, we know that is being implemented right now in firefox, I’ve been playing with an early implementation.Cognitive learning marketing however it is not currently being worked on in chrome. A two-minute way to help there is to head over to the chrome bug and star it to show your interest.Cognitive learning marketing If you find a browser bug - especially with new features - you may be the first person to encounter it. Have a search on the browser bugtrackers and log it if you can’t find a match.Cognitive learning marketing learning how to create a reduced test case is a skill you need to hone to be involved in a lot of this work, reducing and reporting issues a good way to practice!Cognitive learning marketing Writing up your ideas for features, or your desire to see a feature implemented is also very useful. It demonstrates a need for that feature from authors, and that can help inform the roadmap for browser vendors as well as the working group.Cognitive learning marketing also, if you are a person who has done the work of understanding a spec and thinking deeply about a feature, you can encourage more authors to get excited about it by sharing it in an easy to understand way.Cognitive learning marketing pretty much all of the writing and speaking I do is along those lines, particularly when talking about new features. It definitely takes time to get to a point where you can understand from a spec along how a feature will work, with no implementation to test against, I don’t assume everyone wants to spend that time.Cognitive learning marketing instead I write things which explain the feature as if it already existed, and make diagrams or mocked up examples to show how it works. That approach worked well for grid layout, it meant I could get people interested long before they could really play with it.Cognitive learning marketing There isn’t really one way into standards work, it requires curiosity, willingness to understand issues from many points of view, free time unless you have an amenable employer, and often a fair bit of tenacity.Cognitive learning marketing there are rarely immediate results! Start by following along with our work via the github issues, comment on relevant things, and learn to read specs.Cognitive learning marketing you will probably find that you become more involved over time if this is something that you enjoy doing, and you will definitely learn a lot!Cognitive learning marketing | |
|
Total comments: 0 | |